Solve "GitHub Page build failure" in 10-deployment.md (#7648)
Merge pull request 7648
This commit is contained in:
parent
aa87361848
commit
98c5f47401
|
@ -63,6 +63,15 @@ group :jekyll_plugins do
|
||||||
end
|
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`.
|
Now install them by running a `bundle update`.
|
||||||
|
|
||||||
`jekyll-sitemap` doesn't need any setup, it will create your sitemap on build.
|
`jekyll-sitemap` doesn't need any setup, it will create your sitemap on build.
|
||||||
|
|
Loading…
Reference in New Issue