Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit bcc3002

Browse files
committed
add plugin jekyll-redirect-from
1 parent a6a2491 commit bcc3002

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,12 @@ Update
2424
```
2525
gem update github-pages
2626
```
27+
28+
Redirect From Plugin
29+
____________________
30+
31+
To redirect a page from /foo, add the following to the top of the page:
32+
33+
---
34+
redirect_from: "/foo"
35+
---

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ markdown: kramdown
1515
gems:
1616
- jekyll-sitemap
1717
- jekyll-feed
18+
- jekyll-redirect-from

0 commit comments

Comments
 (0)