summaryrefslogtreecommitdiff
path: root/Gemfile
diff options
context:
space:
mode:
authoruvok cheetah2019-05-18 18:16:42 +0200
committeruvok cheetah2019-05-18 18:16:42 +0200
commit9889ffaa73ffbcc273e8d65e116b4bb4f743054c (patch)
tree2e560b003afd7548199734f66468d7b54d0cec91 /Gemfile
parentc171fc63f60c6119a1f4fe75320828550792c1f5 (diff)
Add redirect plugin to redirect from old URLs/slugs
Diffstat (limited to 'Gemfile')
-rw-r--r--Gemfile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Gemfile b/Gemfile
index 22e379b..1df87de 100644
--- a/Gemfile
+++ b/Gemfile
@@ -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