Skip to content

jkortner/jkortner.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"