浏览代码

feat: add support for Hugo v0.60

George Cushen 5 年之前
父节点
当前提交
aa4c95277c
共有 2 个文件被更改,包括 3 次插入3 次删除
  1. 2 2
      README.md
  2. 1 1
      netlify.toml

+ 2 - 2
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:
 

+ 1 - 1
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]