This repository contains the sources used to build the PyConKE 2017 Website. We use pelican to build the contents of this repository into the site you see at http://pycon.or.ke
To contribute, we recommend you install:-
- Click here to fork this Repo.
- Clone your fork and cd into it.
- Create a virtualenv for your repo:-
mkvirtualenv -a . pyconke17web
. - Install the remaining dependencies:-
pip install -r requirements.txt
. - Initialize & update submodule dependencies (plugins, theme ..etc):
git submodule update --init --recursive
. - Then create a branch, naming it along the lines as your topic of contribution.
Start the development server:- ./develop_server.sh start
. Open http://127.0.0.1:8000 to view.
Any changes you make will automatically be reflected there.
- Add, commit and push your changes.
- Send us a pull request against master.
We'll review your contribution and maybe ask you to make further changes before we merge.