Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 639 Bytes

README.md

File metadata and controls

24 lines (18 loc) · 639 Bytes

Frozen Flask + Github Pages Example

An example of how you can make static sites with Flask and deploy them for free on Github Pages.

See the blog post here.

$ pip install -r requirements.txt
# Run local server
$ python run.py
# Build static content
$ python freeze.py

See the site in action here.

License

Licensed under the WTFPL.