Hauptmenü aufgeräumt
This commit is contained in:
parent
7b0536473a
commit
d9878b72bb
2 changed files with 9 additions and 13 deletions
|
@ -1,9 +1,9 @@
|
||||||
---
|
---
|
||||||
title: "Vorjahre"
|
title: "Vorjahre"
|
||||||
#menu:
|
menu:
|
||||||
# main:
|
main:
|
||||||
# identifier: "vorjahre-menu"
|
identifier: "vorjahre-menu"
|
||||||
# weight: 80
|
weight: 80
|
||||||
|
|
||||||
#display blog entries in this subdirectory
|
#display blog entries in this subdirectory
|
||||||
display_pages: "vorjahre"
|
display_pages: "vorjahre"
|
14
hugo.toml
14
hugo.toml
|
@ -6,11 +6,14 @@ resourceDir = "../resources"
|
||||||
|
|
||||||
DefaultContentLanguage = "de"
|
DefaultContentLanguage = "de"
|
||||||
SectionPagesMenu = "main"
|
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 = ""
|
googleAnalytics = ""
|
||||||
enableRobotsTXT = true
|
enableRobotsTXT = true
|
||||||
|
|
||||||
[languages]
|
[languages]
|
||||||
|
[languages.de]
|
||||||
|
contentDir = "content/de"
|
||||||
|
|
||||||
[[languages.de.menu.main]]
|
[[languages.de.menu.main]]
|
||||||
identifier = "home"
|
identifier = "home"
|
||||||
name = "Interfug 2025"
|
name = "Interfug 2025"
|
||||||
|
@ -29,16 +32,9 @@ enableRobotsTXT = true
|
||||||
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
|
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
|
||||||
weight = 90
|
weight = 90
|
||||||
|
|
||||||
[languages.de]
|
|
||||||
identifier = "de"
|
|
||||||
weight = 100
|
|
||||||
contentDir = "content/de"
|
|
||||||
# languageDirection = 'rtl' for Right-To-Left languages
|
|
||||||
|
|
||||||
[languages.en]
|
[languages.en]
|
||||||
identifier = "en"
|
|
||||||
weight = 100
|
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
|
# languageDirection = 'rtl' for Right-To-Left languages
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
changefreq = "monthly"
|
changefreq = "monthly"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue