litestream.io

This repository is the Litestream web site built on Hugo & Doks.

Development

Running the server

To run the site locally, run:

$ npm install
$ npm run start

Documentation

To add a new documentation page, run:

$ hugo new docs/prologue/TITLE/index.md

Blogging

Add a new blog, execute:

$ hugo new blog/TITLE/index.md