hexo-abbrlink
hexo-abbrlink copied to clipboard
create one and only link for every post for hexo
我希望某篇文章禁止生成abbrlink,请问怎么办?
有一篇博文的链接生成为了:https://.../posts/Infinity/ 我检查了md文件,内部是生成了abbrlink的(2e876344) 目前只发现这一篇博文除了问题,其它都正常
以前的博文就不太想更改链接了,想把以后的文章都改为永久链接形式。不知道有没有什么好方法呢? 谢谢指教!
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.20.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 v1.23.0 Release 1.23.0...
 The error occur when deploying Hexo using Vercel with abbrlink plugin. cannot figure out the solution atm
Bumps [striptags](https://github.com/ericnorris/striptags) from 3.1.1 to 3.2.0. Release notes Sourced from striptags's releases. v3.2.0 This release fixes a potential type confusion vulnerability when passing in a non-string argument to the function....
Bumps [glob-parent](https://github.com/gulpjs/glob-parent) from 5.1.1 to 5.1.2. Release notes Sourced from glob-parent's releases. v5.1.2 Bug Fixes eliminate ReDoS (#36) (f923116) Changelog Sourced from glob-parent's changelog. 5.1.2 (2021-03-06) Bug Fixes eliminate ReDoS...
比如front matter为: ``` --- date: 2021-06-01 10:40:29 tags: --- ``` `hexo g`后生成的front matter为: ``` --- abbrlink: '0' date: 2021-06-01 10:40:29 tags: --- ```
您的这个插件的确是很棒! 不过我发现,在我使用的时候,他只会针对没有设置layout值的博客以及值为post的博客。 因为我个人博客的布局较多,所以基于该插件,我开发了一个小插件,命名为hexo-abbrlink3 新特性为可以对指定布局进行应用或者是不进行应用。 项目链接在这里:https://github.com/Keen-King/hexo-abbrlink3 期待与您的进一步交流。 联系邮箱:[email protected]
Bumps [highlight.js](https://github.com/highlightjs/highlight.js) from 10.1.1 to 10.4.1. Release notes Sourced from highlight.js's releases. 10.4.1 Security fixes: (fix) Exponential backtracking fixes for: Josh Goebel cpp handlebars gams perl jboss-cli r erlang-repl powershell...