Skip to content

Commit

Permalink
Merge pull request #58 from mkpjapan/chore/redirects
Browse files Browse the repository at this point in the history
Redirect some pages
  • Loading branch information
lunardog authored Dec 3, 2023
2 parents fcb67c0 + b406689 commit 8a40b58
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
source "https://rubygems.org"

gem 'github-pages'
gem 'webrick'
gem 'webrick'
gem 'jekyll-redirect-from'
4 changes: 4 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
layouts_dir: ./_layouts
title: ManKind Project Japan
description: We believe in building better men
plugins:
- jekyll-redirect-from
whitelist:
- jekyll-redirect-from
exclude: [
exclude/,
Gemfile,
Expand Down
3 changes: 3 additions & 0 deletions agreements.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ layout: single
navbarClass: 'navbar-shrink'
permalink: /agreements/
title: The Mankind Project Japan Agreements
redirect_from:
- /agreements-com
- /agreements-com/
---

{% include agreements.md %}
4 changes: 3 additions & 1 deletion form.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ layout: single
navbarClass: 'navbar-shrink'
permalink: /form/
title: The Mankind Project Japan Registration Form
redirect_from:
- /open-mens-group
---

{% include form.html %}
{% include form.html %}

0 comments on commit 8a40b58

Please sign in to comment.