congo/config/_default/config.toml

13 lines
315 B
TOML
Raw Normal View History

2021-08-13 09:08:35 +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/
2021-08-11 05:28:33 +00:00
# baseURL = "https://your_domain.com/"
2021-08-17 06:48:08 +00:00
defaultContentLanguage = "en"
2021-08-11 05:28:33 +00:00
enableRobotsTXT = true
2021-10-19 06:04:42 +00:00
summaryLength = 0
2022-01-13 04:56:30 +00:00
[outputs]
home = ["HTML", "RSS", "JSON"]