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
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,12 +33,14 @@ cd website
33
33
The Kubernetes website uses the [Docsy Hugo theme](https://github.com/google/docsy#readme). Even if you plan to run the website in a container, we strongly recommend pulling in the submodule and other development dependencies by running the following:
34
34
35
35
### Windows
36
+
36
37
```powershell
37
38
# fetch submodule dependencies
38
39
git submodule update --init --recursive --depth 1
39
40
```
40
41
41
42
### Linux / other Unix
43
+
42
44
```bash
43
45
# fetch submodule dependencies
44
46
make module-init
@@ -62,11 +64,14 @@ Open up your browser to <http://localhost:1313> to view the website. As you make
62
64
To install dependencies, deploy and test the site locally, run:
63
65
64
66
- For macOS and Linux
67
+
65
68
```bash
66
69
npm ci
67
70
make serve
68
71
```
72
+
69
73
- For Windows (PowerShell)
74
+
70
75
```powershell
71
76
npm ci
72
77
hugo.exe server --buildFuture --environment development
0 commit comments