File tree 4 files changed +10
-1
lines changed
4 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ ruby '2.6.4'
9
9
group :development do
10
10
gem 'jekyll'
11
11
gem "minima" , "~> 2.0" ## Default Jekyll theme
12
+ gem 'jekyll-redirect-from'
12
13
end
13
14
14
15
group :testing do
Original file line number Diff line number Diff line change 39
39
safe_yaml (~> 1.0 )
40
40
jekyll-feed (0.10.0 )
41
41
jekyll (~> 3.3 )
42
+ jekyll-redirect-from (0.16.0 )
43
+ jekyll (>= 3.3 , < 5.0 )
42
44
jekyll-sass-converter (1.5.2 )
43
45
sass (~> 3.4 )
44
46
jekyll-seo-tag (2.4.0 )
@@ -98,10 +100,11 @@ PLATFORMS
98
100
DEPENDENCIES
99
101
html-proofer
100
102
jekyll
103
+ jekyll-redirect-from
101
104
json-schema
102
105
mdl
103
106
minima (~> 2.0 )
104
107
toml
105
108
106
109
RUBY VERSION
107
- ruby 2.6.4p104
110
+ ruby 2.6.4p104
Original file line number Diff line number Diff line change @@ -32,6 +32,7 @@ markdown: kramdown
32
32
theme : minima
33
33
plugins :
34
34
- jekyll-feed
35
+ - jekyll-redirect-from
35
36
36
37
# Exclude from processing.
37
38
exclude :
Original file line number Diff line number Diff line change @@ -100,5 +100,9 @@ properties:
100
100
101
101
see_also : *sources
102
102
103
+ redirect_from :
104
+ description : Redirect urls per https://github.com/jekyll/jekyll-redirect-from
105
+ type : array
106
+
103
107
extra :
104
108
description : Extra fields (not validated)
You can’t perform that action at this time.
0 commit comments