Skip to content

Commit c497ef7

Browse files
authored
docs(chore): switch to new template system (Hugo v0.146.0) (#681)
1 parent 41140af commit c497ef7

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
build:
3232
runs-on: ubuntu-latest
3333
env:
34-
HUGO_VERSION: 0.145.0
34+
HUGO_VERSION: 0.147.5
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<script defer src="https://cdn.jsdelivr.net/npm/[email protected]/dist/quicklink.umd.js"></script>
2+
<script>
3+
window.addEventListener('load', () => {
4+
quicklink.listen();
5+
});
6+
</script>

exampleSite/layouts/partials/custom/head-end.html

Lines changed: 0 additions & 6 deletions
This file was deleted.

netlify.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR
77
ignore = "false"
88

99
[build.environment]
10-
HUGO_VERSION = "0.145.0"
11-
GO_VERSION = "1.24.0"
12-
NODE_VERSION = "22.14.0"
10+
HUGO_VERSION = "0.147.5"
11+
GO_VERSION = "1.24.3"
12+
NODE_VERSION = "22.16.0"

0 commit comments

Comments
 (0)