Hexo
# 自动生成permalink
npm install hexo-abbrlink --save
- 修改配置文件
_config.yml
permalink: pages/:abbrlink/
abbrlink:
alg: crc32 #算法: crc16(default) and crc32
rep: hex #进制: dec(default) and hex
- 清除缓存重新生成
hexo clean
hexo g
上次更新: 2025/03/22, 03:52:10