This Liri Web site is based on Jekyll.
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
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.