1:主题: ButterFly

ButterFly博客

Hexo-abbrlink

hexo默认的链接中,会将中文链接转换为一长串字符,而abbrlink可以为每一篇文章生成唯一的uri链接

安装

1
npm install hexo-abbrlink --save

修改hexo配置文件config.yml

1
2
3
4
permalink: posts/:abbrlink.html  # 此处可以自己设置,也可以直接使用 :/abbrlink
abbrlink:
alg: crc32 #算法: crc16(default) and crc32
rep: hex #进制: dec(default) and hex

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

5:RSS订阅:hexo-generator-feed

hexo-generator-feed

1
npm install hexo-generator-feed --save

6:字数统计:Hexo-WordCount

Hexo-WordCount

1
npm i --save hexo-wordcount