From ed8cca8bcbf2b62afea5fac9653b1e32d5c2117e Mon Sep 17 00:00:00 2001 From: Phil Watson Date: Sat, 23 May 2026 06:23:23 +0000 Subject: [PATCH 1/2] Theme update for RSS images --- config.toml | 6 ++++-- themes/mako | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/config.toml b/config.toml index a64f72b..50e31d6 100644 --- a/config.toml +++ b/config.toml @@ -8,15 +8,17 @@ category = 'categories' series = 'series' tag = 'tags' +[params.author] +name = "Phil Watson" +email = "rakhama.f1itl@simplelogin.com" + [params] -author = "Phil Watson" description = "A Cool Guy" pronouns = "He/Him" profilePicture = "images/pw.jpg" socials = [ { name = "PixelFed", icon = "camera", "url" = "https://pixelfed.social/shishkebabsmin" }, ] -email = "rakhama.f1itl@simplelogin.com" dateFormat = "Monday, 02/Jan/2006 15:04 MST" navigationTaxonomies = ["series", "categories"] location = "Brisbane, Australia" diff --git a/themes/mako b/themes/mako index b54851a..8aee303 160000 --- a/themes/mako +++ b/themes/mako @@ -1 +1 @@ -Subproject commit b54851a93d49591203d141ff25f6c97ae3025130 +Subproject commit 8aee303602ccfff80a1477c57d6264c9a3b1a337 From e0a436fe6629814c00c25bb1acf00f43398c52db Mon Sep 17 00:00:00 2001 From: Phil Watson Date: Sat, 23 May 2026 06:27:55 +0000 Subject: [PATCH 2/2] Update Hugo version for build --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 1aa792b..93eb88b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -24,7 +24,7 @@ jobs: build: runs-on: ubuntu-latest env: - HUGO_VERSION: 0.147.9 + HUGO_VERSION: 0.161.1 steps: - name: Install Hugo CLI run: |