Update min Hugo version
Signed-off-by: hossainemruz <hossainemruz@gmail.com>
This commit is contained in:
parent
f01eee9220
commit
6ca34706d1
3 changed files with 14 additions and 14 deletions
|
@ -1,6 +1,6 @@
|
||||||
module:
|
module:
|
||||||
hugoVersion:
|
hugoVersion:
|
||||||
min: "0.142.0"
|
min: "0.146.0"
|
||||||
extended: true
|
extended: true
|
||||||
mounts:
|
mounts:
|
||||||
- source: content
|
- source: content
|
||||||
|
|
24
netlify.toml
24
netlify.toml
|
@ -5,34 +5,34 @@ publish = "exampleSite/public"
|
||||||
[context.production.environment]
|
[context.production.environment]
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_VERSION = "0.133.1"
|
HUGO_VERSION = "0.146.4"
|
||||||
NODE_VERSION = "v20.17.0"
|
NODE_VERSION = "v23.1.0"
|
||||||
NPM_VERSION = "10.8.3"
|
NPM_VERSION = "10.9.2"
|
||||||
|
|
||||||
[context.split1]
|
[context.split1]
|
||||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --enableGitInfo"
|
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --enableGitInfo"
|
||||||
|
|
||||||
[context.split1.environment]
|
[context.split1.environment]
|
||||||
HUGO_ENV = "production"
|
HUGO_ENV = "production"
|
||||||
HUGO_VERSION = "0.133.1"
|
HUGO_VERSION = "0.146.4"
|
||||||
NODE_VERSION = "v20.17.0"
|
NODE_VERSION = "v23.1.0"
|
||||||
NPM_VERSION = "10.8.3"
|
NPM_VERSION = "10.9.2"
|
||||||
|
|
||||||
[context.deploy-preview]
|
[context.deploy-preview]
|
||||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.deploy-preview.environment]
|
[context.deploy-preview.environment]
|
||||||
HUGO_VERSION = "0.133.1"
|
HUGO_VERSION = "0.146.4"
|
||||||
NODE_VERSION = "v20.17.0"
|
NODE_VERSION = "v23.1.0"
|
||||||
NPM_VERSION = "10.8.3"
|
NPM_VERSION = "10.9.2"
|
||||||
|
|
||||||
[context.branch-deploy]
|
[context.branch-deploy]
|
||||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
||||||
|
|
||||||
[context.branch-deploy.environment]
|
[context.branch-deploy.environment]
|
||||||
HUGO_VERSION = "0.133.1"
|
HUGO_VERSION = "0.146.4"
|
||||||
NODE_VERSION = "v20.17.0"
|
NODE_VERSION = "v23.1.0"
|
||||||
NPM_VERSION = "10.8.3"
|
NPM_VERSION = "10.9.2"
|
||||||
|
|
||||||
[context.next.environment]
|
[context.next.environment]
|
||||||
HUGO_ENABLEGITINFO = "true"
|
HUGO_ENABLEGITINFO = "true"
|
||||||
|
|
|
@ -44,4 +44,4 @@ features = [
|
||||||
[module]
|
[module]
|
||||||
[module.hugoVersion]
|
[module.hugoVersion]
|
||||||
extended = true
|
extended = true
|
||||||
min = "0.128.0"
|
min = "0.146.0"
|
Loading…
Add table
Add a link
Reference in a new issue