Compare commits
3 Commits
71948d9b5e
...
3dab985cfb
| Author | SHA1 | Date | |
|---|---|---|---|
| 3dab985cfb | |||
| 0e45552b6e | |||
| aed7fdf898 |
@@ -10,7 +10,7 @@ timeout = "60s"
|
||||
shortname = "taurusxin"
|
||||
|
||||
[pagination]
|
||||
pagerSize = 10
|
||||
pagerSize = 5
|
||||
|
||||
[permalinks]
|
||||
post = "/:slug/"
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user