reaktionsfaehig.net/hugo.toml
Stephan Hadan 11f5efaba3
All checks were successful
Build,test and deploy reaktionsfaehig.net / deploy-prod (push) Successful in 17s
- added robots.txt
2025-01-28 14:32:47 +01:00

52 lines
1,017 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/"