File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 11source 'https://rubygems.org'
22
33gem "jekyll" , "~> 4.3" # installed by `gem jekyll`
4+ gem "jekyll-redirect-from" , "~> 0.16"
45# gem "webrick" # required when using Ruby >= 3 and Jekyll <= 4.2.2
56
67gem "just-the-docs" , "0.5.0" # pinned to the current release
Original file line number Diff line number Diff line change 3030 safe_yaml (~> 1.0 )
3131 terminal-table (>= 1.8 , < 4.0 )
3232 webrick (~> 1.7 )
33+ jekyll-redirect-from (0.16.0 )
34+ jekyll (>= 3.3 , < 5.0 )
3335 jekyll-sass-converter (2.2.0 )
3436 sassc (> 2.0.1 , < 3.0 )
3537 jekyll-seo-tag (2.8.0 )
@@ -73,6 +75,7 @@ PLATFORMS
7375
7476DEPENDENCIES
7577 jekyll (~> 4.3 )
78+ jekyll-redirect-from (~> 0.16 )
7679 just-the-docs (= 0.5.0 )
7780
7881BUNDLED WITH
Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ favicon_ico: "/assets/site/favicon.ico"
77
88color_scheme : os2display
99
10+ plugins :
11+ - jekyll-redirect-from
12+
1013aux_links :
1114 " github.com/os2display " :
1215 - " //github.com/os2display"
You can’t perform that action at this time.
0 commit comments