We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e45508 commit 70cd274Copy full SHA for 70cd274
Gemfile
@@ -2,3 +2,4 @@ source "https://rubygems.org"
2
3
gem "jekyll", "~> 3.1"
4
gem "jekyll-sitemap"
5
+gem "jekyll-redirect-from"
_config.yml
@@ -16,6 +16,8 @@ author :
16
twitter : ntoll
17
plugins:
18
- jekyll-redirect-from
19
+whitelist:
20
+ - jekyll-redirect-from
21
22
# The production_url is only used when full-domain names are needed
23
# such as sitemap.txt
@@ -28,7 +30,7 @@ plugins:
28
30
production_url : http://codewith.mu
29
31
github-fork-path: https://github.com/mu-editor/mu
32
-gems: ["jekyll-sitemap"]
33
+gems: ["jekyll-sitemap", "jekyll-redirect-from"]
34
35
36
# All Jekyll-Bootstrap specific configurations are namespaced into this hash
0 commit comments