From aa4c95277c2ddf6dfb16591e7cf38b649ec42ca2 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Sat, 7 Dec 2019 20:02:54 +0000 Subject: [PATCH] feat: add support for Hugo v0.60 --- README.md | 4 ++-- netlify.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1e85388a..bb1be4c9 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ You can choose from one of the following four methods to install: Prerequisites: * [Download and install Git](https://git-scm.com/downloads) -* [Download and install Hugo Extended v0.58.3+](https://gohugo.io/getting-started/installing/#quick-install) +* [Download and install Hugo Extended v0.60.1+](https://gohugo.io/getting-started/installing/#quick-install) Install: @@ -106,7 +106,7 @@ Install: Prerequisites: -* [Download and install Hugo Extended v0.58.3+](https://gohugo.io/getting-started/installing/#quick-install) +* [Download and install Hugo Extended v0.60.1+](https://gohugo.io/getting-started/installing/#quick-install) Install: diff --git a/netlify.toml b/netlify.toml index 0626c811..fe07a84c 100644 --- a/netlify.toml +++ b/netlify.toml @@ -5,7 +5,7 @@ [build.environment] HUGO_THEME = "repo" - HUGO_VERSION = "0.58.3" + HUGO_VERSION = "0.60.1" HUGO_ENABLEGITINFO = "true" [context.production.environment]