Skip to content
This repository has been archived by the owner on Jul 11, 2023. It is now read-only.

Commit

Permalink
Re-enable Jekyll plugins in _config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
makaroniame committed Aug 8, 2016
1 parent f83aa40 commit 27439c6
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions _config.yml
Original file line number Diff line number Diff line change
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 27439c6

Please # to comment.