Skip to content

Commit d430f90

Browse files
authored
[docs] Revise Hugo installation instructions in CONTRIBUTING.md (#15706)
Updated installation instructions for Hugo to use version placeholders and reference the Netlify version.
1 parent 2047253 commit d430f90

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@ If you'd like to edit a specific devopsdays event site (and/or contribute code),
2424

2525
1. Install [Hugo](http://gohugo.io). Use the Hugo version that we use in [.github/workflows/hugo.yml](https://github.com/devopsdays/devopsdays-web/blob/main/.github/workflows/hugo.yml) file. [(Quick Install)](https://gohugo.io/getting-started/installing#binary-cross-platform)
2626
Examples of hugo installation with a version:
27-
- maxOS: `brew install hugo@0.67.1`
28-
- linux: `brew install hugo@0.67.1`
29-
- windows: `choco install hugo -confirm --version 0.67.1 --allow-downgrade`
27+
- maxOS: `brew install hugo@<version>` (pull from [the netlify version](https://github.com/devopsdays/devopsdays-web/blob/main/netlify.toml#L21))
28+
- linux: `brew install hugo@<version>` (pull from [the netlify version](https://github.com/devopsdays/devopsdays-web/blob/main/netlify.toml#L21))
29+
- windows: `choco install hugo -confirm --version <version> --allow-downgrade` (pull from [the netlify version](https://github.com/devopsdays/devopsdays-web/blob/main/netlify.toml#L21))
3030

3131

3232
### View site locally

0 commit comments

Comments
 (0)