2024-02-14 16:01:14 +00:00
#################### default parameters ################################
# favicon module: https://github.com/gethugothemes/hugo-modules/tree/master/images#favicon-implementation
favicon = "images/verua_fav.png"
# logo module: https://github.com/gethugothemes/hugo-modules/tree/master/images#logo-implementation
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
2024-02-15 08:26:15 +00:00
logo_width = "90px"
# logo_height = "32px"
2024-02-14 16:01:14 +00:00
# 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.
logo_text = "Verua"
# navbar fixed to top
navbar_fixed = true
# theme-mode
theme_switcher = false
theme_default = "system" # available options [light/dark/system]
# Main Sections
mainSections = [ "blog" ]
# contact form action
contact_form_action = "#" # contact form works with [https://airform.io/] or [https://formspree.io]
# google tag manager, see https://developers.google.com/tag-manager/
google_tag_manager = "" # example: G-XXXXXXXXXX
google_adsense = "" # example: ca-pub-xxxxxxxxxxxxxxxx
# custom script on header, example: custom_script= "<script>console.log(\"Hello World\")</script>"
custom_script = ""
# copyright
2024-02-15 08:26:15 +00:00
copyright = "Designed & Developed by [Andreas Hnida](https://andreashnida.de) | Powered by [Hugo](https://gohugo.io) | Based on [Hugoplate](https://github.com/zeon-studio/hugoplate)"
2024-02-14 16:01:14 +00:00
# Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
[ preloader ]
2024-04-18 13:34:51 +02:00
enable = true
2024-02-14 16:01:14 +00:00
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
[ navigation_button ]
2024-02-15 08:26:15 +00:00
enable = false
2024-02-14 16:01:14 +00:00
label = "get a quote"
link = "contact"
# search
# search module: https://github.com/gethugothemes/hugo-modules/tree/master/search
[ search ]
enable = true
primary_color = "#121212"
include_sections = [ "blog" ]
show_image = true
show_description = true
show_tags = true
show_categories = true
2024-02-19 11:50:55 +00:00
# TODO Change Metadate for OG and Twitter Card
2024-02-14 16:01:14 +00:00
# seo meta data for OpenGraph / Twitter Card
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
[ metadata ]
2024-04-18 13:34:51 +02:00
keywords = [ "VeruA" , "SaaS" , "Pflege" , "Abrechnung" , "Webseite" , "Template" , "Design" , "Theme" , "Hugo" ]
description = "VeruA ist ein SaaS-System für die Verwaltung und Abrechnung von Pflegeabrechnungen."
author = "Andreas Hnida"
image = "images/verua_logo_w.png"
2024-02-14 16:01:14 +00:00
# site verifications
# verification module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/site-verifications
[ site_verification ]
google = "" # Your verification code
bing = "" # Your verification code
baidu = "" # Your verification code
facebook = "" # Your verification code
mastodon = "" # Your verification code
# cookies
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
[ cookies ]
2024-04-18 13:34:51 +02:00
enable = false
2024-02-14 16:01:14 +00:00
expire_days = 60
2024-02-19 11:50:55 +00:00
content = "Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen."
button = "Verstanden"
2024-02-14 16:01:14 +00:00
######################## sidebar widgets #########################
[ widgets ]
sidebar = [ "categories" , "tags" ]
# google map
[ google_map ]
enable = false
map_api_key = "AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU"
map_latitude = "51.5223477"
map_longitude = "-0.1622023"
map_marker = "images/marker.png"
# Subscription
[ subscription ]
enable = false
# mailchimp subsciption
mailchimp_form_action = "https://gmail.us4.list-manage.com/subscribe/post?u=463ee871f45d2d93748e77cad&id=a0a2c6d074" # replace this url with yours
mailchimp_form_name = "b_463ee871f45d2d93748e77cad_a0a2c6d074"