Hauptmenü aufgeräumt
This commit is contained in:
parent
7b0536473a
commit
d9878b72bb
2 changed files with 9 additions and 13 deletions
14
hugo.toml
14
hugo.toml
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue