This site was created using a template for jekyll: demo, source code.
My setup is MacOS 10.13.2
$ gem install bundler jekyll
$ git clone git@github.com:BenjaminHabert/rand-on.git
$ cd rand-on
# only run once:
$ bundle install
# run each time:
$ bundle exec jekyll serve
# alternatively:
$ make serve