webseite/hugo.toml
2025-05-10 00:37:52 +02:00

16 lines
No EOL
292 B
TOML

baseURL = "https://jannikmenzel.me/iFSR-Website/"
canonifyURLs = true
languageCode = 'de'
title = 'iFSR-Website'
disableKinds = ["taxonomy", "RSS"]
[minify]
[[module.mounts]]
source = 'static'
target = 'static'
[[module.mounts]]
source = 'images'
target = 'static/images'
disableXML = true