Whitelist GitHub Pages supported plugins for use with --safe flag
This commit is contained in:
@ -176,6 +176,13 @@ gems:
|
|||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
# - jekyll-archives
|
# - jekyll-archives
|
||||||
|
|
||||||
|
# mimic GitHub Pages with --safe
|
||||||
|
whitelist:
|
||||||
|
- jekyll-paginate
|
||||||
|
- jekyll-sitemap
|
||||||
|
- jekyll-gist
|
||||||
|
- jekyll-feed
|
||||||
|
|
||||||
# Outputting
|
# Outputting
|
||||||
permalink: /:categories/:title/
|
permalink: /:categories/:title/
|
||||||
paginate: 5 # amount of posts to show
|
paginate: 5 # amount of posts to show
|
||||||
|
Reference in New Issue
Block a user