Documentation pages
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.
Checke whether the page has the draft: true property in its frontmatter.
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.