Liri Web site

This is the Liri Web site based on Jekyll.

Development setup

Install the following stuff the first time:

gem install jekyll bundler
cd lirios.github.io
bundle install

Serve the pages locally with:

cd lirios.github.io
bundle exec jekyll serve