Skip to content

pythonindia/inpycon2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ed5452f · Nov 5, 2017
Oct 25, 2017
Nov 5, 2017
Jul 8, 2017
Oct 27, 2017
Nov 2, 2017
Jul 26, 2017
Oct 31, 2017
Jul 10, 2017
Jul 9, 2017
Jul 9, 2017
Oct 12, 2017
Oct 12, 2017
Oct 26, 2017
Oct 12, 2017
Oct 31, 2017
Jul 9, 2017
Oct 10, 2017
Oct 12, 2017
Oct 31, 2017

Repository files navigation

This website uses staticjinja to build top level html files, please use the instructions below to modify html files.

Getting started

pip install -r requirements.txt

To monitor your source directory for changes, and recompile files if they change:

python build.py & python -m SimpleHTTPServer && fg

This will recursively search ./templates for templates (any file whose name does not start with . or _) and build them to ..

Commit both the rendered html and the file inside /templates/

Contributing