hexo插件记录

hexo部署到git

1
2
3
## hexo-deployer-git
npm install hexo-deployer-git --save

百度主动推送插件

1
2
## baidu-url-submit
npm install hexo-baidu-url-submit --save

短链生成

1
2
## hexo-abbrlink
npm install hexo-abbrlink --save

字数统计

1
2
## wordcount
npm i --save hexo-wordcount

本地搜索

1
2
## generator-searchdb
npm install hexo-generator-searchdb

外链添加nofollow

1
2
## nofollow
npm i hexo-filter-nofollow --save

自动生成sitemap

1
2
3
## sitemap
npm install hexo-generator-sitemap --save
npm install hexo-generator-baidu-sitemap --save

生成 restful 风格的 json 数据,可以当作 api 接口

1
2
## hexo-generator-restful
npm install hexo-generator-restful --save