config.toml aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s

This commit is contained in:
2026-03-25 22:55:14 +01:00
parent 8fce496884
commit 36640cbe2f

View File

@@ -1,5 +1,5 @@
baseURL = "https://www.ftecke.de" baseURL = "https://www.ftecke.de"
title = "FTE-Tech" title = "Event & DJ Service Fabian Ecke"
author = "Fabian Ecke" author = "Fabian Ecke"
languageCode = "de-de" languageCode = "de-de"
DefaultContentLanguage = "de" DefaultContentLanguage = "de"
@@ -32,22 +32,22 @@ enableRobotsTXT = true
size = "h-14" size = "h-14"
[params.site] [params.site]
name = "FTE-Tech - Veranstaltungsservice" name = "Event & DJ Service Fabian Ecke"
[params.icon] [params.icon]
#If you want to use FontAwesome, set this parameter to true. #If you want to use FontAwesome, set this parameter to true.
fontawesome = true fontawesome = true
[params.homepage_meta_tags] [params.homepage_meta_tags]
meta_description = "Veranstaltungsservice in Eisleben, Mansfeld-Südharz und Umgebung" meta_description = "Veranstaltungsservice in Eisleben, Jena und Umgebung"
meta_og_title = "FTE-Tech - Veranstaltungsservice" meta_og_title = "Event & DJ Service Fabian Ecke"
meta_og_type = "website" meta_og_type = "website"
meta_og_url = "https://www.ftecke.de" meta_og_url = "https://www.ftecke.de"
# meta_og_image = "https://raw.githubusercontent.com/opera7133/tella/master/images/tn.png" # meta_og_image = "https://raw.githubusercontent.com/opera7133/tella/master/images/tn.png"
meta_og_description = "Veranstaltungsservice in Eisleben, Mansfeld-Südharz und Umgebung" meta_og_description = "Veranstaltungsservice in Eisleben, Jena und Umgebung"
meta_twitter_card = "summary_large_image" #meta_twitter_card = "summary_large_image"
meta_twitter_site = "@username" #meta_twitter_site = "@username"
meta_twitter_creator = "@username" #meta_twitter_creator = "@username"
[menu] [menu]
@@ -58,15 +58,15 @@ enableRobotsTXT = true
weight = 1 weight = 1
[[menu.main]] [[menu.main]]
identifier = "products" identifier = "blog"
name = "Lösungen & Produkte" name = "Blog"
url = "/products/" url = "/blog/"
weight = 2 weight = 2
[[menu.main]] [[menu.main]]
identifier = "blog" identifier = "rental"
name = "Neuheiten" name = "Verleih"
url = "/blog/" url = "/products/"
weight = 3 weight = 3
[[menu.main]] [[menu.main]]
@@ -92,3 +92,6 @@ enableRobotsTXT = true
# url = "https://git.ftecke.de/fte" # url = "https://git.ftecke.de/fte"
# pre = "<i class='icon-github text-2xl'></i>" # pre = "<i class='icon-github text-2xl'></i>"
# weight = 2 # weight = 2
[markup.goldmark.renderer]
unsafe = true