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
Once you've made your working copy of the site repo, from the repo root folder, run:
12
12
13
13
```bash
14
14
hugo server
15
15
```
16
16
17
+
The first run will take longer as it downloads modules.
18
+
19
+
## installation
20
+
21
+
THe installation requires numerous tools.
22
+
23
+
- Hugo extended version that can be installed as precomplied binary see [Hugo Installation](https://gohugo.io/installation/). Nore Docsy does not work with all versions of Hugo, v0.137.1 does work and is used in the GitHub build
24
+
- Go lang needs installing (https://go.dev/learn/)
0 commit comments