1:主题: ButterFly
ButterFly博客
2:唯一文章链接:hexo-abbrlink
Hexo-abbrlink
hexo默认的链接中,会将中文链接转换为一长串字符,而abbrlink可以为每一篇文章生成唯一的uri链接
安装
1
| npm install hexo-abbrlink --save
|
修改hexo配置文件config.yml
1 2 3 4
| permalink: posts/:abbrlink.html abbrlink: alg: crc32 rep: hex
|
3:本地搜索:hexo-generator-search
hexo-generator-search
安装
1
| npm install hexo-generator-search --save
|
修改配置文件
1 2 3 4
| search: path: search.xml field: post content: true
|
4:音乐:hexo-tag-aplayer
hexo-tag-aplayer
1
| npm install --save hexo-tag-aplayer
|
hexo-generator-feed
1
| npm install hexo-generator-feed --save
|
6:字数统计:Hexo-WordCount
Hexo-WordCount
1
| npm i --save hexo-wordcount
|