Skip to content

Commit 614c459

Browse files
committed
Add jekyll-redirect-from gem
1 parent 3ee3817 commit 614c459

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
source 'https://rubygems.org'
22

33
gem "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

67
gem "just-the-docs", "0.5.0" # pinned to the current release

Gemfile.lock

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ GEM
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

7476
DEPENDENCIES
7577
jekyll (~> 4.3)
78+
jekyll-redirect-from (~> 0.16)
7679
just-the-docs (= 0.5.0)
7780

7881
BUNDLED WITH

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ favicon_ico: "/assets/site/favicon.ico"
77

88
color_scheme: os2display
99

10+
plugins:
11+
- jekyll-redirect-from
12+
1013
aux_links:
1114
"github.com/os2display":
1215
- "//github.com/os2display"

0 commit comments

Comments
 (0)