Skip to content

Commit

Permalink
Merge pull request #702 from MissingMaps/mmc-partner-redirect
Browse files Browse the repository at this point in the history
Add redirect plugin for mmc
  • Loading branch information
dakotabenjamin authored Apr 22, 2021
2 parents 1dd9a3b + 15fbaef commit 5a585c7
Show file tree
Hide file tree
Showing 5 changed files with 12,581 additions and 15 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ source 'https://rubygems.org'
gem 'jekyll', '~>3.3.0'
gem 'sass', '~>3.4.21'
gem 'sass-css-importer', '~>1.0.0.beta.0'
gem 'jekyll-redirect-from', '~>0.16.0'
5 changes: 4 additions & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ GEM
pathutil (~> 0.9)
rouge (~> 1.7)
safe_yaml (~> 1.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (1.5.2)
sass (~> 3.4)
jekyll-watch (1.5.1)
Expand Down Expand Up @@ -44,11 +46,12 @@ PLATFORMS

DEPENDENCIES
jekyll (~> 3.3.0)
jekyll-redirect-from (~> 0.16.0)
sass (~> 3.4.21)
sass-css-importer (~> 1.0.0.beta.0)

RUBY VERSION
ruby 2.4.1p111

BUNDLED WITH
2.0.2
2.2.13
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ domain: https://www.missingmaps.org
path_prefix: /partners

default_partner: all
gems:
- jekyll-redirect-from

collections:
partner:
Expand Down
1 change: 1 addition & 0 deletions app/_partner/mmc.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
layout: partner
lang: en
permalink: /marshmclennan/
redirect_from: "/mmc/"

id: mmcimpact
title: Marsh McLennan
Expand Down
Loading

0 comments on commit 5a585c7

Please sign in to comment.