mirror of
https://github.com/hacks-guide/Guide_3DS.git
synced 2025-08-29 19:29:51 +02:00
add redirect plugin (#2037)
This commit is contained in:
1
Gemfile
1
Gemfile
@@ -1,5 +1,6 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
gem "webrick", "~>1.7"
|
gem "webrick", "~>1.7"
|
||||||
gem "kramdown-parser-gfm", "~>1.1"
|
gem "kramdown-parser-gfm", "~>1.1"
|
||||||
|
gem "jekyll-redirect-from"
|
||||||
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
gem "wdm", "~> 0.1.0" if Gem.win_platform?
|
||||||
gemspec
|
gemspec
|
@@ -272,6 +272,7 @@ plugins:
|
|||||||
- jekyll-gist
|
- jekyll-gist
|
||||||
- jekyll-feed
|
- jekyll-feed
|
||||||
- jekyll-include-cache
|
- jekyll-include-cache
|
||||||
|
- jekyll-redirect-from
|
||||||
|
|
||||||
# mimic GitHub Pages with --safe
|
# mimic GitHub Pages with --safe
|
||||||
whitelist:
|
whitelist:
|
||||||
|
Reference in New Issue
Block a user