This repository is the Litestream web site built on Hugo & Doks.
To run the site locally, run:
$ npm install
$ npm run start
To add a new documentation page, run:
$ hugo new docs/prologue/TITLE/index.md
Add a new blog, execute:
$ hugo new blog/TITLE/index.md