content: Update version references

This commit is contained in:
spearhead33 2025-06-30 22:53:32 +03:00 committed by GitHub
parent 21afec1986
commit a22255b0b2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
8 changed files with 13 additions and 13 deletions

View File

@ -141,8 +141,8 @@ To install Dart Sass for your builds on GitLab Pages, the `.gitlab-ci.yml` file
```yaml ```yaml
variables: variables:
HUGO_VERSION: 0.147.1 HUGO_VERSION: 0.147.9
DART_SASS_VERSION: 1.87.0 DART_SASS_VERSION: 1.89.2
GIT_DEPTH: 0 GIT_DEPTH: 0
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive
@ -175,8 +175,8 @@ To install Dart Sass for your builds on Netlify, the `netlify.toml` file should
```toml ```toml
[build.environment] [build.environment]
HUGO_VERSION = "0.147.1" HUGO_VERSION = "0.147.9"
DART_SASS_VERSION = "1.87.0" DART_SASS_VERSION = "1.89.2"
NODE_VERSION = "22" NODE_VERSION = "22"
TZ = "America/Los_Angeles" TZ = "America/Los_Angeles"

View File

@ -11,5 +11,5 @@ params:
--- ---
```go-html-template ```go-html-template
{{ hugo.Generator }} → <meta name="generator" content="Hugo 0.147.1"> {{ hugo.Generator }} → <meta name="generator" content="Hugo 0.147.9">
``` ```

View File

@ -11,5 +11,5 @@ params:
--- ---
```go-html-template ```go-html-template
{{ hugo.Version }} → 0.147.1 {{ hugo.Version }} → 0.147.9
``` ```

View File

@ -23,7 +23,7 @@ Let's say you need to publish a file named "site.json" in the root of your `publ
```json ```json
{ {
"build_date": "2025-05-03T19:14:41-08:00", "build_date": "2025-05-03T19:14:41-08:00",
"hugo_version": "0.147.1", "hugo_version": "0.147.9",
"last_modified": "2025-05-03T19:14:46-08:00" "last_modified": "2025-05-03T19:14:46-08:00"
} }
``` ```

View File

@ -44,9 +44,9 @@ version: 1
env: env:
variables: variables:
# Application versions # Application versions
DART_SASS_VERSION: 1.87.0 DART_SASS_VERSION: 1.89.2
GO_VERSION: 1.24.2 GO_VERSION: 1.24.2
HUGO_VERSION: 0.147.1 HUGO_VERSION: 0.147.9
# Time zone # Time zone
TZ: America/Los_Angeles TZ: America/Los_Angeles
# Cache # Cache

View File

@ -109,7 +109,7 @@ jobs:
runs-on: codeberg-tiny-lazy runs-on: codeberg-tiny-lazy
container: container:
# Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building. # Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building.
image: "hugomods/hugo:exts-0.147.7" image: "hugomods/hugo:exts-0.147.9"
steps: steps:
- name: Clone the repository - name: Clone the repository
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4
@ -195,7 +195,7 @@ jobs:
runs-on: codeberg-tiny-lazy runs-on: codeberg-tiny-lazy
container: container:
# Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building. # Specify "hugomods/hugo:exts" if you want to always use the latest version of Hugo for building.
image: "hugomods/hugo:exts-0.147.7" image: "hugomods/hugo:exts-0.147.9"
steps: steps:
- name: Clone the repository - name: Clone the repository
uses: https://code.forgejo.org/actions/checkout@v4 uses: https://code.forgejo.org/actions/checkout@v4

View File

@ -23,7 +23,7 @@ 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} ```yaml {file=".gitlab-ci.yml" copy=true}
variables: variables:
DART_SASS_VERSION: 1.87.0 DART_SASS_VERSION: 1.89.2
GIT_DEPTH: 0 GIT_DEPTH: 0
GIT_STRATEGY: clone GIT_STRATEGY: clone
GIT_SUBMODULE_STRATEGY: recursive GIT_SUBMODULE_STRATEGY: recursive

View File

@ -127,7 +127,7 @@ If your site requires Dart Sass to transpile Sass to CSS, the configuration file
```toml {file="netlify.toml"} ```toml {file="netlify.toml"}
[build.environment] [build.environment]
DART_SASS_VERSION = "1.87.0" DART_SASS_VERSION = "1.89.2"
GO_VERSION = "1.24.2" GO_VERSION = "1.24.2"
HUGO_VERSION = "0.147.9" HUGO_VERSION = "0.147.9"
NODE_VERSION = "22" NODE_VERSION = "22"