Skip to content

fmasuhr/website

Folders and files

NameName
Last commit message
Last commit date
Mar 18, 2025
Oct 20, 2018
Feb 23, 2025
Mar 17, 2023
Feb 23, 2025
Oct 22, 2020
Nov 15, 2019
Jan 22, 2024
Jan 22, 2024
Oct 22, 2020
Aug 22, 2022
Oct 22, 2020
Jan 29, 2025
Oct 22, 2020
Nov 15, 2019
Feb 23, 2025
Oct 20, 2018
Mar 14, 2025
Oct 22, 2020
Oct 20, 2018

Repository files navigation

Website

Personal website of Fionn Masuhr

Getting Started

Dependencies

Install dependencies via Bundler

bundle install

Development

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