jekyll-email-protect icon indicating copy to clipboard operation
jekyll-email-protect copied to clipboard

Installation instruction problem in README

Open pymaldebaran opened this issue 4 years ago • 1 comments

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 ?

pymaldebaran avatar Jan 24 '21 09:01 pymaldebaran

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

architchandra avatar Feb 07 '21 11:02 architchandra