Skip to content

ig5/ig5-web

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IG5-web

It's simple, really:

  1. add/update data for another year (*.JSON files in data/)
  • schools
  • sponsors
  • summary
  1. add static files
  • photos
    • static/img/summary/
  • docs
    • static/doc/

then run python3 ig5_web/freeze.py and copy content of build/ to hosting.

You may want to set minify_html = False in ig5_web/app.py before freezing the flask app.

  1. do a backup of build/ (just in case)

TODO

  • move photos to a hosted photo-gallery
  • add multi-language support