Skip to content

PyCon India 2017 Website, staging site from my gh-pages branch is available at: http://pradeepgangwar.tech/inpycon2017/

Notifications You must be signed in to change notification settings

pradeepgangwar/inpycon2017

 
 

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

About

PyCon India 2017 Website, staging site from my gh-pages branch is available at: http://pradeepgangwar.tech/inpycon2017/

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 53.1%
  • JavaScript 26.7%
  • CSS 20.2%