mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 17:33:05 +08:00
Add jekyll-redirect-from plugin
This commit is contained in:
3
Gemfile
3
Gemfile
@@ -5,6 +5,7 @@ require 'open-uri'
|
||||
versions = JSON.parse(open('https://pages.github.com/versions.json').read) rescue ">0"
|
||||
|
||||
group :jekyll_plugins do
|
||||
gem 'jekyll-redirect-from'
|
||||
gem 'github-pages', versions['github-pages']
|
||||
gem 'jekyll-octicons'
|
||||
gem 'jekyll-livereload'
|
||||
@@ -21,3 +22,5 @@ group :test do
|
||||
end
|
||||
|
||||
gem 'rb-fsevent', '0.9.8' # See issue https://github.com/guard/listen/issues/431
|
||||
|
||||
# Added at 2017-10-23 15:14:34 -0400 by jasonetcovitch:
|
||||
|
||||
@@ -37,6 +37,7 @@ defaults:
|
||||
layout: docs
|
||||
|
||||
plugins:
|
||||
- jekyll-redirect-from
|
||||
- jekyll-octicons
|
||||
- jekyll-sitemap
|
||||
- jekyll-seo-tag
|
||||
|
||||
Reference in New Issue
Block a user