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
- Host: GitHub
- URL: https://github.com/fmasuhr/website
- Owner: fmasuhr
- License: mit
- Created: 2016-05-08T18:06:48.000Z (about 10 years ago)
- Default Branch: main
- Last Pushed: 2026-02-25T20:33:49.000Z (4 months ago)
- Last Synced: 2026-02-25T22:43:28.382Z (4 months ago)
- Topics: jekyll, personal-website, website
- Language: SCSS
- Homepage: https://fionn.io
- Size: 789 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```