octopress / paginate

A simple paginator for Jekyll sites.
MIT License
105 stars 37 forks source link

_config.yml: gems was deprecated in favour of plugins #44

Open danirod opened 7 years ago

danirod commented 7 years ago

The gems key in _config.yml files was replaced by plugins on Jekyll 3.5. While it only triggers a Deprecation warning, the warning is visible during site compilation:

Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly.

This PR updates the docs to avoid new users to use the wrong key showing deprecation errors. The test cases have been updated as well to use the new keys on their _config.yml files so that deprecation warnings aren't logged to the terminal as well.