* finalized demo sample site
All checks were successful
Build,test and deploy hugo-internet-weblog-demo / deploy-prod (push) Successful in 17s

This commit is contained in:
Stephan Hadan 2025-01-29 12:47:01 +01:00
parent 7f4f7f693d
commit e0e07bf420
3 changed files with 9 additions and 6 deletions

View file

@ -0,0 +1,3 @@
# hugo-internet-weblog-demo
This is a sample site for the enhanced [hugo-internet-weblog](https://git.hadan-it.com/stiebke/hugo-internet-weblog) theme for hugo static site generator.

View file

@ -20,8 +20,8 @@ unsafe=true
RSSEnabled = true RSSEnabled = true
EnablePreferredDarkAppearance = true EnablePreferredDarkAppearance = true
RSSMicropostTitles = false RSSMicropostTitles = false
mainSections = [ "Posts", "Microposts" ] mainSections = [ "Posts", "Microposts", "Photos" ]
statuspage = "https://status.hadan-it.com/status/reaktionsfaehig" statuspage = "https://status.hadan-it.com/status/preview-demo"
statuspagename = "Statusseite" statuspagename = "Statusseite"
umamienabled = true umamienabled = true
umamiurl = "https://analytics.hadan-it.com/" umamiurl = "https://analytics.hadan-it.com/"
@ -37,17 +37,17 @@ unsafe=true
name = "Posts" name = "Posts"
weight = 1 weight = 1
identifier = "posts" identifier = "posts"
url = "posts/" pageRef = "/posts/"
[[menu.main]] [[menu.main]]
name = "Microposts" name = "Microposts"
weight = 2 weight = 2
identifier = "microposts" identifier = "microposts"
url = "microposts/" pageRef = "/microposts/"
[[menu.main]] [[menu.main]]
name = "Fotos" name = "Fotos"
weight = 3 weight = 3
identifier = "photos" identifier = "photos"
url = "photos/" pageRef = "/photos/"

@ -1 +1 @@
Subproject commit e38272bd796eb22a285d174e5ac5e958f4f2f256 Subproject commit 5e1a222aaf254ad672ade521d624b8e0b41854d4