安装插件
1 | npm uninstall hexo-generator-index --save |
在需要置顶的文章的Front-matter中加上top
1 | --- |
设置置顶标志
打开:/themes/*/layout/_macro/post.ejs
直接在最前面加入以下代码即可
1 | <% if (page.top) { %> |
1 | npm uninstall hexo-generator-index --save |
1 | --- |
打开:/themes/*/layout/_macro/post.ejs
直接在最前面加入以下代码即可
1 | <% if (page.top) { %> |