Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Re-enable Jekyll plugins in _config.yml
- Close #417
  • Loading branch information
mmistakes committed Aug 8, 2016
1 parent ca9ff32 commit b6be3aa
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions _config.yml
Expand Up @@ -153,20 +153,20 @@ timezone: # http://en.wikipedia.org/wiki/List_of_tz_database_time_zones


# Plugins
# gems:
# - jekyll-paginate
# - jekyll-sitemap
# - jekyll-gist
# - jekyll-feed
# - jemoji
gems:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji

# mimic GitHub Pages with --safe
# whitelist:
# - jekyll-paginate
# - jekyll-sitemap
# - jekyll-gist
# - jekyll-feed
# - jemoji
whitelist:
- jekyll-paginate
- jekyll-sitemap
- jekyll-gist
- jekyll-feed
- jemoji


# Archives
Expand Down

0 comments on commit b6be3aa

Please sign in to comment.