hexo的永久链接设置

使用hexo-abbrlink插件即可。

安装

1
npm install hexo-abbrlink --save

设置

_config.yml中修改添加下面内容:

1
2
3
4
5
6
7
8
permalink: posts/:abbrlink.html
abbrlink:
alg: crc32
rep: hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
trailing_html: true # Set to false to remove trailing '.html' from permalinks