使用如下命令:
npm uninstall hexo-generator-index –save
npm install hexo-generator-index-pin-top –save
安装从成功后做如下操作即可实现某篇文章置顶:1
2
3
4
5
6title: titlename
date: 2019-04-27 12:00:25
tags:
- hexo
categories: hexo优化
top: true
其中比较关键的就是top: true属性
使用如下命令:
npm uninstall hexo-generator-index –save
npm install hexo-generator-index-pin-top –save
安装从成功后做如下操作即可实现某篇文章置顶:1
2
3
4
5
6title: titlename
date: 2019-04-27 12:00:25
tags:
- hexo
categories: hexo优化
top: true
其中比较关键的就是top: true属性