Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 324 Bytes

File metadata and controls

21 lines (15 loc) · 324 Bytes

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