2025-05-04 21:57:50 +08:00

19 lines
384 B
TOML

# -- Site Configuration --
# Refer to the theme docs for more details about each of these parameters.
# https://jpanther.github.io/congo/docs/getting-started/
theme = "congo"
baseURL = "https://uniu.net.cn/"
defaultContentLanguage = "zh-Hans"
enableRobotsTXT = true
summaryLength = 0
hasCJKLanguage = true
[pagination]
pagerSize = 10
[outputs]
home = ["HTML", "RSS", "JSON"]