22 lines
734 B
TOML
22 lines
734 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://www-draft.abcd-j.de/"
|
|
defaultContentLanguage = "en"
|
|
# we do not use a subdirectory to serve the default language.
|
|
# this gives a gives a simple https://trr379.de/projects/a02
|
|
# as the URL for a project (rather than
|
|
# https://trr379.de/en/projects/a02), and this is good, because
|
|
# we want such ULR to function as a (language-independent)
|
|
# IRI for any entity that is represented on the main website
|
|
defaultContentLanguageInSubdir = false
|
|
|
|
enableRobotsTXT = true
|
|
paginate = 25
|
|
summaryLength = 0
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|