config adaption, add seuh menu

master
B Kleinen 3 years ago
parent a7b72fc6a9
commit 72d28a68b3

@ -1,7 +1,6 @@
baseURL = "www.example.com"
languageCode = "en-us"
title = "Hugo Hero Theme"
# themesDir = "../.."
baseURL = "www.seuh.org"
languageCode = "de-de"
title = "SEUH 2022"
theme = "hugo-hero-theme"
[module]
@ -23,6 +22,31 @@ theme = "hugo-hero-theme"
meta_twitter_site = "@zerostaticio"
meta_twitter_creator = "@zerostaticio"
[[menu.main]]
name = "SEUH"
url = "/seuh/"
weight = 1
[[menu.main]]
name = "Programm"
url = "/programm/"
weight = 2
[[menu.main]]
name = "Termine"
url = "/termine/"
weight = 3
[[menu.main]]
name = "Kontakt"
url = "/kontakt/"
weight = 4
[[menu.main]]
name = "Sponsoren"
url = "/history/"
weight = 5
[[menu.main]]
name = "Services"
url = "/services/"
@ -49,6 +73,10 @@ theme = "hugo-hero-theme"
url = "/contact/"
weight = 4
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"

Loading…
Cancel
Save