This is the (official?) website for Kennel Linux built with the Hugo static site generator.
hugo new content content/<filename>.md
Add the page to hugo.toml. Weight is the order of the links, from left to right.
With draft pages:
hugo server -D
Without draft pages:
hugo server
With draft pages:
hugo -D
Without draft pages:
hugo