Files
fte-Homepage/config.toml
Fabian Ecke 545aa9de02
All checks were successful
Website / Website veröffentlichen (push) Successful in 8s
imprint & privacy policy added
2024-07-19 00:48:33 +02:00

97 lines
2.2 KiB
TOML

baseURL = "https://www.ftecke.de"
title = "FTE-Tech"
author = "Fabian Ecke"
languageCode = "de-de"
DefaultContentLanguage = "de"
enableInlineShortcodes = true
theme = "tella"
enableRobotsTXT = true
# Please enable this feature if the site is available in Japanese, Chinese or Korean.
#hasCJKLanguage = true
# If you're using Google Analytics, you can enable this feature.
#googleAnalytics = "UA-12345678-1"
# Disqus Comment System
#disqusShortname = ""
[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 = "FTE-Tech - Sonderlösungen"
[params.icon]
#If you want to use FontAwesome, set this parameter to true.
fontawesome = true
[params.homepage_meta_tags]
meta_description = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
meta_og_title = "FTE-Tech - Sonderlösungen"
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 = "Sonderlösungen in den Bereichen 3D-Druck und Elektronik"
meta_twitter_card = "summary_large_image"
meta_twitter_site = "@username"
meta_twitter_creator = "@username"
[menu]
[[menu.main]]
identifier = "homepage"
name = "Startseite"
url = "/"
weight = 1
[[menu.main]]
identifier = "products"
name = "Lösungen & Produkte"
url = "/products/"
weight = 2
[[menu.main]]
identifier = "blog"
name = "Neuheiten"
url = "/blog/"
weight = 3
[[menu.main]]
identifier = "about"
name = "Über mich"
url = "/about/"
weight = 4
[[menu.main]]
identifier = "contact"
name = "Kontakt"
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
[markup.goldmark.renderer]
unsafe = true