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.
This commit is contained in:
parent
f5dbc6c36f
commit
933bc25bf5
|
@ -9,7 +9,7 @@
|
|||
2. Add the following to your site's `_config.yml`:
|
||||
|
||||
```yml
|
||||
gems:
|
||||
plugins:
|
||||
- jekyll-seo-tag
|
||||
```
|
||||
|
||||
|
|
Loading…
Reference in New Issue