immer noch alles durcheinander, aber immerhin sowas wie ein home button
This commit is contained in:
parent
923049b48f
commit
1d23a8f721
2 changed files with 8 additions and 3 deletions
11
hugo.toml
11
hugo.toml
|
@ -14,17 +14,22 @@ enableRobotsTXT = true
|
||||||
[languages]
|
[languages]
|
||||||
[languages.de]
|
[languages.de]
|
||||||
title = ""
|
title = ""
|
||||||
weight = 1
|
weight = 98
|
||||||
contentDir = "content/de"
|
contentDir = "content/de"
|
||||||
# languageDirection = 'rtl' for Right-To-Left languages
|
# languageDirection = 'rtl' for Right-To-Left languages
|
||||||
[[menu.main]]
|
[[menu.main]]
|
||||||
|
Identifier= "home"
|
||||||
|
name = "2024"
|
||||||
|
url = "/"
|
||||||
|
weight = 0
|
||||||
|
[[menu.main]]
|
||||||
# Identifier= "impressum"
|
# Identifier= "impressum"
|
||||||
name = "Impressum"
|
name = "Impressum"
|
||||||
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
|
url = "https://chaoschemnitz.de/ChaosChemnitz:%C3%9Cber_ChaosChemnitz"
|
||||||
weight = 99
|
weight = 99
|
||||||
[languages.en]
|
[languages.en]
|
||||||
title = ""
|
title = ""
|
||||||
weight = 2
|
weight = 98
|
||||||
contentDir = "content/en"
|
contentDir = "content/en"
|
||||||
|
|
||||||
[sitemap]
|
[sitemap]
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 216 KiB After Width: | Height: | Size: 203 KiB |
Loading…
Add table
Add a link
Reference in a new issue