2022-09-14 03:05:26 +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/
|
|
|
|
|
2023-05-04 00:01:53 +00:00
|
|
|
baseURL = "https://elara.ws/"
|
2022-09-14 03:05:26 +00:00
|
|
|
defaultContentLanguage = "en"
|
|
|
|
|
|
|
|
enableRobotsTXT = true
|
|
|
|
paginate = 10
|
|
|
|
summaryLength = 0
|
|
|
|
|
|
|
|
[outputs]
|
|
|
|
home = ["HTML", "RSS", "JSON"]
|