Skip to content

Commit

Permalink
add jekyll-redirect-from plugin and create redirects for FishingKnots…
Browse files Browse the repository at this point in the history
…Plus, TimeTraverseHub, and TwistReader
  • Loading branch information
MSicc committed Dec 18, 2024
1 parent 2b9fa4d commit 11fa885
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ gemspec
# Delete the following lines if not on Windows:
# Performance-booster for watching directories on Windows
gem "wdm", ">= 0.1.0" if Gem.win_platform?

gem 'jekyll-redirect-from'
3 changes: 3 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,9 @@ collections:

markdown: kramdown

plugins:
- jekyll-redirect-from

# Uncomment following line to use Formspree form ID based URL instead of email based URL
# Details: https://help.formspree.io/hc/en-us/articles/360017735154-How-to-prevent-spam
# formspree_form_path: "f/a_form_id"
3 changes: 3 additions & 0 deletions fishingknotsplus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
redirect_to: - /FishingKnotsPlus
---
3 changes: 3 additions & 0 deletions timetraversehub.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
redirect_to: - /TimeTraverseHub
---
3 changes: 3 additions & 0 deletions twistreader.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
---
redirect_to: - /TwistReader
---

0 comments on commit 11fa885

Please sign in to comment.