reaktionsfaehig.net/hugo.toml
Stephan Hadan 29c82c9d54
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 18s
new articles, favicon, configuration
2025-01-28 13:05:55 +01:00

52 lines
1,014 B
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" ]
[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"