first commit
All checks were successful
continuous-integration/drone Build is passing

This commit is contained in:
2024-01-13 22:17:06 +01:00
commit 1c26f9e7ba
8 changed files with 90 additions and 0 deletions

24
config.toml Normal file
View File

@@ -0,0 +1,24 @@
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/"