A simple static site generator using Flask, Frozen_flask, and markdown.
To install all dependencies create a virtual environment and install all the dependencies with pip.
virtualenv -p python3 venv
source ./venv/bin/activate
pip install -r requirements.txtTo run a live preview of the site run ./gen.py run. And to build the site run ./gen.py build.