Assuming you have Docker installed, pull the following image:
$ docker pull jekyll/jekyll:latestRun a container:
$ docker-compose upView the site here: http://0.0.0.0:4000
- Clone repo
- Install Jekyll
bundle installbundle exec jekyll serve
- Push to
master