From e9f068487f1d8c7dee4a4104714b69990eaf1eb9 Mon Sep 17 00:00:00 2001 From: "stephan.hadan" Date: Wed, 29 Jan 2025 09:34:18 +0100 Subject: [PATCH 01/24] Changed wrong url for installation of theme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a893c33..87e56c8 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,8 @@ To see more, [check out my blog which is rendered with this theme](https://reakt Inside the folder of your Hugo site run: $ mkdir themes - $ git submodule add https://git.hadan-it.com/web/reaktionsfaehig.net.git themes/internet-weblog + $ git submodule add https://git.hadan-it.com/stiebke/hugo-internet-weblog.git themes/internet-weblog + $ echo "theme = 'internet-weblog'" >> hugo.toml For more information read the official [setup guide](https://gohugo.io/installation/) for Hugo. From b03825ded46470f88762c93e36ce0c42aa0390be Mon Sep 17 00:00:00 2001 From: "stephan.hadan" Date: Wed, 29 Jan 2025 10:12:44 +0100 Subject: [PATCH 02/24] Fixed missing "s" in layouts/partials/bio.html --- layouts/partials/bio.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/bio.html b/layouts/partials/bio.html index 775884c..a8a06b3 100644 --- a/layouts/partials/bio.html +++ b/layouts/partials/bio.html @@ -1,2 +1,2 @@ Here you can place a short bio about yourself. Place a `bio.html` file in your -project directory under `layout/partials`. That will override this message. +project directory under `layouts/partials`. That will override this message. From 78bac1a4a5fbbfa0a4d06bc942d247e9f2b86ac6 Mon Sep 17 00:00:00 2001 From: "stephan.hadan" Date: Wed, 29 Jan 2025 10:17:27 +0100 Subject: [PATCH 03/24] Fixed missing ! in page_footer.html --- layouts/partials/page_footer.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/partials/page_footer.html b/layouts/partials/page_footer.html index 3b96ecc..e2d076b 100644 --- a/layouts/partials/page_footer.html +++ b/layouts/partials/page_footer.html @@ -1,7 +1,7 @@