forked from drowl87/hextra_mirror
chore: bump minimum hugo version
This commit is contained in:
parent
9f9ddd69ab
commit
662d9202dc
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.138.0
|
||||
HUGO_VERSION: 0.145.0
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -43,7 +43,7 @@ languages:
|
||||
module:
|
||||
hugoVersion:
|
||||
extended: true
|
||||
min: "0.112.0"
|
||||
min: "0.134.0"
|
||||
|
||||
workspace: hugo.work
|
||||
imports:
|
||||
|
@ -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"
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user