deactivated unused plugins
All checks were successful
Build and Deploy Hugo Site / buildAndDeploy (push) Successful in 1m42s

This commit is contained in:
Andreas Hnida 2024-04-18 13:34:51 +02:00
commit 99e790efa5
3 changed files with 32 additions and 34 deletions

View file

@ -31,7 +31,7 @@ copyright = "Designed & Developed by [Andreas Hnida](https://andreashnida.de) |
# Preloader
# preloader module: https://github.com/gethugothemes/hugo-modules/tree/master/components/preloader
[preloader]
enable = false
enable = true
preloader = "" # use jpg, png, svg or gif format.
# Navigation button
@ -55,10 +55,10 @@ show_categories = true
# seo meta data for OpenGraph / Twitter Card
# seo module: https://github.com/gethugothemes/hugo-modules/tree/master/seo-tools/basic-seo
[metadata]
keywords = ["Boilerplate", "Hugo"]
description = "Hugo & Tailwindcss Starter"
author = "zeon.studio"
image = "images/og-image.png"
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"
# site verifications
@ -73,7 +73,7 @@ mastodon = "" # Your verification code
# cookies
# cookies module: https://github.com/gethugothemes/hugo-modules/tree/master/components/cookie-consent
[cookies]
enable = true
enable = false
expire_days = 60
content = "Diese Seite verwendet Cookies. Durch die Nutzung unserer Seite erklären Sie sich damit einverstanden, dass wir Cookies setzen."
button = "Verstanden"