Personal website of Fionn Masuhr
Install dependencies via Bundler
bundle installTo build the pages you can use Jekyll via command line:
bundle exec jekyll buildDuring 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