https://github.com/pythonindia/inpycon2017
PyCon India 2017 Website, staging site from master branch is available at https://pythonindia.github.io/inpycon2017
https://github.com/pythonindia/inpycon2017
inpycon pycon python
Last synced: 3 months ago
JSON representation
PyCon India 2017 Website, staging site from master branch is available at https://pythonindia.github.io/inpycon2017
- Host: GitHub
- URL: https://github.com/pythonindia/inpycon2017
- Owner: pythonindia
- Created: 2017-05-07T08:29:58.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-02T03:57:09.000Z (over 8 years ago)
- Last Synced: 2025-09-13T06:02:48.733Z (9 months ago)
- Topics: inpycon, pycon, python
- Language: HTML
- Homepage:
- Size: 12.7 MB
- Stars: 29
- Watchers: 19
- Forks: 55
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This website uses [staticjinja](https://staticjinja.readthedocs.org/) 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
- Send Pull-request against `master` branch.
- Once you pull-request is merged is will be automatically go live at https://pythonindia.github.io/inpycon2017/