Skip to content

Commit

Permalink
Fix permalink.
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDengHui committed Feb 23, 2024
1 parent 688f3b0 commit 7e9e754
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 7 deletions.
2 changes: 1 addition & 1 deletion _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://hnest.gitee.io
permalink: posts/:abbrlink.do
permalink: posts/:abbrlink.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
Expand Down
5 changes: 4 additions & 1 deletion yml/dnest.covear.top.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://dnest.covear.top
permalink: posts/:title.do
permalink: posts/:title.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
Expand Down
5 changes: 4 additions & 1 deletion yml/dnest.eu.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://dnest.eu.org
permalink: posts/:title.do
permalink: posts/:title.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
Expand Down
5 changes: 4 additions & 1 deletion yml/hnest.covear.top.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://hnest.covear.top
permalink: posts/:title.do
permalink: posts/:title.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
Expand Down
5 changes: 4 additions & 1 deletion yml/hnest.eu.org.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://hnest.eu.org
permalink: posts/:title.do
permalink: posts/:title.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
Expand Down
5 changes: 4 additions & 1 deletion yml/hnest.github.io.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://hnest.github.io
permalink: posts/:title.do
permalink: posts/:title.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
Expand Down
5 changes: 4 additions & 1 deletion yml/my.covear.top.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@ timezone: ''
# URL
## Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
url: https://my.covear.top
permalink: posts/:title.do
permalink: posts/:title.html
abbrlink:
alg: crc16 #support crc16(default) and crc32
rep: dec #support dec(default) and hex
permalink_defaults:
pretty_urls:
trailing_index: false # Set to false to remove trailing 'index.html' from permalinks
Expand Down

0 comments on commit 7e9e754

Please sign in to comment.