refactor: config

This commit is contained in:
2026-06-18 19:52:27 +08:00
parent 7948aaeb90
commit 738680afad
9 changed files with 310 additions and 366 deletions

17
config/_default/hugo.toml Normal file
View File

@@ -0,0 +1,17 @@
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/"