abhishek1995s / inpycon2017

PyCon India 2017 Website, staging site from master branch is available at https://pythonindia.github.io/inpycon2017

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

PyCon India 2017 Website, staging site from master branch is available at https://pythonindia.github.io/inpycon2017


Languages

Language:HTML 51.6%Language:JavaScript 27.6%Language:CSS 20.7%Language:Python 0.0%