From c497ef700ea43db1b5bdfca22800c37355f7bbfa Mon Sep 17 00:00:00 2001 From: Andreas Deininger Date: Sat, 31 May 2025 17:48:23 +0200 Subject: [PATCH] docs(chore): switch to new template system (Hugo v0.146.0) (#681) --- .github/workflows/pages.yml | 2 +- exampleSite/layouts/_partials/custom/head-end.html | 6 ++++++ .../layouts/{shortcodes => _shortcodes}/new-feature.html | 0 exampleSite/layouts/partials/custom/head-end.html | 6 ------ netlify.toml | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-) create mode 100644 exampleSite/layouts/_partials/custom/head-end.html rename exampleSite/layouts/{shortcodes => _shortcodes}/new-feature.html (100%) delete mode 100644 exampleSite/layouts/partials/custom/head-end.html diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 567f9fd..02d1df7 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -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 diff --git a/exampleSite/layouts/_partials/custom/head-end.html b/exampleSite/layouts/_partials/custom/head-end.html new file mode 100644 index 0000000..25875e2 --- /dev/null +++ b/exampleSite/layouts/_partials/custom/head-end.html @@ -0,0 +1,6 @@ + + diff --git a/exampleSite/layouts/shortcodes/new-feature.html b/exampleSite/layouts/_shortcodes/new-feature.html similarity index 100% rename from exampleSite/layouts/shortcodes/new-feature.html rename to exampleSite/layouts/_shortcodes/new-feature.html diff --git a/exampleSite/layouts/partials/custom/head-end.html b/exampleSite/layouts/partials/custom/head-end.html deleted file mode 100644 index 62be795..0000000 --- a/exampleSite/layouts/partials/custom/head-end.html +++ /dev/null @@ -1,6 +0,0 @@ - - diff --git a/netlify.toml b/netlify.toml index cb8e232..d96ec7b 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"