Assuming you have Docker installed, pull the following image:
$ docker pull jekyll/jekyll:latest
Run a container:
$ docker-compose up
View the site here: https://0.0.0.0:4000
- Clone repo
- Install Jekyll
bundle install
bundle exec jekyll serve
- Push to
master