Use Jemoji Configuration in plugins array
Closed this issue · 2 comments
cinhtau commented
Hi,
Using the latest Jekyll version 3.8.3. Instead of plugins we still have the gems
array in the _config.yml
for Jemoji only. This warning is issued.
Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly.
Are there any plans to make it work with the plugins
array? Currently, I use both.
An example
plugins:
- jekyll-archives
- jekyll-paginate
- jekyll-sitemap
- jekyll-feed
- jekyll-email-protect
- jekyll-gist
gems:
- jemoji
cinhtau commented
Hmm, it seems with the new version it is working now. Just tested it.
$ bundle list | grep jemoji
* jemoji (0.10.1)
With 0.10.0 it seems the workaround was needed.