Files
christian-weimann.de/config.toml
Christian Weimann 75766f61e9
All checks were successful
continuous-integration/drone/push Build is passing
Unset baseurl
2024-01-13 22:33:14 +01:00

25 lines
576 B
TOML

#baseurl = "https://example.com/"
title = "christian-weimann.de"
theme = "hugo-theme-console"
languageCode = "de-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"
[[params.navlinks]]
name = "about/"
url = "about/"
[[params.navlinks]]
name = "posts/"
url = "posts/"
[[params.navlinks]]
name = "photos/"
url = "photos/"