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.
Check whether the page frontmatter has draft: true
.
To view a draft locally, use the hugo server -D
command.
To make it so the page appears on the published site, change the value to false
.
Each nested page has a parent
. Make sure the value of the page's menu.main.parent
property has the identifier
of its parent directory _index.md
file.