pianomanfrazier / flask-static-gen

A simple static site generator using Flask, Frozen_flask, and markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flask Static Gen

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.txt

To run a live preview of the site run ./gen.py run. And to build the site run ./gen.py build.

About

A simple static site generator using Flask, Frozen_flask, and markdown


Languages

Language:Python 61.1%Language:HTML 38.9%