webseite/hugo.toml
Jannik Menzel 2f4e569484
All checks were successful
publish / publish (push) Successful in 24s
first localizing changes
2025-06-16 15:53:36 +02:00

37 lines
617 B
TOML

baseURL = "https://test.ifsr.de/"
canonifyURLs = true
languageCode = 'de'
title = 'iFSR-Website'
disableKinds = ["taxonomy", "RSS"]
defaultContentLanguage = 'de'
defaultContentLanguageInSubdir = false
[languages]
[languages.de]
languageName = "Deutsch"
weight = 1
contentDir = "content/de"
[languages.en]
languageName = "English"
weight = 2
contentDir = "content/en"
[minify]
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'images'
target = 'static/images'
disableXML = true
[markup]
[markup.goldmark]
[markup.goldmark.parser]
[markup.goldmark.parser.attribute]
title = true