19 lines
384 B
TOML
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"]
|