99 lines
2.1 KiB
TOML
99 lines
2.1 KiB
TOML
baseURL = "https://www.ftecke.de"
|
|
title = "Event & DJ Service Fabian Ecke"
|
|
author = "Fabian Ecke"
|
|
locale = "de-de" # BEHOBEN: "languageCode" zu "locale" geändert
|
|
DefaultContentLanguage = "de"
|
|
enableInlineShortcodes = true
|
|
theme = "tella"
|
|
enableRobotsTXT = true
|
|
timeout = 30000 # AUS CONFIGTAXO: Hierher verschoben
|
|
|
|
# --- NEU: FIX FÜR DEN POSTCSS SANDBOX-ABSTURZ ---
|
|
[security]
|
|
[security.exec]
|
|
allow = ['^node$', '^npm$', '^postcss$']
|
|
|
|
[security.node]
|
|
[security.node.permissions]
|
|
disable = true
|
|
|
|
# --- AUS CONFIGTAXO: Taxonomien hierher verschoben ---
|
|
[taxonomies]
|
|
category = "categories"
|
|
tag = "tags"
|
|
series = "series"
|
|
|
|
# --- AUS CONFIGTAXO: Privatsphäre-Einstellungen hierher verschoben ---
|
|
[privacy]
|
|
[privacy.vimeo]
|
|
disabled = false
|
|
simple = true
|
|
[privacy.instagram]
|
|
disabled = false
|
|
simple = true
|
|
[privacy.youtube]
|
|
disabled = false
|
|
privacyEnhanced = true
|
|
|
|
[params]
|
|
showBlog = true
|
|
mainSections = ['blog']
|
|
googleFonts = false
|
|
|
|
[params.logo]
|
|
main = "img/logo/fte-logo.png"
|
|
alt = "FTE Logo"
|
|
size = "h-14"
|
|
|
|
[params.site]
|
|
name = "Event & DJ Service Fabian Ecke"
|
|
|
|
[params.icon]
|
|
fontawesome = true
|
|
|
|
[params.homepage_meta_tags]
|
|
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_description = "Veranstaltungsservice in Eisleben, Jena und Umgebung"
|
|
|
|
[menu]
|
|
[[menu.main]]
|
|
identifier = "homepage"
|
|
name = "Startseite"
|
|
url = "/"
|
|
weight = 1
|
|
|
|
[[menu.main]]
|
|
identifier = "blog"
|
|
name = "Blog"
|
|
url = "/blog/"
|
|
weight = 2
|
|
|
|
[[menu.main]]
|
|
identifier = "rental"
|
|
name = "Verleih"
|
|
url = "/products/"
|
|
weight = 3
|
|
|
|
[[menu.main]]
|
|
identifier = "about"
|
|
name = "Über mich"
|
|
url = "/about/"
|
|
weight = 4
|
|
|
|
[[menu.main]]
|
|
identifier = "contact"
|
|
name = "Kontakt"
|
|
url = "/contact/"
|
|
weight = 5
|
|
|
|
[[menu.footer]]
|
|
name = "Impressum & Datenschutzerklärung"
|
|
url = "/impressum-datenschutzerklaerung"
|
|
weight = 1
|
|
|
|
[markup.goldmark.renderer]
|
|
unsafe = true
|