Files
christian-weimann.de/config.toml
2024-01-14 03:37:54 +01:00

34 lines
753 B
TOML

#baseurl = "https://example.com/"
title = "christian-weimann.de"
theme = "hugo-theme-console"
languageCode = "de-de"
[author]
name = "Christian Weimann"
email = "mail@christian-weimann.de"
[params]
# Cutting off the page title to two chars for mobile (console-demo -> co)
titleCutting = true
# Set the animation style -- https://animate.style/
# To disable animations, please remove or comment animationStyle parameter
animateStyle = "animated zoomIn fast"
footer.showThemeAttribution = false
[[params.navlinks]]
name = "about/"
url = "about/"
[[params.navlinks]]
name = "posts/"
url = "posts/"
[[params.navlinks]]
name = "photos/"
url = "photos/"
[[params.navlinks]]
name = "kontakt/"
url = "kontakt/"