Rename gems key to plugins

- `gems` key in `_config.yml`  was deprecated in Jekyll 3.5 and changed to `plugins`

ref: https://github.com/jekyll/jekyll/pull/5130
This commit is contained in:
Michael Rose 2017-08-08 15:45:58 -04:00
parent 1f5e6609b3
commit f372191de5
2 changed files with 4 additions and 4 deletions

View file

@ -178,8 +178,8 @@ paginate_path: /page:num/
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins
gems:
# Plugins (formerly gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist

View file

@ -254,8 +254,8 @@ permalink: /:categories/:title/
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
# Plugins
gems:
# Plugins (formerly gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist