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/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 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 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