lubitest/public/config.toml
lubiana e5584dd778
Some checks failed
/ debug (push) Failing after 36s
test
2024-12-12 20:20:48 +01:00

58 lines
1,007 B
TOML

title = 'Leitstelle511'
baseUrl = 'https://hannover.ccc.de/'
disableKinds = ['taxonomy', 'term']
summaryLength = 10
languageCode = "de-DE"
defaultContentLanguage = 'de'
defaultContentLang = 'de'
[outputFormats]
[outputFormats.RSS]
mediatype = "application/rss"
baseName = "feed"
[permalinks]
blog = "/posts/:year/:month/:day/:slug"
[params]
subtitle= 'Chaos Computer Club Hannover - C3H'
[minify]
minifyOutput = true
[markup]
[markup.highlight]
noClasses = false
[menu]
[[menu.main]]
identifier = "blog"
name = "Blog"
url = "/blog"
weight = 30
[[menu.main]]
identifier = "projekte"
name = "Projekte"
url = "/projekte"
weight = 40
[[menu.main]]
identifier = "about"
name = "Über uns"
url = "/about"
weight = 50
[[menu.main]]
identifier = "openchaos"
name = "OpenChaos"
url = "/openchaos"
weight = 60
[[menu.main]]
identifier = "contact"
name = "Kontakt"
url = "/contact"
weight = 70