From b9971e5e5b33e7516f026bd06ca7092e3fe89b6e Mon Sep 17 00:00:00 2001 From: TatsatJha Date: Wed, 12 Nov 2025 09:44:43 -0700 Subject: [PATCH 1/3] update hugo-bibliography version --- themes/hugo-bibliography | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/hugo-bibliography b/themes/hugo-bibliography index f2af43c..54db665 160000 --- a/themes/hugo-bibliography +++ b/themes/hugo-bibliography @@ -1 +1 @@ -Subproject commit f2af43c7ba37ad3cb1e46bddbee997eb02245e67 +Subproject commit 54db66520da93d501ad40288c52fc31ea9599ad2 From 0ab5ab829a8b01ac545cfa812a44c4a58197b8db Mon Sep 17 00:00:00 2001 From: TatsatJha Date: Wed, 12 Nov 2025 09:45:24 -0700 Subject: [PATCH 2/3] remove no longer needed support for fetch script --- .github/workflows/hugo.yml | 4 ---- docker-compose.yml | 4 +--- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/hugo.yml b/.github/workflows/hugo.yml index 61919fa..fdd8ccb 100644 --- a/.github/workflows/hugo.yml +++ b/.github/workflows/hugo.yml @@ -48,10 +48,6 @@ jobs: uses: actions/configure-pages@v5 - name: Install Node.js dependencies run: "[[ -f package-lock.json || -f npm-shrinkwrap.json ]] && npm ci || true" - - name: Install jq for fetch script - run: sudo apt-get update && sudo apt-get install -y jq - - name: Run Zotero fetch script - run: ./themes/hugo-bibliography/fetch-zotero.sh - name: Build with Hugo env: diff --git a/docker-compose.yml b/docker-compose.yml index 039579d..d4aae9d 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -8,8 +8,6 @@ services: working_dir: /src command: > sh -c " - apk add --no-cache curl jq && - ./themes/hugo-bibliography/fetch-zotero.sh && hugo server --bind 0.0.0.0 --port 1313 " - restart: unless-stopped \ No newline at end of file + restart: unless-stopped From b3bbedc13d45960f529a4c8a0edb3671dd6df578 Mon Sep 17 00:00:00 2001 From: TatsatJha Date: Wed, 12 Nov 2025 09:52:13 -0700 Subject: [PATCH 3/3] add groupid for compatibility with the new hugo-bib version --- config.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/config.yaml b/config.yaml index d54e527..5bc43d0 100644 --- a/config.yaml +++ b/config.yaml @@ -87,3 +87,4 @@ params: showReadTime: false showShare: false ga_analytics: G-P55LD1R62C + groupId: 5010351