docs(chore): switch to new template system (Hugo v0.146.0) (#681)

This commit is contained in:
Andreas Deininger
2025-05-31 17:48:23 +02:00
committed by GitHub
parent 41140af6fa
commit c497ef700e
5 changed files with 10 additions and 10 deletions

View File

@@ -31,7 +31,7 @@ jobs:
build: build:
runs-on: ubuntu-latest runs-on: ubuntu-latest
env: env:
HUGO_VERSION: 0.145.0 HUGO_VERSION: 0.147.5
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4

View File

@@ -0,0 +1,6 @@
<script defer src="https://cdn.jsdelivr.net/npm/quicklink@3.0.1/dist/quicklink.umd.js"></script>
<script>
window.addEventListener('load', () => {
quicklink.listen();
});
</script>

View File

@@ -1,6 +0,0 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/quicklink/2.3.0/quicklink.umd.js"></script>
<script>
window.addEventListener("load", () => {
quicklink.listen();
});
</script>

View File

@@ -7,6 +7,6 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR
ignore = "false" ignore = "false"
[build.environment] [build.environment]
HUGO_VERSION = "0.145.0" HUGO_VERSION = "0.147.5"
GO_VERSION = "1.24.0" GO_VERSION = "1.24.3"
NODE_VERSION = "22.14.0" NODE_VERSION = "22.16.0"