Hauptmenü aufgeräumt

This commit is contained in:
Florian Schlegel 2025-02-23 01:43:23 +01:00
parent 7b0536473a
commit d9878b72bb
2 changed files with 9 additions and 13 deletions

View file

@ -6,11 +6,14 @@ resourceDir = "../resources"
DefaultContentLanguage = "de"
SectionPagesMenu = "main"
Paginate = 5 # this is set low for demonstrating with dummy content. Set to a higher number
pagination.pagerSize = 5 # this is set low for demonstrating with dummy content. Set to a higher number
googleAnalytics = ""
enableRobotsTXT = true
[languages]
[languages.de]
contentDir = "content/de"
[[languages.de.menu.main]]
identifier = "home"
name = "Interfug 2025"
@ -29,16 +32,9 @@ enableRobotsTXT = true
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
weight = 90
[languages.de]
identifier = "de"
weight = 100
contentDir = "content/de"
# languageDirection = 'rtl' for Right-To-Left languages
[languages.en]
identifier = "en"
weight = 100
contentDir = "content/en"
# languageDirection = 'rtl' for Right-To-Left languages
[sitemap]
changefreq = "monthly"