GitHunt
PI

pierresegonne/pierresegonne.github.io

Personal Website & Blog

Pre-requisites

  • Ruby:
    If running on OS X, make sure to install the latest version of ruby.
    1. Install rbenv: brew install rbenv. Follow instructions (see guide).
    2. Set to the latest version (rbenv install -l to see available versions), rbenv install X.X.X and then set it as global rbenv global X.X.X.
    3. Reload your terminal (open a new one) and check that the ruby version is not the default one usr/bin/ruby by executing which ruby.

Installation

  • #1 install bundle install

Local development

start serving the website: bundle exec jekyll serve

If bumping into an issue similar to require': cannot load such file -- webrick (LoadError), try bundle init and then bundle add $missing_package until it succeeds.

Languages

SCSS72.1%JavaScript15.9%HTML10.1%CSS1.9%
MIT License
Created October 24, 2020
Updated August 27, 2025
pierresegonne/pierresegonne.github.io | GitHunt