jekyll-email-protect
jekyll-email-protect copied to clipboard
Installation instruction problem in README
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 ?
Looks like the name of the setting changed (gems
-> plugins
) in Jekyll's v3.5.
https://jekyllrb.com/docs/plugins/installation/