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:
188
config.toml
188
config.toml
@@ -1,94 +1,94 @@
|
|||||||
baseURL = "https://www.ftecke.de"
|
baseURL = "https://www.ftecke.de"
|
||||||
title = "FTE-Tech"
|
title = "FTE-Tech"
|
||||||
author = "username"
|
author = "Fabian Ecke"
|
||||||
languageCode = "de-de"
|
languageCode = "de-de"
|
||||||
DefaultContentLanguage = "de"
|
DefaultContentLanguage = "de"
|
||||||
enableInlineShortcodes = true
|
enableInlineShortcodes = true
|
||||||
theme = "tella"
|
theme = "tella"
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
# Please enable this feature if the site is available in Japanese, Chinese or Korean.
|
# Please enable this feature if the site is available in Japanese, Chinese or Korean.
|
||||||
#hasCJKLanguage = true
|
#hasCJKLanguage = true
|
||||||
|
|
||||||
# If you're using Google Analytics, you can enable this feature.
|
# If you're using Google Analytics, you can enable this feature.
|
||||||
#googleAnalytics = "UA-12345678-1"
|
#googleAnalytics = "UA-12345678-1"
|
||||||
|
|
||||||
# Disqus Comment System
|
# Disqus Comment System
|
||||||
#disqusShortname = ""
|
#disqusShortname = ""
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
|
|
||||||
showBlog = true
|
showBlog = true
|
||||||
mainSections = ['blog']
|
mainSections = ['blog']
|
||||||
|
|
||||||
googleFonts = false
|
googleFonts = false
|
||||||
|
|
||||||
[params.logo]
|
[params.logo]
|
||||||
main = "img/logo/fte-logo.png"
|
main = "img/logo/fte-logo.png"
|
||||||
alt = "FTE Logo"
|
alt = "FTE Logo"
|
||||||
|
|
||||||
# The size parameter is the class name of tailwindcss
|
# The size parameter is the class name of tailwindcss
|
||||||
# https://tailwindcss.com/
|
# https://tailwindcss.com/
|
||||||
size = "h-14"
|
size = "h-14"
|
||||||
|
|
||||||
[params.site]
|
[params.site]
|
||||||
name = "FTE-Tech - Sonderlösungen"
|
name = "FTE-Tech - Sonderlösungen"
|
||||||
|
|
||||||
[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 = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
|
meta_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
|
||||||
meta_og_title = "FTE-Tech - Sonderlösungen"
|
meta_og_title = "FTE-Tech - Sonderlösungen"
|
||||||
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 = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
|
meta_og_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
|
||||||
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]
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "homepage"
|
identifier = "homepage"
|
||||||
name = "Startseite"
|
name = "Startseite"
|
||||||
url = "/"
|
url = "/"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "products"
|
identifier = "products"
|
||||||
name = "Lösungen & Produkte"
|
name = "Lösungen & Produkte"
|
||||||
url = "/products/"
|
url = "/products/"
|
||||||
weight = 2
|
weight = 2
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "blog"
|
identifier = "blog"
|
||||||
name = "Neuheiten"
|
name = "Neuheiten"
|
||||||
url = "/blog/"
|
url = "/blog/"
|
||||||
weight = 3
|
weight = 3
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "about"
|
identifier = "about"
|
||||||
name = "Über mich"
|
name = "Über mich"
|
||||||
url = "/about/"
|
url = "/about/"
|
||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
identifier = "contact"
|
identifier = "contact"
|
||||||
name = "Kontakt"
|
name = "Kontakt"
|
||||||
url = "/contact/"
|
url = "/contact/"
|
||||||
weight = 5
|
weight = 5
|
||||||
|
|
||||||
# Footer Menu
|
# Footer Menu
|
||||||
[[menu.footer]]
|
[[menu.footer]]
|
||||||
name = "Impressum & Datenschutzerklärung"
|
name = "Impressum & Datenschutzerklärung"
|
||||||
url = "/impressum-datenschutzerklaerung"
|
url = "/impressum-datenschutzerklaerung"
|
||||||
weight = 1
|
weight = 1
|
||||||
|
|
||||||
# [[menu.footer]]
|
# [[menu.footer]]
|
||||||
# name = "Github"
|
# name = "Github"
|
||||||
# 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
|
||||||
|
|||||||
Reference in New Issue
Block a user