Files
taurusxin-blog/config/_default/hugo.toml
2026-06-20 12:37:39 +08:00

18 lines
302 B
TOML

baseURL = "https://www.taurusxin.com"
locale = "zh"
defaultContentLanguage = "zh"
hasCJKLanguage = true
theme = "hugo-theme-stack"
title = "TaurusXin 的独立博客"
timeout = "60s"
[services.disqus]
shortname = "taurusxin"
[pagination]
pagerSize = 5
[permalinks]
post = "/:slug/"
page = "/:slug/"