From ab4b004d6930cfaa3041b9fe9d9ced58904c9c79 Mon Sep 17 00:00:00 2001 From: Tim Bannister Date: Tue, 22 Dec 2020 23:57:16 +0000 Subject: [PATCH] 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. --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index db0604fad3..da51edfc94 100644 --- a/netlify.toml +++ b/netlify.toml @@ -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"