www.trr379.de/config/_default/config.toml
Michael Hanke 1c666ad145
fix: use correct base URL for draft site
This hopefully fixes CORS issues, where the main JS assets are
unintentionally fetched from the primary site, instead of the draft
site.
2026-04-27 09:35:30 +02:00

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"]