From e0e07bf420d1f26ae00f389821249bde29081921 Mon Sep 17 00:00:00 2001 From: Stephan Hadan Date: Wed, 29 Jan 2025 12:47:01 +0100 Subject: [PATCH] * finalized demo sample site --- README.md | 3 +++ hugo.toml | 10 +++++----- themes/internet-weblog | 2 +- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index e69de29..770e5bf 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file diff --git a/hugo.toml b/hugo.toml index a2c95ac..60e8f99 100644 --- a/hugo.toml +++ b/hugo.toml @@ -20,8 +20,8 @@ unsafe=true RSSEnabled = true EnablePreferredDarkAppearance = true RSSMicropostTitles = false - mainSections = [ "Posts", "Microposts" ] - statuspage = "https://status.hadan-it.com/status/reaktionsfaehig" + mainSections = [ "Posts", "Microposts", "Photos" ] + statuspage = "https://status.hadan-it.com/status/preview-demo" statuspagename = "Statusseite" umamienabled = true umamiurl = "https://analytics.hadan-it.com/" @@ -37,17 +37,17 @@ unsafe=true name = "Posts" weight = 1 identifier = "posts" - url = "posts/" + pageRef = "/posts/" [[menu.main]] name = "Microposts" weight = 2 identifier = "microposts" - url = "microposts/" + pageRef = "/microposts/" [[menu.main]] name = "Fotos" weight = 3 identifier = "photos" - url = "photos/" + pageRef = "/photos/" diff --git a/themes/internet-weblog b/themes/internet-weblog index e38272b..5e1a222 160000 --- a/themes/internet-weblog +++ b/themes/internet-weblog @@ -1 +1 @@ -Subproject commit e38272bd796eb22a285d174e5ac5e958f4f2f256 +Subproject commit 5e1a222aaf254ad672ade521d624b8e0b41854d4