Skip to content

Commit b22dae1

Browse files
committed
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 <[email protected]>
1 parent 0b9ec57 commit b22dae1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This repository contains the assets required to build the [Kubernetes website an
66

77
# Using this repository
88

9-
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.
9+
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.
1010

1111
## Prerequisites
1212

@@ -15,7 +15,7 @@ To use this repository, you need the following installed locally:
1515
- [yarn](https://yarnpkg.com/)
1616
- [npm](https://www.npmjs.com/)
1717
- [Go](https://golang.org/)
18-
- [Hugo](https://gohugo.io/)
18+
- [Hugo (Extended version)](https://gohugo.io/)
1919
- A container runtime, like [Docker](https://www.docker.com/).
2020

2121
Before you start, install the dependencies. Clone the repository and navigate to the directory:

0 commit comments

Comments
 (0)