diff --git a/Gemfile b/Gemfile index 9f78cfe..066ce78 100644 --- a/Gemfile +++ b/Gemfile @@ -21,3 +21,6 @@ gem "wdm", "~> 0.1.1", :platforms => [:mingw, :x64_mingw, :mswin] # Lock `http_parser.rb` gem to `v0.6.x` on JRuby builds since newer versions of the gem # do not have a Java counterpart. gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby] + +# Add plugin to handle old redirect links +gem 'jekyll-redirect-from' \ No newline at end of file diff --git a/_config.yml b/_config.yml index a579889..9eee933 100644 --- a/_config.yml +++ b/_config.yml @@ -129,6 +129,10 @@ paginate: 10 # The base URL of your site baseurl: "" +# Additional plugin(s) +plugins: + - jekyll-redirect-from + # ------------ The following options are not recommended to be modified ------------------ kramdown: