personal-blog/config/_default/config.toml

15 lines
321 B
TOML
Raw Normal View History

2023-07-01 03:19:19 +00:00
# -- 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 = ""
defaultContentLanguage = "en"
enableRobotsTXT = true
paginate = 10
summaryLength = 0
[outputs]
home = ["HTML", "RSS", "JSON"]