From 933bc25bf55922571466d03d0cd870f14594f8ac Mon Sep 17 00:00:00 2001 From: Marijn van der Zee Date: Thu, 24 Aug 2017 10:40:20 +0200 Subject: [PATCH] gems: is deprecated in current Jekyll version of github-pages Jekyll 3.5: Deprecation: The 'gems' configuration option has been renamed to 'plugins'. Please update your config file accordingly. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 000b4b3..e2c3d56 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -9,7 +9,7 @@ 2. Add the following to your site's `_config.yml`: ```yml - gems: + plugins: - jekyll-seo-tag ```