{% assign latest=site.data.releases.first %} Download latest release: {{ latest.tag }}
Older releases can be found on [github releases page]({{ site.release_baseurl }}).
{% include_relative README.md %}
To locally build and modify this jekyll
site you'll need the following ruby gems:
$ gem install bundler jekyll
Then, inside the repository main folder:
$ bundle install
and follow the instructions.
Add the release at the top of the releases page (_data/releases.yml
), so that the main download
button link will be automagically updated :)