以本文文章链接地址为例,默认URL地址:http://localhost:4000/2020/12/01/hexo-博客搭建之文章链接地址/
在浏览器中则是:http://localhost:4000/2020/12/01/hexo-%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA%E4%B9%8B%E6%96%87%E7%AB%A0%E9%93%BE%E6%8E%A5%E5%9C%B0%E5%9D%80/
而本文将介绍如何将其转换成简短的URL地址:http://localhost:4000/posts/3ace8d52.html
1. 安装转化插件
Github: hexo-abbrlink
1 | $ npm intall hexo-abbrlink --save |
2. 编辑 站点配置文件:_config.yml
,启用插件
1 | #permalink: :year/:month/:day/:title/ |
不同算法和进制转换官方示例:
1 | crc16 & hex |