From 5cc8b031ef3c488789cd571bfb7addd87c698a77 Mon Sep 17 00:00:00 2001 From: hossainemruz Date: Tue, 31 Oct 2023 13:29:41 +0600 Subject: [PATCH] Update theme and netlify configuration Signed-off-by: hossainemruz --- content/posts/getting-started/netlify/index.md | 8 ++++---- content/posts/quickstart/index.md | 4 ++-- go.mod | 2 +- go.sum | 4 ++++ netlify.toml | 8 ++++---- 5 files changed, 15 insertions(+), 11 deletions(-) diff --git a/content/posts/getting-started/netlify/index.md b/content/posts/getting-started/netlify/index.md index 9bc11453..34796279 100644 --- a/content/posts/getting-started/netlify/index.md +++ b/content/posts/getting-started/netlify/index.md @@ -25,7 +25,7 @@ publish = "public" [context.production.environment] HUGO_ENABLEGITINFO = "true" HUGO_ENV = "production" -HUGO_VERSION = "0.109.0" +HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -34,7 +34,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini [context.split1.environment] HUGO_ENV = "production" - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -42,7 +42,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -50,7 +50,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" diff --git a/content/posts/quickstart/index.md b/content/posts/quickstart/index.md index b1e5703b..ee276489 100644 --- a/content/posts/quickstart/index.md +++ b/content/posts/quickstart/index.md @@ -17,7 +17,7 @@ Here, I am going to assume that you want to start a fresh Hugo site using this t In order to run the theme locally, you must have the following tools installed. -1. Hugo version `v0.109.x` (extended) or later. +1. Hugo version `v0.118.x` (extended) or later. 2. [Go](https://go.dev/doc/install) language version `v1.18.x` or later. 3. Node version `v18.x` and npm version `8.x` or later. @@ -26,7 +26,7 @@ Make sure you have the required tools installed to the proper version using the ```bash # Check Hugo version ➜ hugo version -hugo v0.109.0+extended linux/amd64 BuildDate=unknown +hugo v0.118.2+extended linux/amd64 BuildDate=unknown # Check Go version ➜ go version diff --git a/go.mod b/go.mod index 0bbbe898..7b1e30aa 100644 --- a/go.mod +++ b/go.mod @@ -6,6 +6,6 @@ go 1.19 // replace github.com/hugo-toha/toha/v3 => ../toha require ( - github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1 // indirect + github.com/hugo-toha/toha/v4 v4.0.0-20231031071528-05c9d3d850b2 // indirect github.com/hugofy/hugofy v0.0.0-20230215174605-0af4f57bf558 // indirect ) diff --git a/go.sum b/go.sum index 4de6d778..86a12aaf 100644 --- a/go.sum +++ b/go.sum @@ -2,5 +2,9 @@ github.com/hugo-toha/toha/v4 v4.0.0-20230728200917-0e12222cc3bd h1:cSPVhSQLd3CI+ github.com/hugo-toha/toha/v4 v4.0.0-20230728200917-0e12222cc3bd/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1 h1:iPPEerrlIaBH5TvkQSQ71Rg09C5GvGVodM0WOiipUcc= github.com/hugo-toha/toha/v4 v4.0.0-20230929231747-c943f39617c1/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.0.0-20231030042714-e61d6b796b48 h1:/3ICPbsN9zTOmIQqSmzVdMCShucO22LgZyPIQhd4yBg= +github.com/hugo-toha/toha/v4 v4.0.0-20231030042714-e61d6b796b48/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= +github.com/hugo-toha/toha/v4 v4.0.0-20231031071528-05c9d3d850b2 h1:EkR94Ztv1Ao+iEP0e5Vk/GRmZvhAjSHzjsMOXBaK3Ak= +github.com/hugo-toha/toha/v4 v4.0.0-20231031071528-05c9d3d850b2/go.mod h1:p/K34lqlqmhzfPd4cx66od7sjlROBqhMxG30mJz+aKQ= github.com/hugofy/hugofy v0.0.0-20230215174605-0af4f57bf558 h1:x3Ey1ITCOjhFaCUjubPRAhTTYQw2+g27NuQMqdq8xR8= github.com/hugofy/hugofy v0.0.0-20230215174605-0af4f57bf558/go.mod h1:5g0QdEPA4ThSe+v5ZGKLfPwrfqiz2mq8mAB8HXI0Trw= diff --git a/netlify.toml b/netlify.toml index f7eede72..2921f2e7 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ publish = "public" [context.production.environment] HUGO_ENABLEGITINFO = "true" HUGO_ENV = "production" -HUGO_VERSION = "0.109.0" +HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -14,7 +14,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini [context.split1.environment] HUGO_ENV = "production" - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -22,7 +22,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify --buildFuture -b $DEPLOY_PRIME_URL" [context.deploy-preview.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2" @@ -30,7 +30,7 @@ command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --mini command = "hugo mod tidy && hugo mod npm pack && npm install && hugo --gc --minify -b $DEPLOY_PRIME_URL" [context.branch-deploy.environment] - HUGO_VERSION = "0.109.0" + HUGO_VERSION = "0.120.1" NODE_VERSION = "v18.12.1" NPM_VERSION = "8.19.2"