mirror of
https://github.com/davegallant/davegallant.github.io.git
synced 2025-10-09 10:36:01 +00:00
Compare commits
2 Commits
476bc568b6
...
9547752a51
Author | SHA1 | Date | |
---|---|---|---|
|
9547752a51 | ||
|
3272b67283 |
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@@ -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
|
||||||
|
@@ -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
|
||||||
|
2
layouts/partials/head/head_end.html
Normal file
2
layouts/partials/head/head_end.html
Normal 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>
|
@@ -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
|
||||||
|
@@ -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
|
||||||
|
Reference in New Issue
Block a user