2021-08-13 09:08:35 +00:00
|
|
|
# -- Site Configuration --
|
2021-08-17 05:35:04 +00:00
|
|
|
# Refer to the theme docs for more details about each of these parameters.
|
2021-08-18 23:36:00 +00:00
|
|
|
# https://jpanther.github.io/congo/docs/getting-started/
|
2021-08-17 05:35:04 +00:00
|
|
|
|
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
|
2022-01-25 02:14:01 +00:00
|
|
|
paginate = 10
|
2021-10-19 06:04:42 +00:00
|
|
|
summaryLength = 0
|
2022-01-13 04:56:30 +00:00
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|