From 9dddb0e70c1a3a037cf385d91e0dde750403cb38 Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sun, 11 May 2025 02:24:14 +0200 Subject: [PATCH 1/2] fix usage of deprecated hugo option --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index ded8f63..028bbe1 100644 --- a/config.toml +++ b/config.toml @@ -44,7 +44,7 @@ pygmentsCodefencesGuessSyntax = true # src = "img/hexagon.jpg" # desc = "Hexagon" -[Author] +[Params.Author] name = "Die Cryptoengel" website = "https://cryptoparty-hamburg.de" email = "hallo@cryptoparty-hamburg.de" From b5899e63c61436bfc59aae766f20719bac5ef9ec Mon Sep 17 00:00:00 2001 From: Julian Schacher Date: Sun, 11 May 2025 02:31:13 +0200 Subject: [PATCH 2/2] use older hugo for now to make the website build --- .forgejo/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.forgejo/workflows/deploy.yaml b/.forgejo/workflows/deploy.yaml index ef195ab..72ef80a 100644 --- a/.forgejo/workflows/deploy.yaml +++ b/.forgejo/workflows/deploy.yaml @@ -11,7 +11,7 @@ jobs: build: runs-on: docker container: - image: docker.io/hugomods/hugo:0.138.0 + image: docker.io/hugomods/hugo:0.119.0 steps: - name: Pipeline info run: |