Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 451 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 451 Bytes

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