This is the personal website of Finn Völkel, hosted by GitHub Pages. You can find it at https://FiV0.github.io.
It is mainly a clone of Joshua Lande's page which can be found at https://github.com/joshualande/joshualande.github.io .
installing the dependencies
gem install jekyll bundler
installing or updating the gems
bundle install
build the site locally
bundle exec jekyll serve
it then be served under localhost:4000
.