Skip to content

lirios/lirios.github.io

Folders and files

NameName
Last commit message
Last commit date

Latest commit

293f743 · Apr 22, 2024
Oct 20, 2016
Feb 13, 2017
Apr 22, 2024
Mar 17, 2017
Feb 19, 2020
Dec 11, 2017
Feb 13, 2017
Mar 2, 2020
Oct 6, 2018
Feb 18, 2017
Feb 13, 2017
Oct 10, 2018
Apr 15, 2019
Feb 18, 2017
May 13, 2018
Oct 10, 2018
May 1, 2017
Jun 12, 2019
Feb 14, 2017
Oct 2, 2019
Oct 22, 2016
Jun 27, 2020
Mar 2, 2020
Oct 3, 2019
Mar 2, 2020
Mar 2, 2020
Sep 28, 2016
Sep 27, 2016
Feb 27, 2017
Oct 26, 2019
Oct 2, 2017
Feb 18, 2017

Repository files navigation

Liri Web site

This Liri Web site is based on Jekyll.

Development setup

Install the following stuff, if 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

Delivery

We work on the develop branch and test locally. Once the changes are ready, we push them. The web site is automatically built from the develop branch and can be seen at lirios.github.io.

If everything is fine we can finally merge develop into master then push. The web site at liri.io is automatically published.