Commit 134c1ba4 authored by wangsai's avatar wangsai
Browse files

Add jekyll-redirect-from plugin in Gemfile, ohterwise report...

Add jekyll-redirect-from plugin in Gemfile, ohterwise report ".../jekyll/plugin_mannager.rb:29:in require: cannot load such file -- jekyll-redirect-from (LoadError)" when jekyll build
parent 761364f6
Showing with 1 addition and 0 deletions
+1 -0
...@@ -8,4 +8,5 @@ group :development, :test do ...@@ -8,4 +8,5 @@ group :development, :test do
gem 'rouge', '~> 1.7.4' gem 'rouge', '~> 1.7.4'
gem 'sass', '~> 3.4.9' gem 'sass', '~> 3.4.9'
gem 'scss-lint', '~> 0.31' gem 'scss-lint', '~> 0.31'
gem 'jekyll-redirect-from', '~> 0.8.0'
end end
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment