You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-2Lines changed: 7 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ This repository contains the assets required to build the [Kubernetes website an
6
6
7
7
# Using this repository
8
8
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.
10
10
11
11
## Prerequisites
12
12
@@ -15,7 +15,7 @@ To use this repository, you need the following installed locally:
15
15
-[yarn](https://yarnpkg.com/)
16
16
-[npm](https://www.npmjs.com/)
17
17
-[Go](https://golang.org/)
18
-
-[Hugo](https://gohugo.io/)
18
+
-[Hugo (Extended version)](https://gohugo.io/)
19
19
- A container runtime, like [Docker](https://www.docker.com/).
20
20
21
21
Before you start, install the dependencies. Clone the repository and navigate to the directory:
@@ -58,6 +58,11 @@ make serve
58
58
59
59
This will start the local Hugo server on port 1313. Open up your browser to http://localhost:1313 to view the website. As you make changes to the source files, Hugo updates the website and forces a browser refresh.
60
60
61
+
## Troubleshooting
62
+
### error: failed to transform resource: TOCSS: failed to transform "scss/main.scss" (text/x-scss): this feature is not available in your current Hugo version
63
+
64
+
Hugo is shipped in two set of binaries for technical reasons. The current website runs based on the **Hugo Extended** version only. In the [release page](https://github.com/gohugoio/hugo/releases) look for archives with `extended` in the name. To confirm, run `hugo version` and look for the word `extended`.
65
+
61
66
### Troubleshooting macOS for too many open files
62
67
63
68
If you run `make serve` on macOS and receive the following error:
0 commit comments