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

Installation instruction problem in README #12

Open
pymaldebaran opened this issue Jan 24, 2021 · 1 comment
Open

Installation instruction problem in README #12

pymaldebaran opened this issue Jan 24, 2021 · 1 comment

Comments

@pymaldebaran
Copy link

The README instructions to install the plusgin into our jekyll project are:

After the plugin has been installed successfully, add the following lines to your _config.yml in order to tell Jekyll to use the plugin:

gems:
- jekyll-email-protect

With this config, the filter seems to have no effect at all.

But after trying different things the only way to make the plugin work was to instead put this in the _config.yml:

plugins:
- jekyll-email-protect

Maybe since the last update of the plugins, the jekyll config syntax changed ?

@architchandra
Copy link

architchandra commented Feb 7, 2021

Looks like the name of the setting changed (gems -> plugins) in Jekyll's v3.5.
https://jekyllrb.com/docs/plugins/installation/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants