From 8aee06f6c6f79216f556cbe4771035c5f2982da3 Mon Sep 17 00:00:00 2001 From: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> Date: Wed, 22 Oct 2025 05:38:02 +0200 Subject: [PATCH 1/4] Update deploy-site.yaml --- .github/workflows/deploy-site.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy-site.yaml b/.github/workflows/deploy-site.yaml index f69da368..784131aa 100644 --- a/.github/workflows/deploy-site.yaml +++ b/.github/workflows/deploy-site.yaml @@ -25,7 +25,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.151.0 + HUGO_VERSION: 0.152.0 HUGO_ENVIRONMENT: production TZ: Europe/Berlin steps: From 08373042255b2648f2fdcbb57ac59d6d154767a4 Mon Sep 17 00:00:00 2001 From: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> Date: Wed, 22 Oct 2025 05:39:52 +0200 Subject: [PATCH 2/4] Update go.sum --- go.sum | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/go.sum b/go.sum index 7c5afa7e..e2f73527 100644 --- a/go.sum +++ b/go.sum @@ -1,3 +1,3 @@ -github.com/hugo-toha/toha/v4 v4.9.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= -github.com/hugo-toha/toha/v4 v4.9.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= +github.com/hugo-toha/toha/v4 v4.10.0 h1:FX5i3I7eP/lpAQZv4SjnKw5jw0aowCFBGjc+pW1W6PA= +github.com/hugo-toha/toha/v4 v4.10.0/go.mod h1:TU/6WXz7fJ3BSrTS+K/sVctzUMF4pB4ZwKWzFBFra8g= From 6c33b34cd846c2c911b98703f111407cf017b3e5 Mon Sep 17 00:00:00 2001 From: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> Date: Wed, 22 Oct 2025 07:57:01 +0200 Subject: [PATCH 3/4] Update hugo.yaml --- hugo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hugo.yaml b/hugo.yaml index 5f4f4aca..e8872d15 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -57,7 +57,7 @@ flags: -enableEmoji: true +enableEmoji: false # media types image/gif: From dbb49d70d43287880214d3c4aa4a5ce358ebdfb3 Mon Sep 17 00:00:00 2001 From: Marcel Dellmann <57219130+securebitsorg@users.noreply.github.com> Date: Wed, 22 Oct 2025 08:00:14 +0200 Subject: [PATCH 4/4] Update hugo.yaml --- hugo.yaml | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/hugo.yaml b/hugo.yaml index e8872d15..c6a47e66 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -4,30 +4,6 @@ languageCode: de title: "SecureBits Blog by Marcel Dellmann" -caches: - images: - dir: :cacheDir/images - assets: - dir: :resourceDir/_gen - maxAge: -1 - getcsv: - dir: :cacheDir/:project - maxAge: -1 - getjson: - dir: :cacheDir/:project - maxAge: -1 - getresource: - dir: :cacheDir/:project - maxAge: -1 - images: - dir: :resourceDir/_gen - maxAge: -1 - misc: - dir: :cacheDir/:project - maxAge: -1 - modules: - dir: :cacheDir/modules - maxAge: -1 # Use Hugo modules to add theme module: