Skip to content

angristan/litestream.io

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • SCSS 49.2%
  • HTML 42.5%
  • JavaScript 8.3%