update hugo to last version (#2973)

This commit is contained in:
Ihor Sychevskyi 2021-09-27 20:13:39 +03:00 committed by GitHub
parent 0803e193d9
commit 8f0e523182
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 7 deletions

View File

@ -52,7 +52,7 @@ Hugo. Hugo version 0.80 and later support the Goldmark renderer for Markdown.
Goldmark offers improved rendering of some text formatting such as lists. Goldmark offers improved rendering of some text formatting such as lists.
**Note:** From April 2020 onwards, Kubeflow recommends that you use **Note:** From April 2020 onwards, Kubeflow recommends that you use
**Hugo version 0.87.0** or later. The Kubeflow website now uses Hugo 0.87.0 via **Hugo version 0.88.1** or later. The Kubeflow website now uses Hugo 0.88.1 via
Netlify. Netlify.
To get the latest extended version of Hugo: To get the latest extended version of Hugo:
@ -65,9 +65,9 @@ To get the latest extended version of Hugo:
For example, to install Hugo on Linux: For example, to install Hugo on Linux:
1. Download `hugo_extended_0.87.0_Linux-64bit.tar.gz` 1. Download `hugo_extended_0.88.1_Linux-64bit.tar.gz`
(or the latest version) from the (or the latest version) from the
[Hugo releases](https://github.com/gohugoio/hugo/releases/tag/v0.87.0) page. [Hugo releases](https://github.com/gohugoio/hugo/releases/tag/v0.88.1) page.
1. Create a new directory: 1. Create a new directory:
@ -75,7 +75,7 @@ For example, to install Hugo on Linux:
1. Extract the file you downloaded to `$HOME/hugo`. 1. Extract the file you downloaded to `$HOME/hugo`.
tar -zxvf hugo_extended_0.87.0_Linux-64bit.tar.gz tar -zxvf hugo_extended_0.88.1_Linux-64bit.tar.gz
For more details about installing Hugo, See the For more details about installing Hugo, See the
[Hugo installation guide](https://gohugo.io/getting-started/installing/). [Hugo installation guide](https://gohugo.io/getting-started/installing/).

View File

@ -3,11 +3,11 @@
command = "hugo" command = "hugo"
[context.deploy-preview.environment] [context.deploy-preview.environment]
HUGO_VERSION = "0.87.0" HUGO_VERSION = "0.88.1"
[context.production.environment] [context.production.environment]
HUGO_VERSION = "0.87.0" HUGO_VERSION = "0.88.1"
HUGO_ENV = "production" HUGO_ENV = "production"
[context.branch-deploy.environment] [context.branch-deploy.environment]
HUGO_VERSION = "0.87.0" HUGO_VERSION = "0.88.1"