config.toml aktualisiert
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
All checks were successful
Website / Website veröffentlichen (push) Successful in 5s
This commit is contained in:
31
config.toml
31
config.toml
@@ -1,5 +1,5 @@
|
||||
baseURL = "https://www.ftecke.de"
|
||||
title = "FTE-Tech"
|
||||
title = "Event & DJ Service Fabian Ecke"
|
||||
author = "Fabian Ecke"
|
||||
languageCode = "de-de"
|
||||
DefaultContentLanguage = "de"
|
||||
@@ -32,22 +32,22 @@ enableRobotsTXT = true
|
||||
size = "h-14"
|
||||
|
||||
[params.site]
|
||||
name = "FTE-Tech - Veranstaltungsservice"
|
||||
name = "Event & DJ Service Fabian Ecke"
|
||||
|
||||
[params.icon]
|
||||
#If you want to use FontAwesome, set this parameter to true.
|
||||
fontawesome = true
|
||||
|
||||
[params.homepage_meta_tags]
|
||||
meta_description = "Veranstaltungsservice in Eisleben, Mansfeld-Südharz und Umgebung"
|
||||
meta_og_title = "FTE-Tech - Veranstaltungsservice"
|
||||
meta_description = "Veranstaltungsservice in Eisleben, Jena und Umgebung"
|
||||
meta_og_title = "Event & DJ Service Fabian Ecke"
|
||||
meta_og_type = "website"
|
||||
meta_og_url = "https://www.ftecke.de"
|
||||
# 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_twitter_card = "summary_large_image"
|
||||
meta_twitter_site = "@username"
|
||||
meta_twitter_creator = "@username"
|
||||
meta_og_description = "Veranstaltungsservice in Eisleben, Jena und Umgebung"
|
||||
#meta_twitter_card = "summary_large_image"
|
||||
#meta_twitter_site = "@username"
|
||||
#meta_twitter_creator = "@username"
|
||||
|
||||
[menu]
|
||||
|
||||
@@ -58,15 +58,15 @@ enableRobotsTXT = true
|
||||
weight = 1
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "products"
|
||||
name = "Lösungen & Produkte"
|
||||
url = "/products/"
|
||||
identifier = "blog"
|
||||
name = "Blog"
|
||||
url = "/blog/"
|
||||
weight = 2
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "blog"
|
||||
name = "Neuheiten"
|
||||
url = "/blog/"
|
||||
identifier = "rental"
|
||||
name = "Verleih"
|
||||
url = "/products/"
|
||||
weight = 3
|
||||
|
||||
[[menu.main]]
|
||||
@@ -92,3 +92,6 @@ enableRobotsTXT = true
|
||||
# url = "https://git.ftecke.de/fte"
|
||||
# pre = "<i class='icon-github text-2xl'></i>"
|
||||
# weight = 2
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
Reference in New Issue
Block a user