2024-12-17 23:54:34 +08:00

17 lines
361 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
[pagination]
pagerSize = 10
[outputs]
home = ["HTML", "RSS", "JSON"]