add permenent link
This commit is contained in:
@@ -14,7 +14,8 @@ timezone: ''
|
||||
# URL
|
||||
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
|
||||
url: https://blog.makefire.fun
|
||||
permalink: :year/:month/:day/:title/
|
||||
# permalink: :year/:month/:day/:title/
|
||||
permalink: :abbrlink/
|
||||
permalink_defaults:
|
||||
pretty_urls:
|
||||
trailing_index: true # Set to false to remove trailing 'index.html' from permalinks
|
||||
@@ -112,6 +113,10 @@ encrypt:
|
||||
abstract: 这篇文章已加密,输入密码查看内容。
|
||||
message: 输入密码访问本文
|
||||
|
||||
abbrlink:
|
||||
alg: crc32 # 算法,支持 crc16 和 crc32,默认是 crc16
|
||||
rep: hex # 进制,支持 dec(十进制)和 hex(十六进制),默认是 dec
|
||||
|
||||
# Deployment
|
||||
## Docs: https://hexo.io/docs/one-command-deployment
|
||||
deploy:
|
||||
|
||||
Reference in New Issue
Block a user