Skip to content

Commit 74c1154

Browse files
committed
GH-121 Removed plugin. Debugging issues with all pages under the blog path being redirected.
1 parent 0a87d65 commit 74c1154

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

Gemfile

+1-2
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,4 @@ source "https://rubygems.org"
22

33
gem 'jekyll', '~> 3.7.0'
44
gem 'jekyll-target-blank', '1.1.0'
5-
gem 'jekyll-sitemap', '1.2.0'
6-
gem 'jekyll-redirect-from'
5+
gem 'jekyll-sitemap', '1.2.0'

Gemfile.lock

-3
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,6 @@ GEM
2929
pathutil (~> 0.9)
3030
rouge (>= 1.7, < 4)
3131
safe_yaml (~> 1.0)
32-
jekyll-redirect-from (0.14.0)
33-
jekyll (~> 3.3)
3432
jekyll-sass-converter (1.5.2)
3533
sass (~> 3.4)
3634
jekyll-sitemap (1.2.0)
@@ -73,7 +71,6 @@ PLATFORMS
7371

7472
DEPENDENCIES
7573
jekyll (~> 3.7.0)
76-
jekyll-redirect-from
7774
jekyll-sitemap (= 1.2.0)
7875
jekyll-target-blank (= 1.1.0)
7976

_config.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,4 @@ defaults:
3434
layout: "newsletter"
3535
plugins:
3636
- jekyll-target-blank
37-
- jekyll-sitemap
38-
- jekyll-redirect-from
37+
- jekyll-sitemap

0 commit comments

Comments
 (0)