-
Notifications
You must be signed in to change notification settings - Fork 209
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Add note about using plugins instead of gems key #197
Conversation
3a54519
to
2158efa
Compare
While we should encourage the use of this config key, but at the same time we must not forget those using older versions of Jekyll. This works only for Jekyll > 3.5.0, and will display a possibly confusing error message as |
Good point! Would you prefer me to close this PR, or adjust the instructions so they reflect the proper usage on older and new versions of Jekyll? |
@localheinz Please do upgrade the instructions βοΈ |
2158efa
to
a37b17c
Compare
c4ccbc4
to
b04c65f
Compare
π |
README.md
Outdated
@@ -19,6 +19,8 @@ gems: | |||
- jekyll-feed | |||
``` | |||
|
|||
:bulb: If you are using Jekyll `^3.5.0`, you probably want to use the `plugins` key instead of `gems`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm not sure everybody understands this notation. What about plain text?
π‘ If you are using Jekyll version 3.5.0
or greater, use the plugins
key instead of gems
.
b04c65f
to
2edb8c3
Compare
@jekyllbot: merge +docs |
Thank you, @DirtyF! |
This PR
README.md
with a note about using theplugins
instead of thegems
key for enabling the pluginπββοΈ For reference, see jekyll/jekyll#5130.