Demo - here
Create a new blog using devlopr-jekyll theme - Guide
Deploy devlopr-jekyll blog using Github Pages and Travis CI - Guide
$ git clone
$ cd repo
$ export JEKYLL_VERSION=3.8
$ docker run --rm --volume="$PWD" -it jekyll/jekyll:$JEKYLL_VERSION jekyll build
$ jekyll serve
The theme is available as open source under the terms of the MIT License.