diff --git a/docs/_docs/plugins.md b/docs/_docs/plugins.md index 7d218b4e..ab3ca5ad 100644 --- a/docs/_docs/plugins.md +++ b/docs/_docs/plugins.md @@ -68,6 +68,24 @@ You have 3 options for installing plugins:

+### The jekyll_plugins group + +Jekyll gives this particular group of gems in your `Gemfile` a different +treatment. Any gem included in this group is loaded before Jekyll starts +processing the rest of your source directory. + +A gem included here will be activated even if its not explicitly listed under +the `plugins:` key in your site's config file. + +
+

+ Gems included in the :jekyll-plugins group are activated + regardless of the --safe mode setting. Be careful of what + gems are included under this group! +

+
+ + In general, plugins you make will fall broadly into one of five categories: 1. [Generators](#generators)