hexo/node_modules/hexo-abbrlink2
jkjoy 5d2d87c740 20230925 2023-09-25 15:58:56 +08:00
..
.github 20230925 2023-09-25 15:58:56 +08:00
lib 20230925 2023-09-25 15:58:56 +08:00
.prettierrc.json 20230925 2023-09-25 15:58:56 +08:00
License 20230925 2023-09-25 15:58:56 +08:00
README.md 20230925 2023-09-25 15:58:56 +08:00
index.js 20230925 2023-09-25 15:58:56 +08:00
package.json 20230925 2023-09-25 15:58:56 +08:00

README.md

hexo-abbrlink2

npm npm npm

A Hexo plugin to generate static post link based on post titles.

How to install

Add plugin to Hexo:

npm install hexo-abbrlink2 --save

Modify permalink in config.yml file:

permalink: posts/:abbrlink/

optional settings:

abbrlink:
  start: 1000 # the first id, default 0

Sample

The generated link will look like the following:

https://post.zz173.com/posts/1.html
https://post.zz173.com/posts/2.html
https://post.zz173.com/posts/3.html

Sponsor

The project is develop by JetBrains Ide