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.
hugo-test/config.toml

65 lines
1.4 KiB
TOML

baseURL = "www.seuh.org"
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 = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site."
meta_og_title = "SEUH 2020 - "
meta_og_type = "website"
meta_og_url = "https://hugo-hero.netlify.app"
meta_og_image = "https://raw.githubusercontent.com/JugglerX/hugo-hero-theme/master/images/tn.png"
meta_og_description = "Hero is a multipurpose Hugo theme with fullscreen hero images and page sections. It contains content types for a business or portfolio site."
meta_twitter_card = "summary"
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 = "/contact/"
weight = 4
[[menu.main]]
name = "Work"
url = "/work/"
weight = 2
[[menu.main]]
name = "About"
url = "/about/"
weight = 3
[[menu.main]]
name = "History"
url = "/history/"
weight = 3
[permalinks]
post = "/:year/:month/:day/:slug/"
pages = "/:filename/"