Files
taurusxin-blog/config/_default/hugo.toml
2026-06-18 19:52:27 +08:00

18 lines
303 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 = 10
[permalinks]
post = "/:slug/"
page = "/:slug/"