hugo-internet-weblog-demo/hugo.toml

56 lines
1.3 KiB
TOML
Raw Normal View History

2025-01-29 09:54:43 +01:00
baseURL = 'https://preview.hadan-it.com/hugo-internet-weblog-demo/'
languageCode = 'de'
title = 'hugo-internet-weblog-demo'
2025-01-29 09:54:43 +01:00
theme = 'internet-weblog'
2025-01-29 11:37:30 +01:00
[markup.goldmark.renderer]
unsafe=true
[params.author]
Handle = "demo"
Email = "support@hadan-it.com"
2025-01-29 11:37:30 +01:00
FirstName = "Demo"
LastName = "User"
AboutPage = "about/"
Location = "Pforzheim, Germany"
FlickrID = "202172509@N02"
[params]
Description = "Demo of hugo-internet-weblog theme."
ShowCopyright = true
RSSEnabled = true
EnablePreferredDarkAppearance = true
RSSMicropostTitles = false
2025-01-29 12:47:01 +01:00
mainSections = [ "Posts", "Microposts", "Photos" ]
statuspageenabled = true
2025-01-29 12:47:01 +01:00
statuspage = "https://status.hadan-it.com/status/preview-demo"
2025-01-29 11:37:30 +01:00
statuspagename = "Statusseite"
umamienabled = true
umamiurl = "https://analytics.hadan-it.com/"
umamisrihash = "sha384-/WQteTtaLX4nU22mvCeTi4Yz3iK/J3yZ2rKq5jDxPMlizEQGzgJOlSofJxh+bx4B"
umamiid = "e0fd38cc-7187-4722-9168-798ac4a061fd"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[[menu.main]]
name = "Posts"
weight = 1
identifier = "posts"
2025-01-29 12:47:01 +01:00
pageRef = "/posts/"
2025-01-29 11:37:30 +01:00
[[menu.main]]
name = "Microposts"
weight = 2
identifier = "microposts"
2025-01-29 12:47:01 +01:00
pageRef = "/microposts/"
2025-01-29 11:37:30 +01:00
[[menu.main]]
name = "Fotos"
weight = 3
identifier = "photos"
2025-01-29 12:47:01 +01:00
pageRef = "/photos/"
2025-01-29 11:37:30 +01:00