Built with from Grav and Hugo
To serve hugo locally (localhost:1313), run:
hugo server --buildDrafts
Create a new top level chapter:
hugo new --kind chapter ${CHAPTER_NAME}/_index.md
Create a new page:
hugo new ${CHAPTER_NAME}/..${SUBPATH_IF_NEEDED}../${PAGE_NAME}.md