Just to make it easier to do development without installing all the jekyll stuff yourself.
All you need is docker+docker-compose and run 'docker-compose up' in the root of the project.
To enable livereload, add
--livereload --reload_port 35729
to jekyll serve command. Pages will now auto-reload when changes are made during development.