2 Commits

Author SHA1 Message Date
47e1792caa Update umami dns 2026-01-01 22:42:12 -05:00
d4b0e599db Remove link to gitea instance 2026-01-01 20:06:01 -05:00
5 changed files with 5 additions and 6 deletions

View File

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

View File

@@ -18,7 +18,6 @@ If you would like to connect with me:
- [Mastodon](https://mastodon.social/@davegallant)
- [GitHub](https://github.com/davegallant)
- [RSS Feed](https://davegallant.ca/index.xml)
- [gitea.snake-cloud.ts.net](https://gitea.snake-cloud.ts.net/explore/repos)
## Credits

View File

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

View File

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

View File

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