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-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
|
||||||
|
|
Loading…
Reference in a new issue