README.md: Specify Hugo version

Not all Linux distros or Operating Systems ship Hugo
Extended version as default. If users try to run the website
project without the extended version it will fail.

Signed-off-by: Douglas Schilling Landgraf <dougsland@redhat.com>
pull/24052/head
Douglas Schilling Landgraf 2020-09-22 14:49:52 -04:00
parent 0b9ec5772a
commit b22dae1712
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ This repository contains the assets required to build the [Kubernetes website an
# Using this repository
You can run the website locally using Hugo, or you can run it in a container runtime. We strongly recommend using the container runtime, as it gives deployment consistency with the live website.
You can run the website locally using Hugo (Extended version), or you can run it in a container runtime. We strongly recommend using the container runtime, as it gives deployment consistency with the live website.
## Prerequisites
@ -15,7 +15,7 @@ To use this repository, you need the following installed locally:
- [yarn](https://yarnpkg.com/)
- [npm](https://www.npmjs.com/)
- [Go](https://golang.org/)
- [Hugo](https://gohugo.io/)
- [Hugo (Extended version)](https://gohugo.io/)
- A container runtime, like [Docker](https://www.docker.com/).
Before you start, install the dependencies. Clone the repository and navigate to the directory: