mirror of
https://github.com/imfing/hextra.git
synced 2025-06-19 06:43:34 -04:00
docs(chore): switch to new template system (Hugo v0.146.0) (#681)
This commit is contained in:

committed by
GitHub

parent
41140af6fa
commit
c497ef700e
2
.github/workflows/pages.yml
vendored
2
.github/workflows/pages.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HUGO_VERSION: 0.145.0
|
||||
HUGO_VERSION: 0.147.5
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
6
exampleSite/layouts/_partials/custom/head-end.html
Normal file
6
exampleSite/layouts/_partials/custom/head-end.html
Normal 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>
|
@ -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>
|
@ -7,6 +7,6 @@ command = "cd exampleSite && hugo --gc --minify --themesDir ../.. -b ${DEPLOY_PR
|
||||
ignore = "false"
|
||||
|
||||
[build.environment]
|
||||
HUGO_VERSION = "0.145.0"
|
||||
GO_VERSION = "1.24.0"
|
||||
NODE_VERSION = "22.14.0"
|
||||
HUGO_VERSION = "0.147.5"
|
||||
GO_VERSION = "1.24.3"
|
||||
NODE_VERSION = "22.16.0"
|
||||
|
Reference in New Issue
Block a user