Compare commits

..

3 Commits

Author SHA1 Message Date
3dab985cfb update: config params 2026-06-20 12:40:10 +08:00
0e45552b6e update: page size 2026-06-20 12:37:39 +08:00
aed7fdf898 update: cdn 2026-06-20 12:37:32 +08:00
3 changed files with 9 additions and 9 deletions

View File

@@ -10,7 +10,7 @@ timeout = "60s"
shortname = "taurusxin"
[pagination]
pagerSize = 10
pagerSize = 5
[permalinks]
post = "/:slug/"

View File

@@ -29,7 +29,7 @@ showTags = false
[article.license]
enabled = true
default = "Licensed under CC BY-NC-SA 4.0"
default = "本文采用 CC BY-NC-SA 4.0 协议授权"
[article.mermaid]
look = "classic"
@@ -40,11 +40,11 @@ htmlLabels = true
transparentBackground = false
[article.alertIcon]
note = ""
tip = ""
important = ""
note = ""
tip = "💡"
important = ""
warning = "⚠️"
caution = ""
caution = "🛑"
[comments]
enabled = true

View File

@@ -10,9 +10,9 @@ Cactus = [
]
[PhotoSwipe]
Style = "https://cdn.jsdelivr.net/npm/photoswipe@5.4.4/dist/photoswipe.css"
Core = "https://cdn.jsdelivr.net/npm/photoswipe@5.4.4/dist/photoswipe.esm.min.js"
Lightbox = "https://cdn.jsdelivr.net/npm/photoswipe@5.4.4/dist/photoswipe-lightbox.esm.min.js"
Style = "https://cdn.taurusxin.com/hugo/assets/photoswipe/5.4.4/photoswipe.css"
Core = "https://cdn.taurusxin.com/hugo/assets/photoswipe/5.4.4/photoswipe.esm.min.js"
Lightbox = "https://cdn.taurusxin.com/hugo/assets/photoswipe/5.4.4/photoswipe-lightbox.esm.min.js"
[Artalk]
Style = "https://cdn.taurusxin.com/hugo/assets/artalk/2.9.1/Artalk.min.css"