24 lines
817 B
TOML
24 lines
817 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.trr379.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
|
|
pagination.pagerSize = 25
|
|
summaryLength = 30
|
|
|
|
[outputs]
|
|
home = ["HTML", "RSS", "JSON"]
|
|
term = ["html", "rss", "json"]
|
|
taxonomy = ["html", "rss", "json"]
|