Skip to content

Commit 11fa885

Browse files
committed
add jekyll-redirect-from plugin and create redirects for FishingKnotsPlus, TimeTraverseHub, and TwistReader
1 parent 2b9fa4d commit 11fa885

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ gemspec
55
# Delete the following lines if not on Windows:
66
# Performance-booster for watching directories on Windows
77
gem "wdm", ">= 0.1.0" if Gem.win_platform?
8+
9+
gem 'jekyll-redirect-from'

_config.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ collections:
3434

3535
markdown: kramdown
3636

37+
plugins:
38+
- jekyll-redirect-from
39+
3740
# Uncomment following line to use Formspree form ID based URL instead of email based URL
3841
# Details: https://help.formspree.io/hc/en-us/articles/360017735154-How-to-prevent-spam
3942
# formspree_form_path: "f/a_form_id"

fishingknotsplus.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect_to: - /FishingKnotsPlus
3+
---

timetraversehub.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect_to: - /TimeTraverseHub
3+
---

twistreader.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
---
2+
redirect_to: - /TwistReader
3+
---

0 commit comments

Comments
 (0)