Website and content files for documentation at docs.rhize.com.
Prerequisites:
To serve locally, follow these steps:
- Navigate to the root of this repository.
- Run
hugo server. Or, to build draft pages, runhugo server -D - Inspect the terminal to find what URL Hugo is serving to. The default is
localhost:1313 - Most changes should update live.
To stop Hugo, use ctrl+c.
Refer to Contributing.
This Hugo site is built using the Hextra documentation theme as a module.
hugo mod get -u
hugo mod tidy