Skip to content

Commit

Permalink
update hugo (#3118)
Browse files Browse the repository at this point in the history
  • Loading branch information
Arhell committed Jan 20, 2022
1 parent 8c79c3f commit 7838411
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ This section will show you how to develop the website locally, by running a loca

To install Hugo, follow the [instructions for your system type](https://gohugo.io/getting-started/installing/).

**NOTE:** we recommend that you use Hugo version `0.89.4`, as this is currently the version we deploy to Netlify.
**NOTE:** we recommend that you use Hugo version `0.92.0`, as this is currently the version we deploy to Netlify.

For example, using homebrew to install hugo on macOS or linux:

```bash
# WARNING: this may install a newer version than `0.89.4`
# WARNING: this may install a newer version than `0.92.0`
brew install hugo
```

Expand Down
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
command = "cd themes/docsy && git submodule update -f --init && cd ../.. && hugo --gc --minify"

[context.deploy-preview.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "0.92.0"
NODE_VERSION = "16"

[context.production.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "0.92.0"
HUGO_ENV = "production"
NODE_VERSION = "16"

[context.branch-deploy.environment]
HUGO_VERSION = "0.91.2"
HUGO_VERSION = "0.92.0"
NODE_VERSION = "16"

0 comments on commit 7838411

Please sign in to comment.