Skip to content

Commit

Permalink
Upgrade to Hugo 0.111.1
Browse files Browse the repository at this point in the history
  • Loading branch information
deluan committed Mar 10, 2023
1 parent a3e5c50 commit 2964591
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ cd website
npm install
```

You'll need to install [Hugo](https://gohugo.io/) 0.66.0 or newer
You'll need to install [Hugo](https://gohugo.io/) 0.111.1 or newer

Note: For Windows users, you need to be sure to install the extended edition of Hugo.

Expand Down
6 changes: 3 additions & 3 deletions netlify.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Hugo build configuration for Netlify
# Hugo build configuration for Netlify
# (https://gohugo.io/hosting-and-deployment/hosting-on-netlify/#configure-hugo-version-in-netlify)

# Default build settings
Expand All @@ -7,7 +7,7 @@
command = "git submodule update -f --init --recursive && npm install postcss-cli && hugo"

[build.environment]
HUGO_VERSION = "0.66.0"
HUGO_VERSION = "0.111.1"

[context.production.environment]
HUGO_ENV = "production"
HUGO_ENV = "production"

0 comments on commit 2964591

Please sign in to comment.