Personal website of Fionn Masuhr
Install dependencies via Bundler
bundle install
To build the pages you can use Jekyll via command line:
bundle exec jekyll build
During development it might be usefull to run a webserver which is automatically building the newest site. This can be also done via Jekyll
bundle exec jekyll serve