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:
Marijn van der Zee 2017-08-24 10:40:20 +02:00 committed by GitHub
parent f5dbc6c36f
commit 933bc25bf5
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@
2. Add the following to your site's `_config.yml`:
```yml
gems:
plugins:
- jekyll-seo-tag
```