When installing hugo install the extended
edition, you can easily find it on there github page.
We are currently using 0.111.2 but it probably works with other versions as well.
To develop locally you need to also follow the docsy pre-req. But in most cases it should work to just run
cd hugo
# Install npm dependencies
npm ci
# Download hugo module
hugo mod get
To look at your changes with hot reload.
hugo serve
To detect broken links in documentation using muffet:
- Make sure that hugo is running and serving documentation as specified in the abbove steps.
- Run the following command in the hugo directory:
make detect-broken-links