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