Update version references

This commit is contained in:
Joe Mooring
2024-03-16 09:58:54 -07:00
committed by GitHub
parent 5e95670461
commit 939281f3a1
10 changed files with 18 additions and 18 deletions
+1 -1
View File
@@ -158,7 +158,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.123.7
CGO_ENABLED=1 go install -tags extended github.com/gohugoio/hugo@v0.124.0
```
To build and install at the latest commit on the master branch:
+1 -1
View File
@@ -11,5 +11,5 @@ action:
---
```go-html-template
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.123.7">
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.124.0">
```
+1 -1
View File
@@ -11,7 +11,7 @@ action:
signatures: [hugo.IsMultihost]
---
{{< new-in v0.123.8 >}}
{{< new-in v0.124.0 >}}
The `hugo.IsMultihost` function reports whether each configured language has a unique `baseURL`.
+1 -1
View File
@@ -11,5 +11,5 @@ action:
---
```go-html-template
{{ hugo.Version }} → 0.123.7
{{ hugo.Version }} → 0.124.0
```
+1 -1
View File
@@ -24,7 +24,7 @@ Let's say you need to publish a file named "site.json" in the root of your publi
```json
{
"build_date": "2024-02-19T12:27:05-08:00",
"hugo_version": "0.123.7",
"hugo_version": "0.124.0",
"last_modified": "2024-02-19T12:01:42-08:00"
}
```
+4 -4
View File
@@ -139,8 +139,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
```yaml
variables:
HUGO_VERSION: 0.123.7
DART_SASS_VERSION: 1.71.0
HUGO_VERSION: 0.124.0
DART_SASS_VERSION: 1.72.0
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
@@ -173,8 +173,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
```toml
[build.environment]
HUGO_VERSION = "0.123.7"
DART_SASS_VERSION = "1.71.0"
HUGO_VERSION = "0.124.0"
DART_SASS_VERSION = "1.72.0"
TZ = "America/Los_Angeles"
[build]
@@ -97,7 +97,7 @@ jobs:
build:
runs-on: ubuntu-latest
env:
HUGO_VERSION: 0.123.8
HUGO_VERSION: 0.124.0
steps:
- name: Install Hugo CLI
run: |
@@ -27,8 +27,8 @@ Define your [CI/CD](https://docs.gitlab.com/ee/ci/quick_start/) jobs by creating
{{< code file=.gitlab-ci.yml copy=true >}}
variables:
DART_SASS_VERSION: 1.71.0
HUGO_VERSION: 0.123.8
DART_SASS_VERSION: 1.72.0
HUGO_VERSION: 0.124.0
NODE_VERSION: 20.x
GIT_DEPTH: 0
GIT_STRATEGY: clone
@@ -100,7 +100,7 @@ In the procedure above we configured our site using the Netlify user interface.
Create a new file named netlify.toml in the root of your project directory. In its simplest form, the configuration file might look like this:
{{< code file=netlify.toml >}}
HUGO_VERSION = "0.123.7"
HUGO_VERSION = "0.124.0"
TZ = "America/Los_Angeles"
[build]
@@ -111,8 +111,8 @@ command = "hugo --gc --minify"
If your site requires Dart Sass to transpile Sass to CSS, the configuration file should look something like this:
{{< code file=netlify.toml >}}
HUGO_VERSION = "0.123.7"
DART_SASS_VERSION = "1.71.0"
HUGO_VERSION = "0.124.0"
DART_SASS_VERSION = "1.72.0"
TZ = "America/Los_Angeles"
[build]
@@ -136,8 +136,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
```yaml
variables:
HUGO_VERSION: 0.123.7
DART_SASS_VERSION: 1.71.0
HUGO_VERSION: 0.124.0
DART_SASS_VERSION: 1.72.0
GIT_DEPTH: 0
GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive
@@ -171,7 +171,7 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
```toml
[build.environment]
HUGO_VERSION = "0.122.2"
DART_SASS_VERSION = "1.71.0"
DART_SASS_VERSION = "1.72.0"
TZ = "America/Los_Angeles"
[build]