Skip to content

lirios/lirios.github.io

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.