We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 79f5f6f + bae6977 commit fb54e7aCopy full SHA for fb54e7a
Gemfile
@@ -4,6 +4,7 @@ group :jekyll_plugins do
4
gem 'jekyll'
5
gem 'jekyll-feed'
6
gem 'jekyll-sitemap'
7
+ gem 'jekyll-redirect-from'
8
gem 'jemoji'
9
gem 'webrick', '~> 1.8'
10
end
_config.yml
@@ -302,6 +302,7 @@ plugins:
302
- jekyll-gist
303
- jekyll-paginate
304
- jekyll-sitemap
305
+ - jekyll-redirect-from
306
- jemoji
307
308
# Mimic GitHub Pages with --safe
@@ -310,6 +311,7 @@ whitelist:
310
311
312
313
314
315
316
317
0 commit comments