add redirect plugin (#2037)
This commit is contained in:
parent
df9e3968db
commit
a0999b18d1
2 changed files with 2 additions and 0 deletions
1
Gemfile
1
Gemfile
|
@ -1,5 +1,6 @@
|
|||
source "https://rubygems.org"
|
||||
gem "webrick", "~>1.7"
|
||||
gem "kramdown-parser-gfm", "~>1.1"
|
||||
gem "jekyll-redirect-from"
|
||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||
gemspec
|
|
@ -272,6 +272,7 @@ plugins:
|
|||
- jekyll-gist
|
||||
- jekyll-feed
|
||||
- jekyll-include-cache
|
||||
- jekyll-redirect-from
|
||||
|
||||
# mimic GitHub Pages with --safe
|
||||
whitelist:
|
||||
|
|
Loading…
Reference in a new issue