Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 456 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 456 Bytes

Hovercraft QCooperative Theme

Installation

$ virtualenv -p /usr/bin/python3 venv
$ source venv/bin/activate
$ pip install hovercraft

Demo

Serve:

$ hovercraft demo.rst
Serving HTTP on 0.0.0.0 port 8000 ...

Build:

$ hovercraft demo.rst build
$ ls build/index.html
build/index.html

Online demo is here.