A Jekyll plugin to create CloudCannon editor details.
- Add
gem 'cloudcannon-jekyll'
to your site'sGemfile
- Run
bundle install
- Add the following to your site's
_config.yml
:
plugins:
- cloudcannon-jekyll
💡 If you are using a Jekyll version less than 3.5.0, use the gems key instead of plugins.
- Increase version in lib/cloudcannon-jekyll/version.rb
- Update HISTORY.md
- Create a release and tag in GitHub
- Build new gem with
gem build cloudcannon-jekyll.gemspec
- Push new version to rubygems.org with
gem push cloudcannon-jekyll-{{ VERSION HERE }}.gem
bundle exec rspec
To test a specific Jekyll version:
JEKYLL_VERSION="2.4.0" bundle update && bundle exec rspec