From 662d9202dcca74d66373ac1d1c9071c6ee2533a5 Mon Sep 17 00:00:00 2001 From: Xin Date: Wed, 26 Feb 2025 23:33:11 +0000 Subject: [PATCH] chore: bump minimum hugo version --- .github/workflows/pages.yml | 2 +- exampleSite/hugo.yaml | 2 +- netlify.toml | 6 +++--- theme.toml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 8c9d466..bc5a0d3 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.138.0 + HUGO_VERSION: 0.145.0 steps: - name: Checkout uses: actions/checkout@v4 diff --git a/exampleSite/hugo.yaml b/exampleSite/hugo.yaml index c621f92..9c42586 100644 --- a/exampleSite/hugo.yaml +++ b/exampleSite/hugo.yaml @@ -43,7 +43,7 @@ languages: module: hugoVersion: extended: true - min: "0.112.0" + min: "0.134.0" workspace: hugo.work imports: diff --git a/netlify.toml b/netlify.toml index 4b5d13d..cb8e232 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.138.0" -GO_VERSION = "1.22.3" -NODE_VERSION = "22.2.0" +HUGO_VERSION = "0.145.0" +GO_VERSION = "1.24.0" +NODE_VERSION = "22.14.0" diff --git a/theme.toml b/theme.toml index 4f05672..2c3d8b4 100644 --- a/theme.toml +++ b/theme.toml @@ -9,7 +9,7 @@ homepage = "https://github.com/imfing/hextra/" demosite = "https://imfing.github.io/hextra/" tags = ["Modern", "Elegant", "Blog", "Documentation", "Responsive", "Clean", "Light", "Dark", "Minimal"] features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual", "Social", "Blog", "RSS", "Customization"] -min_version = "0.124.0" +min_version = "0.134.0" [author] name = "Xin"