From 66ef42ebcd2165cb66b7a419efb46a2f4f17bbb7 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sun, 6 Aug 2023 00:42:17 +0300 Subject: [PATCH 1/3] update hugo to v0.116.1 Signed-off-by: Arhell --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index 9974f53d6..212b552c4 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,7 +12,7 @@ command = "go run mage.go -v Docs" [build.environment] - HUGO_VERSION = "0.115.4" + HUGO_VERSION = "0.116.1" GO_VERSION = "1.20" [context.branch-deploy] From ace52b3acf945cc2f482c5fcd3761d164585332e Mon Sep 17 00:00:00 2001 From: Arhell Date: Mon, 7 Aug 2023 03:30:50 +0300 Subject: [PATCH 2/3] update hugo to v0.116.1 Signed-off-by: Arhell --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 85f219d18..fddb31b4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -416,7 +416,7 @@ site/docs. or use only Hugo -1. Download and install [Hugo 0.115.4](https://github.com/gohugoio/hugo/releases/tag/v0.115.4) extended version. +1. Download and install [Hugo 0.116.1](https://github.com/gohugoio/hugo/releases/tag/v0.115.4) extended version. 2. `cd docs` 3. `hugo server --watch` From 7acef86d7ba03123b127ab7167abee1664949343 Mon Sep 17 00:00:00 2001 From: Arhell Date: Sat, 12 Aug 2023 11:36:03 +0300 Subject: [PATCH 3/3] update hugo to v0.117.0 Signed-off-by: Arhell --- CONTRIBUTING.md | 2 +- netlify.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index fddb31b4e..ad1f5fc3d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -416,7 +416,7 @@ site/docs. or use only Hugo -1. Download and install [Hugo 0.116.1](https://github.com/gohugoio/hugo/releases/tag/v0.115.4) extended version. +1. Download and install [Hugo 0.117.0](https://github.com/gohugoio/hugo/releases/tag/v0.117.0) extended version. 2. `cd docs` 3. `hugo server --watch` diff --git a/netlify.toml b/netlify.toml index 212b552c4..8ee6c4cae 100644 --- a/netlify.toml +++ b/netlify.toml @@ -12,7 +12,7 @@ command = "go run mage.go -v Docs" [build.environment] - HUGO_VERSION = "0.116.1" + HUGO_VERSION = "0.117.0" GO_VERSION = "1.20" [context.branch-deploy]