This commit is contained in:
+33
-27
@@ -1,41 +1,59 @@
|
||||
baseURL = "https://www.ftecke.de"
|
||||
title = "Event & DJ Service Fabian Ecke"
|
||||
author = "Fabian Ecke"
|
||||
languageCode = "de-de"
|
||||
locale = "de-de" # BEHOBEN: "languageCode" zu "locale" geändert
|
||||
DefaultContentLanguage = "de"
|
||||
enableInlineShortcodes = true
|
||||
theme = "tella"
|
||||
enableRobotsTXT = true
|
||||
timeout = 30000 # AUS CONFIGTAXO: Hierher verschoben
|
||||
|
||||
# Please enable this feature if the site is available in Japanese, Chinese or Korean.
|
||||
#hasCJKLanguage = true
|
||||
# --- NEU: FIX FÜR DEN POSTCSS SANDBOX-ABSTURZ ---
|
||||
[security]
|
||||
[security.exec]
|
||||
allow = ['^node$', '^npm$', '^postcss$']
|
||||
|
||||
# If you're using Google Analytics, you can enable this feature.
|
||||
#googleAnalytics = "UA-12345678-1"
|
||||
[security.node]
|
||||
[security.node.permissions]
|
||||
disable = true
|
||||
|
||||
# Disqus Comment System
|
||||
#disqusShortname = ""
|
||||
# --- 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.twitter]
|
||||
disabled = false
|
||||
enableDNT = true
|
||||
simple = true
|
||||
disableInlineCSS = 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"
|
||||
|
||||
# The size parameter is the class name of tailwindcss
|
||||
# https://tailwindcss.com/
|
||||
size = "h-14"
|
||||
|
||||
[params.site]
|
||||
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]
|
||||
@@ -43,14 +61,9 @@ enableRobotsTXT = true
|
||||
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, Jena und Umgebung"
|
||||
#meta_twitter_card = "summary_large_image"
|
||||
#meta_twitter_site = "@username"
|
||||
#meta_twitter_creator = "@username"
|
||||
|
||||
[menu]
|
||||
|
||||
[[menu.main]]
|
||||
identifier = "homepage"
|
||||
name = "Startseite"
|
||||
@@ -81,17 +94,10 @@ enableRobotsTXT = true
|
||||
url = "/contact/"
|
||||
weight = 5
|
||||
|
||||
# Footer Menu
|
||||
[[menu.footer]]
|
||||
name = "Impressum & Datenschutzerklärung"
|
||||
url = "/impressum-datenschutzerklaerung"
|
||||
weight = 1
|
||||
|
||||
# [[menu.footer]]
|
||||
# name = "Github"
|
||||
# url = "https://git.ftecke.de/fte"
|
||||
# pre = "<i class='icon-github text-2xl'></i>"
|
||||
# weight = 2
|
||||
weight = 1
|
||||
|
||||
[markup.goldmark.renderer]
|
||||
unsafe = true
|
||||
unsafe = true
|
||||
|
||||
Reference in New Issue
Block a user