Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pythonindia/inpycon2019
Website for PyCon India 2019
https://github.com/pythonindia/inpycon2019
Last synced: 7 days ago
JSON representation
Website for PyCon India 2019
- Host: GitHub
- URL: https://github.com/pythonindia/inpycon2019
- Owner: pythonindia
- License: other
- Created: 2019-02-15T00:37:48.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-10-19T22:42:27.000Z (about 2 years ago)
- Last Synced: 2024-03-25T22:16:54.754Z (8 months ago)
- Language: HTML
- Homepage: https://in.pycon.org
- Size: 10.7 MB
- Stars: 16
- Watchers: 17
- Forks: 27
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Code of conduct: code-of-conduct.md
Awesome Lists containing this project
README
# PyCon India 2019 Website
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 ParkThis site is built with [Jekyll](https://jekyllrb.com/).
### Getting Started
* 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/`.### Contributing to the website
Please read our [contribution guidelines](CONTRIBUTING.md) 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.## Code of Conduct
As a contributor please follow the [Code Of Conduct](WEBSITE-CODE-OF-CONDUCT.md) to keep the
community open and inclusive. Also, please read and follow the
[PyCon India Code of Coduct](https://in.pycon.org/2019/code-of-conduct.html) which governs
the overall conduct for the conference.## License
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License](LICENSE.md)