From 6bd64ffd4784be540aa5d685b8e14f06b832baf8 Mon Sep 17 00:00:00 2001 From: Jason Hemann Date: Tue, 19 Oct 2021 11:21:55 -0400 Subject: [PATCH] Link clarifying adding plugins (#3181) The phrase "put them here!" doesn't sufficiently clarify what to do; I add link to the Jekyll documentation with the proper syntax. --- docs/_docs/03-installation.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/_docs/03-installation.md b/docs/_docs/03-installation.md index ec12124b..9bd73655 100644 --- a/docs/_docs/03-installation.md +++ b/docs/_docs/03-installation.md @@ -84,6 +84,7 @@ gem "minimal-mistakes-jekyll" # gem "jekyll-include-cache" # # If you have any other plugins, put them here! +# Cf. https://jekyllrb.com/docs/plugins/installation/ group :jekyll_plugins do end ```