This commit is contained in:
root
2023-07-30 22:05:51 +02:00
parent 65a0be1350
commit 06acaecee1
12267 changed files with 671638 additions and 15 deletions

View File

@@ -21,30 +21,30 @@ enableRobotsTXT = true
showBlog = true
mainSections = ['blog']
googleFonts = true
googleFonts = false
[params.logo]
main = "img/logo/logo.svg"
alt = "Tella 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 = "Tella"
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 = "A Hugo Theme for OSSProject, Companies, Organization..."
meta_og_title = "Tella"
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://tella.pages.dev"
meta_og_image = "https://raw.githubusercontent.com/opera7133/tella/master/images/tn.png"
meta_og_description = "A Hugo Theme for OSSProject, Companies, Organization..."
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"
@@ -53,25 +53,25 @@ enableRobotsTXT = true
[[menu.main]]
identifier = "products"
name = "Products"
name = "Lösungen & Produkte"
url = "/products/"
weight = 1
[[menu.main]]
identifier = "blog"
name = "Blog"
name = "Neuheiten"
url = "/blog/"
weight = 2
[[menu.main]]
identifier = "about"
name = "About"
name = "Über mich"
url = "/about/"
weight = 3
[[menu.main]]
identifier = "contact"
name = "Contact"
name = "Kontakt"
url = "/contact/"
weight = 4
@@ -83,6 +83,6 @@ enableRobotsTXT = true
[[menu.footer]]
name = "Github"
url = "https://github.com/opera7133/tella"
url = "https://git.ftecke.de/fte"
pre = "<i class='icon-github text-2xl'></i>"
weight = 2