Enable jekyll-remote-theme
This commit is contained in:
parent
61859342c3
commit
2cfe3c4440
2 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,7 @@ gem "minimal-mistakes-jekyll", path: "../"
|
|||
|
||||
group :jekyll_plugins do
|
||||
gem 'jekyll-algolia', '~> 1.0'
|
||||
gem 'jekyll-remote-theme'
|
||||
end
|
||||
|
||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
|
@ -197,6 +197,7 @@ plugins:
|
|||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
- jemoji
|
||||
- jekyll-remote-theme
|
||||
|
||||
# mimic GitHub Pages with --safe
|
||||
whitelist:
|
||||
|
|
Loading…
Reference in a new issue