Running the documentation locally
Locally building this site
- Install Go (https://go.dev/doc/install)
- Install Hugo (https://gohugo.io/installation/)
- Navigate to your local git repository
- Run
hugo serve --source ./docsto build the site from the Markdown files in ./docs/content.
Adding -D to hugo serve will include pages marked with draft = true in their front matter – but note that pages marked as draft are not published to the GitHub Pages deployment.