diff --git a/config.toml b/config.toml index b406245..dd23802 100644 --- a/config.toml +++ b/config.toml @@ -3,13 +3,19 @@ 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" + animateStyle = "animated zoomIn fast" + + footer.showThemeAttribution = false [[params.navlinks]] name = "about/"