diff --git a/hugo.yaml b/hugo.yaml index 36cf994..41ac704 100644 --- a/hugo.yaml +++ b/hugo.yaml @@ -1,6 +1,6 @@ module: hugoVersion: - min: "0.142.0" + min: "0.146.0" extended: true mounts: - source: content diff --git a/netlify.toml b/netlify.toml index f7d51a9..5db2d7a 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,34 +5,34 @@ publish = "exampleSite/public" [context.production.environment] HUGO_ENABLEGITINFO = "true" HUGO_ENV = "production" -HUGO_VERSION = "0.133.1" -NODE_VERSION = "v20.17.0" -NPM_VERSION = "10.8.3" +HUGO_VERSION = "0.146.4" +NODE_VERSION = "v23.1.0" +NPM_VERSION = "10.9.2" [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.133.1" - NODE_VERSION = "v20.17.0" - NPM_VERSION = "10.8.3" + HUGO_VERSION = "0.146.4" + NODE_VERSION = "v23.1.0" + NPM_VERSION = "10.9.2" [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.133.1" - NODE_VERSION = "v20.17.0" - NPM_VERSION = "10.8.3" + HUGO_VERSION = "0.146.4" + NODE_VERSION = "v23.1.0" + NPM_VERSION = "10.9.2" [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.133.1" - NODE_VERSION = "v20.17.0" - NPM_VERSION = "10.8.3" + HUGO_VERSION = "0.146.4" + NODE_VERSION = "v23.1.0" + NPM_VERSION = "10.9.2" [context.next.environment] HUGO_ENABLEGITINFO = "true" diff --git a/theme.toml b/theme.toml index a3a5713..a0f8777 100644 --- a/theme.toml +++ b/theme.toml @@ -44,4 +44,4 @@ features = [ [module] [module.hugoVersion] extended = true - min = "0.128.0" \ No newline at end of file + min = "0.146.0" \ No newline at end of file