jkortner.github.io

jkortner.github.io

Webpage

jkortner.github.io

Personal website made with Jekyll using the Compass theme.

jkortner.github.io

In order to test the webpage locally, I use Docker:

docker run --rm --volume="$PWD:/srv/jekyll" -p 4000:4000 -it jekyll/jekyll:latest \
  bash -c "bundle install && bundle exec jekyll serve --watch -H 0.0.0.0"