From 16abe8f4cd6b826a4f7bc2bbeafd71ab02bbae4b Mon Sep 17 00:00:00 2001 From: Christian Weimann Date: Sun, 14 Jan 2024 03:37:14 +0100 Subject: [PATCH] Update copyright/footer --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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/"