NexT添加文章置顶feat
前言
Hexo以及NexT主题默认没有置顶功能!本文旨在通过现有方案,花费最小力气补充此缺失的功能!
方案
使用现有解决方案:https://github.com/netcan/hexo-generator-index-pin-top
Feautres
This version supports pin-top feature, you can add the top: True field to post’s front-matter to pin it.
使用
安装
1 | npm uninstall hexo-generator-index --save |
优化
修改主题文件,添加“置顶”标志。
1 | themes/next/layout/_partials/post/post-meta.njk |
置顶
修改需要置顶的文章,Front-matter 添加 top: true
,见下栗子:
1 |
|