Skip to content

Commit 662d920

Browse files
committed
chore: bump minimum hugo version
1 parent 9f9ddd6 commit 662d920

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Diff for: .github/workflows/pages.yml

+1-1
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.138.0
34+
HUGO_VERSION: 0.145.0
3535
steps:
3636
- name: Checkout
3737
uses: actions/checkout@v4

Diff for: exampleSite/hugo.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ languages:
4343
module:
4444
hugoVersion:
4545
extended: true
46-
min: "0.112.0"
46+
min: "0.134.0"
4747

4848
workspace: hugo.work
4949
imports:

Diff for: netlify.toml

+3-3
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.138.0"
11-
GO_VERSION = "1.22.3"
12-
NODE_VERSION = "22.2.0"
10+
HUGO_VERSION = "0.145.0"
11+
GO_VERSION = "1.24.0"
12+
NODE_VERSION = "22.14.0"

Diff for: theme.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ homepage = "https://github.com/imfing/hextra/"
99
demosite = "https://imfing.github.io/hextra/"
1010
tags = ["Modern", "Elegant", "Blog", "Documentation", "Responsive", "Clean", "Light", "Dark", "Minimal"]
1111
features = ["Responsive", "Dark Mode", "Search", "Syntax Highlighting", "Multilingual", "Social", "Blog", "RSS", "Customization"]
12-
min_version = "0.124.0"
12+
min_version = "0.134.0"
1313

1414
[author]
1515
name = "Xin"

0 commit comments

Comments
 (0)