Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 519 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 519 Bytes

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