Skip to content

Commit 428b2b0

Browse files
committed
Roll back gems: to plugins: change in _config.yml
- GitHub Pages still doesn't seem to load safe plugins when using `plugins` key
1 parent 7b238fe commit 428b2b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ logo: # path of site logo, e.g. "/assets/images/logo.png"
3030
# Build settings
3131
markdown: kramdown
3232
theme: jekyll-theme-basically-basic
33-
plugins:
33+
gems:
3434
- jekyll-feed
3535
- jekyll-seo-tag
3636
- jekyll-sitemap

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ permalink: /:categories/:title/
5151
timezone: America/New_York # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones
5252

5353
# Plugins
54-
plugins:
54+
gems:
5555
- jekyll-feed
5656
- jekyll-seo-tag
5757
- jekyll-sitemap

0 commit comments

Comments
 (0)