Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 317 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 317 Bytes

Liri Web site

This is the Liri Web site based on Jekyll.

Development setup

Install the following stuff the first time:

gem install bundler
cd lirios.github.io
bundle install

Serve the pages locally with:

cd lirios.github.io
bundle exec jekyll serve