自定义文章链接
使用插件:[hexo-abbrlink](https =//github.com/rozbo/hexo-abbrlink),安装:
npm install hexo-abbrlink --save
修改站点配置文件
permalink = :abbrlink/
之后在自己的博客文章开头中加入:
---
abbrlink = seourl
---
此处seouel
填写自己的链接名称
当然可以看官方文档增加其它的链接字段,比如在链接中自动生成日期加入,等等。
在生成的文章链接中添加日期,例如下面这种样式
your_domain/posts/2020/04/diff-synatx-in-code-blocks.html
需要在站点配置文件
中配置
permalink = posts/:year/:month/:abbrlink.html
并且这样做后生成的图片也不会乱,不必再次进行整理。
参考
- [博客文章链接优化](https =//blog.zuiyu1818.cn/posts/NexT_seourl.html)