diff --git a/config.toml b/config.toml index 0b8cd06..b91beb0 100644 --- a/config.toml +++ b/config.toml @@ -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/"