Whitelist GitHub Pages supported plugins for use with --safe flag
This commit is contained in:
parent
ce06d2e806
commit
c94ccf056b
1 changed files with 7 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue