hugo-internet-weblog-demo/hugo.toml
Stephan Hadan 988a6dda60
All checks were successful
Build,test and deploy hugo-internet-weblog-demo / deploy-prod (push) Successful in 18s
reinvented srihash for analytics
2025-03-08 13:01:31 +01:00

61 lines
1.4 KiB
TOML

baseURL = 'https://preview.hadan-it.com/hugo-internet-weblog-demo/'
title = 'hugo-internet-weblog-demo'
defaultContentLanguage = 'de'
theme = 'internet-weblog'
[languages]
[languages.de]
languageCode = 'de-DE'
languageDirection = 'ltr'
languageName = 'Deutsch'
[markup.goldmark.renderer]
unsafe=true
[params.author]
Handle = "demo"
Email = "support@hadan-it.com"
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
mainSections = [ "Posts", "Microposts", "Photos" ]
statuspageenabled = true
statuspage = "https://status.hadan-it.com/status/preview-demo"
statuspagename = "Statusseite"
umamienabled = true
umamiurl = "https://analytics.hadan-it.com/"
umamisrihash = "sha384-q6BX6At4CnPxi1irWTLEV0m+RYSC74RoYMZ5FDoo5xSqAuXe5KaKa62bb5nw+ZQ6"
umamiid = "e0fd38cc-7187-4722-9168-798ac4a061fd"
[taxonomies]
tag = "tags"
category = "categories"
series = "series"
[[menu.main]]
name = "Posts"
weight = 1
identifier = "posts"
pageRef = "/posts/"
[[menu.main]]
name = "Microposts"
weight = 2
identifier = "microposts"
pageRef = "/microposts/"
[[menu.main]]
name = "Fotos"
weight = 3
identifier = "photos"
pageRef = "/photos/"