mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-10 06:24:40 -04:00
content: Update version references
This commit is contained in:
parent
21afec1986
commit
a22255b0b2
@ -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"
|
||||||
|
|
||||||
|
@ -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">
|
||||||
```
|
```
|
||||||
|
@ -11,5 +11,5 @@ params:
|
|||||||
---
|
---
|
||||||
|
|
||||||
```go-html-template
|
```go-html-template
|
||||||
{{ hugo.Version }} → 0.147.1
|
{{ hugo.Version }} → 0.147.9
|
||||||
```
|
```
|
||||||
|
@ -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"
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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
|
||||||
|
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user