My personal site using the Airspace Jekyll theme.
$ git clone https://github.com/ndrewtl/airspace-jekyll.git
$ cd airspace-jekyll
$ bundle exec jekyll server
Alt:
$ docker run --rm --volume="$PWD:/srv/jekyll" \
-p 4000:4000 -it \
jekyll/jekyll \
jekyll serve --watch --drafts
From any given branch, push to the gh-pages
branch to trigger an automated deployment.