diff options
author | uvok cheetah | 2019-05-18 18:16:42 +0200 |
---|---|---|
committer | uvok cheetah | 2019-05-18 18:16:42 +0200 |
commit | 9889ffaa73ffbcc273e8d65e116b4bb4f743054c (patch) | |
tree | 2e560b003afd7548199734f66468d7b54d0cec91 /Gemfile | |
parent | c171fc63f60c6119a1f4fe75320828550792c1f5 (diff) |
Add redirect plugin to redirect from old URLs/slugs
Diffstat (limited to 'Gemfile')
-rw-r--r-- | Gemfile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -7,3 +7,7 @@ git_source(:github) {|repo_name| "https://github.com/#{repo_name}" } # gem "rails" gem "jekyll", "~> 3.8" + +group :jekyll_plugins do + gem "jekyll-redirect-from", "~> 0.15.0" +end |