webseite/hugo.toml
Jannik Menzel c90b920c1f
All checks were successful
publish / publish (push) Successful in 24s
decap localizing changes
2025-06-16 16:08:31 +02:00

35 lines
565 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
[languages.en]
languageName = "English"
weight = 2
[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