安装插件

登陆到 hexo 服务器,进入 hexo 根目录,执行命令:

1
npm install  hexo-generator-index-pin-top --save

插件使用

在编写 md 文章的时候,在文章的头部信息里面加入参数 top: 数字 (数字越大,文章就越靠前显示)即可,如下:
```bash

title: xxx
author: leazhi
tags:

categories:

date:
cover:
discription:
keywords:
password:
message:
top: 99