Skip to content

pianomanfrazier/flask-static-gen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors