mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-29 12:45:27 +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"
|
versions = JSON.parse(open('https://pages.github.com/versions.json').read) rescue ">0"
|
||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
|
gem 'jekyll-redirect-from'
|
||||||
gem 'github-pages', versions['github-pages']
|
gem 'github-pages', versions['github-pages']
|
||||||
gem 'jekyll-octicons'
|
gem 'jekyll-octicons'
|
||||||
gem 'jekyll-livereload'
|
gem 'jekyll-livereload'
|
||||||
@@ -21,3 +22,5 @@ group :test do
|
|||||||
end
|
end
|
||||||
|
|
||||||
gem 'rb-fsevent', '0.9.8' # See issue https://github.com/guard/listen/issues/431
|
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
|
layout: docs
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
|
- jekyll-redirect-from
|
||||||
- jekyll-octicons
|
- jekyll-octicons
|
||||||
- jekyll-sitemap
|
- jekyll-sitemap
|
||||||
- jekyll-seo-tag
|
- jekyll-seo-tag
|
||||||
|
|||||||
Reference in New Issue
Block a user