Skip to content

triedel/flask-ghpages-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example of how you can deploy a static Flask app on Github pages

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • HTML 68.1%
  • Python 22.9%
  • CSS 9.0%