为了更好的表达人生情感,每个人的博客都会有个指定,Next 7.0的博客置顶操作如下:
安装插件
在根目录Blog打开Git Bash,执行下面的命令:
1 | npm uninstall hexo-generator-index --save |
设置指定标志
打开blog/themes/hexo-theme-next/layout/_macro
目录下的post.swig文件,定位到<div class="post-meta">
标签下,插入如下代码:
1 | {% if post.top %} |
在文章中添加top
然后在需要置顶的文章的Front-matter中加上top: true
即可,如下:
1 | title: 时也,运也,命也 |