An open API service indexing awesome lists of open source software.

https://github.com/fmasuhr/website

Personal website of Fionn Masuhr
https://github.com/fmasuhr/website

jekyll personal-website website

Last synced: 4 months ago
JSON representation

Personal website of Fionn Masuhr

Awesome Lists containing this project

README

          

# Website

Personal website of Fionn Masuhr

## Getting Started

### Dependencies

Install dependencies via [Bundler](https://bundler.io)

```sh
bundle install
```

### Development

To build the pages you can use Jekyll via command line:

```sh
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

```sh
bundle exec jekyll serve
```