- Install Hugo in a globally-available path
- Add new files by running
hugo new path/to/file.md
- Update Markdown files located in
/docs-src/content
- Generate docs (run in
/docs-src
)- Served locally run
hugo server -D
- Create HTML in
/docs
runhugo
- Served locally run
- If changes have been made to
/docs
commit the changes and submit a Pull Request