All checks were successful
Deploy on webserver / Build site and deploy on success (push) Successful in 4m4s
This hopefully fixes CORS issues, where the main JS assets are unintentionally fetched from the primary site, instead of the draft site.
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"]
|