From 98c5f474019c1ad7a1f58e1e5204640d66cc7751 Mon Sep 17 00:00:00 2001 From: jingze_lu Date: Tue, 7 May 2019 11:31:13 +0800 Subject: [PATCH] Solve "GitHub Page build failure" in 10-deployment.md (#7648) Merge pull request 7648 --- docs/_docs/step-by-step/10-deployment.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/_docs/step-by-step/10-deployment.md b/docs/_docs/step-by-step/10-deployment.md index bdedb7c1..c8a0511a 100644 --- a/docs/_docs/step-by-step/10-deployment.md +++ b/docs/_docs/step-by-step/10-deployment.md @@ -63,6 +63,15 @@ group :jekyll_plugins do end ``` +Then add those lines to your `_config.yml`: + +``` +plugins: + - jekyll-feed + - jekyll-sitemap + - jekyll-seo-tag +``` + Now install them by running a `bundle update`. `jekyll-sitemap` doesn't need any setup, it will create your sitemap on build.