Skip to content
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

Merged
merged 3 commits into from
Nov 9, 2017

Conversation

localheinz
Copy link
Contributor

@localheinz localheinz commented Nov 3, 2017

This PR

  • updates README.md with a note about using the plugins instead of the gems key for enabling the plugin

πŸ’β€β™‚οΈ For reference, see jekyll/jekyll#5130.

@localheinz localheinz changed the title Fix: Config key has changed from gems to plugins Fix: Update README.md to reflect change of configuration key Nov 3, 2017
@DirtyF
Copy link
Member

DirtyF commented Nov 3, 2017

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 plugins is the former name of plugins_dir config key.

@localheinz
Copy link
Contributor Author

@DirtyF

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?

@DirtyF
Copy link
Member

DirtyF commented Nov 4, 2017

@localheinz Please do upgrade the instructions ✍️

@localheinz localheinz changed the title Fix: Update README.md to reflect change of configuration key Fix: Add note about using plugins instead of gems key Nov 4, 2017
@localheinz localheinz force-pushed the fix/config branch 2 times, most recently from c4ccbc4 to b04c65f Compare November 4, 2017 13:59
@localheinz
Copy link
Contributor Author

@DirtyF

πŸ‘

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`.
Copy link
Member

@DirtyF DirtyF Nov 4, 2017

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 pluginskey instead of gems.

@DirtyF
Copy link
Member

DirtyF commented Nov 9, 2017

@jekyllbot: merge +docs

@jekyllbot jekyllbot merged commit 5978060 into jekyll:master Nov 9, 2017
jekyllbot added a commit that referenced this pull request Nov 9, 2017
@localheinz localheinz deleted the fix/config branch November 9, 2017 08:10
@localheinz
Copy link
Contributor Author

Thank you, @DirtyF!

@jekyll jekyll locked and limited conversation to collaborators Apr 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants