Add this gem to your site's Gemfile in the :jekyll_plugins
group:
group :jekyll_plugins do
gem '{{ page.plugin.gem }}'
end
Then install the gem with Bundler
$ bundle
$ gem install {{ page.plugin.gem }}
Then add the gem to your Jekyll configuration.
gems: - {{ page.plugin.gem }}