Solve "GitHub Page build failure" in 10-deployment.md (#7648)

Merge pull request 7648
This commit is contained in:
jingze_lu 2019-05-07 11:31:13 +08:00 committed by jekyllbot
parent aa87361848
commit 98c5f47401
1 changed files with 9 additions and 0 deletions

View File

@ -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.