MPIWG Jekyll Plugin
💎 Custom functionality for MPIWG Jekyll Microsites
Development
To release a new version do the following:
- increase version number in lib/MPIWG-Jekyll-Plugin/version.rb
- add release notes to HISTORY.md
- build new gem:
gem build MPIWG-Jekyll-Plugin.gemspec
- push new version to rubygems.org:
gem push MPIWG-Jekyll-Plugin-${version}.gem