Switch to Hugo v0.79.1

The improvements include:
- timezone-aware date formatting
- if getJSON() errors during a build, we can now ignore it
- You can set Hugo configuration via environment variables even if
  snake_case.
pull/25773/head
Tim Bannister 2020-12-22 23:57:16 +00:00
parent ec80275820
commit ab4b004d69
No known key found for this signature in database
GPG Key ID: 1E76582C4F66FA48
1 changed files with 1 additions and 1 deletions

View File

@ -7,7 +7,7 @@ functions = "functions"
command = "git submodule update --init --recursive --depth 1 && make non-production-build"
[build.environment]
HUGO_VERSION = "0.74.3"
HUGO_VERSION = "0.79.1"
NODE_VERSION = "10.20.0"
RUBY_VERSION = "2.7.1"