Skip to content

Commit 70cd274

Browse files
committed
More redirect faffing
1 parent 8e45508 commit 70cd274

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

Gemfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,4 @@ source "https://rubygems.org"
22

33
gem "jekyll", "~> 3.1"
44
gem "jekyll-sitemap"
5+
gem "jekyll-redirect-from"

_config.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ author :
1616
twitter : ntoll
1717
plugins:
1818
- jekyll-redirect-from
19+
whitelist:
20+
- jekyll-redirect-from
1921

2022
# The production_url is only used when full-domain names are needed
2123
# such as sitemap.txt
@@ -28,7 +30,7 @@ plugins:
2830
production_url : http://codewith.mu
2931
github-fork-path: https://github.com/mu-editor/mu
3032

31-
gems: ["jekyll-sitemap"]
33+
gems: ["jekyll-sitemap", "jekyll-redirect-from"]
3234

3335

3436
# All Jekyll-Bootstrap specific configurations are namespaced into this hash

0 commit comments

Comments
 (0)