You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

48 lines
934 B
TOML

baseURL = "https://www.seuh.org/seuh2022/"
languageCode = "de-de"
title = "SEUH 2022"
theme = "hugo-hero-theme"
[module]
[module.hugoVersion]
extended = true
min = "0.55.0"
[params]
google_analytics_id=""
[params.homepage_meta_tags]
meta_description = "SEUH is a conference series"
meta_og_title = "SEUH 2022"
meta_og_type = "website"
meta_og_url = "https://seuh.org/seuh2022"
#meta_og_image = ""
meta_og_description = ""
meta_twitter_card = "summary"
#meta_twitter_site = "@seuh2022"
#meta_twitter_creator = "@seuh2022"
[[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 = "/contact/"
weight = 4
#[permalinks]
# post = "/:year/:month/:day/:slug/"
# pages = "/:filename/"