Loading... ## 1.组件 hexo-abbrlink 项目地址:https://github.com/rozbo/hexo-abbrlink ## 2.原理 对`标题`+`时间`进行`md5`然后再转`base64`,保存在`front-matter`中。 <!--more--> ## 3.安装 ```bash npm install hexo-abbrlink --save ``` ## 4.配置 打开`config.yml`,修改`permalink`中类似这样 ```yaml permalink: posts/archives/:abbrlink.html/ ``` 样例 [https://blog.garryde.com/archives/56901.html](https://blog.garryde.com/archives/56901.html) ## 5.使用 在文章初次被运行Generat的时候,会在顶部生成一个`abbrlink:`项,此即为固定的访问链接。 ## 6.异常排除 可能遇到不能生成链接的情况,执行 ```shell hexo clean ``` 听说,点赞的人都找到了真爱!! Last modification:July 15, 2020 © Allow specification reprint Support Appreciate the author AliPayWeChat Like 听说,打赏我的人都找到了真爱!