Deutsche menuestruktur implementiert

This commit is contained in:
Andreas Hnida 2024-02-15 08:26:15 +00:00
commit 3c4fb2efb9
21 changed files with 681 additions and 8 deletions

View file

@ -5,8 +5,8 @@ favicon = "images/verua_fav.png"
logo = "images/verua_logo_klein-k.png"
# use `px` or `x` with logo_width, example: "100px".
# Note: logo_width is not work with .svg file
logo_width = "100px"
logo_height = "32px"
logo_width = "90px"
# logo_height = "32px"
# if logo_webp set false, will not generate WEBP version of logo | default is true
logo_webp = true
# logo text will only show when logo is missing.
@ -26,7 +26,7 @@ google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# copyright
copyright = "Designed & Developed by [Zeon Studio](https://zeon.studio)"
copyright = "Designed & Developed by [Andreas Hnida](https://andreashnida.de) | Powered by [Hugo](https://gohugo.io) | Based on [Hugoplate](https://github.com/zeon-studio/hugoplate)"
# Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
@ -36,7 +36,7 @@ preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[navigation_button]
enable = true
enable = false
label = "get a quote"
link = "contact"