From c94ccf056b344a9a5bcdba3ad9f01930d52216f5 Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Fri, 18 Mar 2016 20:51:42 -0400 Subject: [PATCH] Whitelist GitHub Pages supported plugins for use with --safe flag --- _config.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_config.yml b/_config.yml index 0132d157..61550622 100644 --- a/_config.yml +++ b/_config.yml @@ -176,6 +176,13 @@ gems: - jekyll-feed # - jekyll-archives +# mimic GitHub Pages with --safe +whitelist: + - jekyll-paginate + - jekyll-sitemap + - jekyll-gist + - jekyll-feed + # Outputting permalink: /:categories/:title/ paginate: 5 # amount of posts to show