This is the repo for PyCon India 2019's website.
India’s premier conference on using and developing the Python programming language will be held in Chennai this year.
- Conference: October 12, 13 at Chennai Trade Center
- Workshops: October 14 at IITM Research Park
- Dev Sprints: October 14, 15 at IITM Research Park
This site is built with Jekyll.
- Install Jekyll. You can do so by running
gem install bundler jekyll
. - Run
git clone https://github.com/pythonindia/inpycon2019
. - Run
bundle install
to install all dependencies. - Run
bundle exec jekyll serve
. - Visit
http://localhost:4000/2019/
.
Please read our contribution guidelines before contributing to our website.
- Fork this repository and make the desired changes.
- Raise a Pull Request with the target branch as
master
. - When a PR is raised, our CI integrations will run checks to ensure that the changes do not break anything. It will also provide you with a preview URL that you and the maintainers can use to preview your changes before they get merged.
- Once a PR is approved and merged, we will manually move the changes to production. This might take a few hours.
As a contributor please follow the Code Of Conduct to keep the community open and inclusive. Also, please read and follow the PyCon India Code of Coduct which governs the overall conduct for the conference.
Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License