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.