Fix deprecation warnings (#908)
* Example site: bump hugo modules to latest versions * Fix deprecation warnings emitted by hugo v0.124 * Fix typos * Netlify: bump hugo version --------- Co-authored-by: Emruz Hossain <hossainemruz@gmail.com>
This commit is contained in:
parent
6f4e23ad40
commit
3edd8e7858
44 changed files with 66 additions and 64 deletions
24
netlify.toml
24
netlify.toml
|
@ -5,34 +5,34 @@ publish = "exampleSite/public"
|
|||
[context.production.environment]
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
HUGO_ENV = "production"
|
||||
HUGO_VERSION = "0.120.1"
|
||||
NODE_VERSION = "v18.12.1"
|
||||
NPM_VERSION = "8.19.2"
|
||||
HUGO_VERSION = "0.124.0"
|
||||
NODE_VERSION = "v20.11.1"
|
||||
NPM_VERSION = "10.5.0"
|
||||
|
||||
[context.split1]
|
||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --enableGitInfo"
|
||||
|
||||
[context.split1.environment]
|
||||
HUGO_ENV = "production"
|
||||
HUGO_VERSION = "0.120.1"
|
||||
NODE_VERSION = "v18.12.1"
|
||||
NPM_VERSION = "8.19.2"
|
||||
HUGO_VERSION = "0.124.0"
|
||||
NODE_VERSION = "v20.11.1"
|
||||
NPM_VERSION = "10.5.0"
|
||||
|
||||
[context.deploy-preview]
|
||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.deploy-preview.environment]
|
||||
HUGO_VERSION = "0.120.1"
|
||||
NODE_VERSION = "v18.12.1"
|
||||
NPM_VERSION = "8.19.2"
|
||||
HUGO_VERSION = "0.124.0"
|
||||
NODE_VERSION = "v20.11.1"
|
||||
NPM_VERSION = "10.5.0"
|
||||
|
||||
[context.branch-deploy]
|
||||
command = "cd exampleSite && hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL"
|
||||
|
||||
[context.branch-deploy.environment]
|
||||
HUGO_VERSION = "0.120.1"
|
||||
NODE_VERSION = "v18.12.1"
|
||||
NPM_VERSION = "8.19.2"
|
||||
HUGO_VERSION = "0.124.0"
|
||||
NODE_VERSION = "v20.11.1"
|
||||
NPM_VERSION = "10.5.0"
|
||||
|
||||
[context.next.environment]
|
||||
HUGO_ENABLEGITINFO = "true"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue