Skip to content

Commit

Permalink
Rename gems key to plugins (mmistakes#1239)
Browse files Browse the repository at this point in the history
`gems` key in `_config.yml` was deprecated in Jekyll 3.5 and changed to `plugins`.

ref: jekyll/jekyll#5130
  • Loading branch information
tony-ho authored and mmistakes committed Sep 11, 2017
1 parent 3f68e75 commit c700b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -178,8 +178,8 @@ paginate_path: /page:num/
timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
gems:
# Plugins (previously gems:)
plugins:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
Expand Down

0 comments on commit c700b4f

Please sign in to comment.