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