|
|
@ -1,7 +1,6 @@
|
|
|
|
baseURL = "www.example.com"
|
|
|
|
baseURL = "www.seuh.org"
|
|
|
|
languageCode = "en-us"
|
|
|
|
languageCode = "de-de"
|
|
|
|
title = "Hugo Hero Theme"
|
|
|
|
title = "SEUH 2022"
|
|
|
|
# themesDir = "../.."
|
|
|
|
|
|
|
|
theme = "hugo-hero-theme"
|
|
|
|
theme = "hugo-hero-theme"
|
|
|
|
|
|
|
|
|
|
|
|
[module]
|
|
|
|
[module]
|
|
|
@ -23,6 +22,31 @@ theme = "hugo-hero-theme"
|
|
|
|
meta_twitter_site = "@zerostaticio"
|
|
|
|
meta_twitter_site = "@zerostaticio"
|
|
|
|
meta_twitter_creator = "@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]]
|
|
|
|
[[menu.main]]
|
|
|
|
name = "Services"
|
|
|
|
name = "Services"
|
|
|
|
url = "/services/"
|
|
|
|
url = "/services/"
|
|
|
@ -49,6 +73,10 @@ theme = "hugo-hero-theme"
|
|
|
|
url = "/contact/"
|
|
|
|
url = "/contact/"
|
|
|
|
weight = 4
|
|
|
|
weight = 4
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[permalinks]
|
|
|
|
[permalinks]
|
|
|
|
post = "/:year/:month/:day/:slug/"
|
|
|
|
post = "/:year/:month/:day/:slug/"
|
|
|
|
pages = "/:filename/"
|
|
|
|
pages = "/:filename/"
|
|
|
|