mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-10 19:06:55 +00:00
Remove redirect-from Jekyll plugin (#14794)
This commit is contained in:
parent
0717669ba7
commit
dd5f4e7b3d
1
Gemfile
1
Gemfile
@ -12,7 +12,6 @@ end
|
|||||||
|
|
||||||
group :jekyll_plugins do
|
group :jekyll_plugins do
|
||||||
gem 'jekyll-paginate', '1.1.0'
|
gem 'jekyll-paginate', '1.1.0'
|
||||||
gem 'jekyll-redirect-from', '0.16.0'
|
|
||||||
gem 'jekyll-sitemap', '1.4.0'
|
gem 'jekyll-sitemap', '1.4.0'
|
||||||
gem 'jekyll-time-to-read', '0.1.2'
|
gem 'jekyll-time-to-read', '0.1.2'
|
||||||
gem 'jekyll-commonmark', '1.3.1'
|
gem 'jekyll-commonmark', '1.3.1'
|
||||||
|
@ -50,8 +50,6 @@ GEM
|
|||||||
commonmarker (~> 0.14)
|
commonmarker (~> 0.14)
|
||||||
jekyll (>= 3.7, < 5.0)
|
jekyll (>= 3.7, < 5.0)
|
||||||
jekyll-paginate (1.1.0)
|
jekyll-paginate (1.1.0)
|
||||||
jekyll-redirect-from (0.16.0)
|
|
||||||
jekyll (>= 3.3, < 5.0)
|
|
||||||
jekyll-sass-converter (2.1.0)
|
jekyll-sass-converter (2.1.0)
|
||||||
sassc (> 2.0.1, < 3.0)
|
sassc (> 2.0.1, < 3.0)
|
||||||
jekyll-sitemap (1.4.0)
|
jekyll-sitemap (1.4.0)
|
||||||
@ -124,7 +122,6 @@ DEPENDENCIES
|
|||||||
jekyll (= 4.1.1)
|
jekyll (= 4.1.1)
|
||||||
jekyll-commonmark (= 1.3.1)
|
jekyll-commonmark (= 1.3.1)
|
||||||
jekyll-paginate (= 1.1.0)
|
jekyll-paginate (= 1.1.0)
|
||||||
jekyll-redirect-from (= 0.16.0)
|
|
||||||
jekyll-sitemap (= 1.4.0)
|
jekyll-sitemap (= 1.4.0)
|
||||||
jekyll-time-to-read (= 0.1.2)
|
jekyll-time-to-read (= 0.1.2)
|
||||||
nokogiri (= 1.10.10)
|
nokogiri (= 1.10.10)
|
||||||
|
@ -45,7 +45,6 @@ commonmark:
|
|||||||
highlighter: none
|
highlighter: none
|
||||||
|
|
||||||
plugins:
|
plugins:
|
||||||
- jekyll-redirect-from
|
|
||||||
- jekyll-time-to-read
|
- jekyll-time-to-read
|
||||||
|
|
||||||
paginate: 10 # Posts per page on the blog index
|
paginate: 10 # Posts per page on the blog index
|
||||||
|
Loading…
x
Reference in New Issue
Block a user