From c6cde1074df68b13278e41de4d36261c58d586c2 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 2 Oct 2025 07:32:16 -0700 Subject: [PATCH] content: Update version references --- content/en/configuration/module.md | 2 +- content/en/contribute/development.md | 2 +- content/en/functions/hugo/Generator.md | 2 +- content/en/functions/hugo/Version.md | 2 +- content/en/functions/resources/FromString.md | 2 +- content/en/getting-started/usage.md | 2 +- content/en/host-and-deploy/host-on-aws-amplify/index.md | 4 ++-- content/en/host-and-deploy/host-on-cloudflare/index.md | 4 ++-- content/en/host-and-deploy/host-on-codeberg-pages.md | 4 ++-- content/en/host-and-deploy/host-on-github-pages/index.md | 4 ++-- content/en/host-and-deploy/host-on-gitlab-pages.md | 4 ++-- content/en/host-and-deploy/host-on-netlify/index.md | 8 ++++---- content/en/host-and-deploy/host-on-render/index.md | 4 ++-- content/en/host-and-deploy/host-on-vercel/index.md | 4 ++-- 14 files changed, 24 insertions(+), 24 deletions(-) diff --git a/content/en/configuration/module.md b/content/en/configuration/module.md index 4e1e60a0f..988a25a75 100644 --- a/content/en/configuration/module.md +++ b/content/en/configuration/module.md @@ -77,7 +77,7 @@ extended : (`bool`) Whether the extended edition of Hugo is required, satisfied by installing either the extended or extended/deploy edition. max -: (`string`) The maximum Hugo version supported, for example `0.150.0`. +: (`string`) The maximum Hugo version supported, for example `0.151.0`. min : (`string`) The minimum Hugo version supported, for example `0.102.0`. diff --git a/content/en/contribute/development.md b/content/en/contribute/development.md index e3ec6cc71..a30adea88 100644 --- a/content/en/contribute/development.md +++ b/content/en/contribute/development.md @@ -143,7 +143,7 @@ CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@latest To build and install a specific release: ```sh -CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.150.0 +CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.151.0 ``` To build and install at the latest commit on the master branch: diff --git a/content/en/functions/hugo/Generator.md b/content/en/functions/hugo/Generator.md index 1ac7e4388..d16cabaca 100644 --- a/content/en/functions/hugo/Generator.md +++ b/content/en/functions/hugo/Generator.md @@ -11,5 +11,5 @@ params: --- ```go-html-template -{{ hugo.Generator }} → +{{ hugo.Generator }} → ``` diff --git a/content/en/functions/hugo/Version.md b/content/en/functions/hugo/Version.md index a0a0bfc8e..7cdd82051 100644 --- a/content/en/functions/hugo/Version.md +++ b/content/en/functions/hugo/Version.md @@ -11,5 +11,5 @@ params: --- ```go-html-template -{{ hugo.Version }} → 0.150.0 +{{ hugo.Version }} → 0.151.0 ``` diff --git a/content/en/functions/resources/FromString.md b/content/en/functions/resources/FromString.md index f7197fe90..da461f1fa 100644 --- a/content/en/functions/resources/FromString.md +++ b/content/en/functions/resources/FromString.md @@ -23,7 +23,7 @@ Let's say you need to publish a file named "site.json" in the root of your `publ ```json { "build_date": "2025-07-08T13:12:19-07:00", - "hugo_version": "0.150.0", + "hugo_version": "0.151.0", "last_modified": "2025-07-07T22:09:13-07:00" } ``` diff --git a/content/en/getting-started/usage.md b/content/en/getting-started/usage.md index 202075c79..2be4740be 100644 --- a/content/en/getting-started/usage.md +++ b/content/en/getting-started/usage.md @@ -18,7 +18,7 @@ hugo version You should see something like: ```text -hugo v0.150.0-3f5473b7d4e7377e807290c3acc89feeef1aaa71+extended linux/amd64 BuildDate=2025-09-08T13:01:12Z VendorInfo=gohugoio +hugo v0.151.0-c70ab27ceb841fc9404eab5d2c985ff7595034b7+extended linux/amd64 BuildDate=2025-10-02T13:30:36Z VendorInfo=gohugoio ``` ## Display available commands diff --git a/content/en/host-and-deploy/host-on-aws-amplify/index.md b/content/en/host-and-deploy/host-on-aws-amplify/index.md index 5297bb27b..f659e1011 100644 --- a/content/en/host-and-deploy/host-on-aws-amplify/index.md +++ b/content/en/host-and-deploy/host-on-aws-amplify/index.md @@ -40,9 +40,9 @@ Step 2 env: variables: # Application versions - DART_SASS_VERSION: 1.92.1 + DART_SASS_VERSION: 1.93.2 GO_VERSION: 1.25.1 - HUGO_VERSION: 0.150.0 + HUGO_VERSION: 0.151.0 # Time zone TZ: Europe/Oslo # Cache diff --git a/content/en/host-and-deploy/host-on-cloudflare/index.md b/content/en/host-and-deploy/host-on-cloudflare/index.md index 9a1610c98..391dcf1b9 100644 --- a/content/en/host-and-deploy/host-on-cloudflare/index.md +++ b/content/en/host-and-deploy/host-on-cloudflare/index.md @@ -51,9 +51,9 @@ Step 2 main() { - DART_SASS_VERSION=1.92.1 + DART_SASS_VERSION=1.93.2 GO_VERSION=1.25.1 - HUGO_VERSION=0.150.0 + HUGO_VERSION=0.151.0 NODE_VERSION=22.18.0 export TZ=Europe/Oslo diff --git a/content/en/host-and-deploy/host-on-codeberg-pages.md b/content/en/host-and-deploy/host-on-codeberg-pages.md index 899e32b92..65c7374d0 100644 --- a/content/en/host-and-deploy/host-on-codeberg-pages.md +++ b/content/en/host-and-deploy/host-on-codeberg-pages.md @@ -111,7 +111,7 @@ jobs: runs-on: codeberg-tiny-lazy container: # Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building. - image: "hugomods/hugo:exts-0.150.0" + image: "hugomods/hugo:exts-0.151.0" steps: - name: Clone the repository uses: https://code.forgejo.org/actions/checkout@v4 @@ -201,7 +201,7 @@ jobs: runs-on: codeberg-tiny-lazy container: # Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building. - image: "hugomods/hugo:exts-0.150.0" + image: "hugomods/hugo:exts-0.151.0" steps: - name: Clone the repository uses: https://code.forgejo.org/actions/checkout@v4 diff --git a/content/en/host-and-deploy/host-on-github-pages/index.md b/content/en/host-and-deploy/host-on-github-pages/index.md index 2cd25a304..88b12aedf 100644 --- a/content/en/host-and-deploy/host-on-github-pages/index.md +++ b/content/en/host-and-deploy/host-on-github-pages/index.md @@ -77,9 +77,9 @@ Step 4 build: runs-on: ubuntu-latest env: - DART_SASS_VERSION: 1.92.1 + DART_SASS_VERSION: 1.93.2 GO_VERSION: 1.25.1 - HUGO_VERSION: 0.150.0 + HUGO_VERSION: 0.151.0 NODE_VERSION: 22.18.0 TZ: Europe/Oslo steps: diff --git a/content/en/host-and-deploy/host-on-gitlab-pages.md b/content/en/host-and-deploy/host-on-gitlab-pages.md index 4e830597f..3c71d27e3 100644 --- a/content/en/host-and-deploy/host-on-gitlab-pages.md +++ b/content/en/host-and-deploy/host-on-gitlab-pages.md @@ -24,8 +24,8 @@ Define your [CI/CD](g) jobs by creating a `.gitlab-ci.yml` file in the root of y ```yaml {file=".gitlab-ci.yml" copy=true} variables: # Application versions - DART_SASS_VERSION: 1.92.1 - HUGO_VERSION: 0.150.0 + DART_SASS_VERSION: 1.93.2 + HUGO_VERSION: 0.151.0 NODE_VERSION: 22.18.0 # Git GIT_DEPTH: 0 diff --git a/content/en/host-and-deploy/host-on-netlify/index.md b/content/en/host-and-deploy/host-on-netlify/index.md index c01e6423d..ada0e0430 100644 --- a/content/en/host-and-deploy/host-on-netlify/index.md +++ b/content/en/host-and-deploy/host-on-netlify/index.md @@ -30,9 +30,9 @@ Step 1 ```text {file="netlify.toml" copy=true} [build.environment] - DART_SASS_VERSION = "1.92.1" + DART_SASS_VERSION = "1.93.2" GO_VERSION = "1.25.1" - HUGO_VERSION = "0.150.0" + HUGO_VERSION = "0.151.0" NODE_VERSION = "22.18.0" TZ = "Europe/Oslo" @@ -48,9 +48,9 @@ Step 1 ```text {file="netlify.toml" copy=true} [build.environment] - DART_SASS_VERSION = "1.92.1" + DART_SASS_VERSION = "1.93.2" GO_VERSION = "1.25.1" - HUGO_VERSION = "0.150.0" + HUGO_VERSION = "0.151.0" NODE_VERSION = "22.18.0" TZ = "Europe/Oslo" diff --git a/content/en/host-and-deploy/host-on-render/index.md b/content/en/host-and-deploy/host-on-render/index.md index 2baa7cfe5..8b1790aab 100644 --- a/content/en/host-and-deploy/host-on-render/index.md +++ b/content/en/host-and-deploy/host-on-render/index.md @@ -35,11 +35,11 @@ Step 1 staticPublishPath: public envVars: - key: DART_SASS_VERSION - value: 1.92.1 + value: 1.93.2 - key: GO_VERSION value: 1.25.1 - key: HUGO_VERSION - value: 0.150.0 + value: 0.151.0 - key: NODE_VERSION value: 22.18.0 - key: TZ diff --git a/content/en/host-and-deploy/host-on-vercel/index.md b/content/en/host-and-deploy/host-on-vercel/index.md index a54335736..cd14cf0d1 100644 --- a/content/en/host-and-deploy/host-on-vercel/index.md +++ b/content/en/host-and-deploy/host-on-vercel/index.md @@ -47,9 +47,9 @@ Step 2 main() { - DART_SASS_VERSION=1.92.1 + DART_SASS_VERSION=1.93.2 GO_VERSION=1.25.1 - HUGO_VERSION=0.150.0 + HUGO_VERSION=0.151.0 NODE_VERSION=22.18.0 export TZ=Europe/Oslo