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" shortname = "taurusxin"
[pagination] [pagination]
pagerSize = 10 pagerSize = 5
[permalinks] [permalinks]
post = "/:slug/" post = "/:slug/"

View File

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

View File

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