feat: add support for Hugo v0.60

This commit is contained in:
George Cushen 2019-12-07 20:02:54 +00:00
commit aa4c95277c
2 changed files with 3 additions and 3 deletions

View file

@ -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:

View file

@ -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]