reaktionsfaehig.net/hugo.toml
2025-01-28 21:26:15 +01:00

54 lines
1.1 KiB
TOML

baseURL = 'https://reaktionsfaehig.net/'
languageCode = 'de'
title = 'tech weblog'
theme = 'internet-weblog'
[markup.goldmark.renderer]
unsafe=true
[params.author]
Handle = "reaktionsfaehig"
FirstName = "Stephan"
LastName = "Hadan"
AboutPage = "/about/"
Location = "Pforzheim, Germany"
FlickrID = "202172509@N02"
[params]
Description = "Internet weblog of technically everything."
ShowCopyright = true
RSSEnabled = true
EnablePreferredDarkAppearance = true
RSSMicropostTitles = false
mainSections = [ "Posts", "Microposts" ]
statuspage = "https://status.hadan-it.com/status/reaktionsfaehig"
statuspagename = "Statusseite"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[[menu.main]]
name = "Posts"
weight = 1
identifier = "posts"
url = "/posts/"
[[menu.main]]
name = "Microposts"
weight = 2
identifier = "microposts"
url = "/microposts/"
[[menu.main]]
name = "Datenschutz"
weight = 3
identifier = "dataprivacy"
url = "/dataprivacy/"
[[menu.main]]
name = "Impressum"
weight = 4
identifier = "imprint"
url = "/imprint/"