# A Plege to migrate to Python 3.
This is the main website for a pledge to stop supporting Python 2 for free in open source software.
# run locally
Install Jekyll : `gem install jekyll`, `gem install gh-pages`
Clone this locally, `cd` in the newly created directory.
run `jekyll serve -w` in one terminal, open you browse to `localhost:4000`.
Modify the various files, refresh your browser and enjoy.
PRs welcomed.
# Add timeline informations
See [site.js](site.js) around line 100.
# Base template:
This is a based on version of
[github.com/t413/SinglePaged](https://github.com/t413/SinglePaged)