2 Commits

Author SHA1 Message Date
renovate[bot]
9547752a51 Update peaceiris/actions-hugo action to v3 2025-01-12 15:29:37 +00:00
Dave Gallant
3272b67283 Replace google analytics with umami analytics 2025-01-12 10:27:21 -05:00
5 changed files with 6 additions and 8 deletions

View File

@@ -29,7 +29,7 @@ jobs:
cache-dependency-path: "**/package-lock.json" cache-dependency-path: "**/package-lock.json"
- name: Setup Hugo - name: Setup Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: "0.120.3" hugo-version: "0.120.3"
extended: true extended: true

View File

@@ -5,10 +5,6 @@ enableGitInfo: true
enableRobotsTXT: true enableRobotsTXT: true
paginate: 20 paginate: 20
services:
googleAnalytics:
ID: G-V8WJDERTX9
build: build:
noJSConfigInAssets: true noJSConfigInAssets: true
writeStats: true writeStats: true

View File

@@ -0,0 +1,2 @@
<!-- Umami Analytics -->
<script defer src="https://umami.snake-cloud.ts.net/script.js" data-website-id="e8adafba-b892-4dad-a139-2bd61fe5fab9"></script>

View File

@@ -23,7 +23,7 @@ jobs:
node-version: "18" node-version: "18"
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: "0.111.3" hugo-version: "0.111.3"
extended: true extended: true
@@ -63,7 +63,7 @@ jobs:
node-version: "18" node-version: "18"
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: "0.111.3" hugo-version: "0.111.3"
extended: true extended: true

View File

@@ -14,7 +14,7 @@ jobs:
ref: ${{ github.event.pull_request.head.sha }} ref: ${{ github.event.pull_request.head.sha }}
- name: Install Hugo - name: Install Hugo
uses: peaceiris/actions-hugo@v2 uses: peaceiris/actions-hugo@v3
with: with:
hugo-version: "0.111.3" hugo-version: "0.111.3"
extended: true extended: true