Skip to content

Commit

Permalink
Redirect both bare and trailing slash URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhold committed Nov 6, 2023
1 parent dc5b17f commit fc3cda1
Show file tree
Hide file tree
Showing 11 changed files with 36 additions and 10 deletions.
4 changes: 3 additions & 1 deletion activities/ideas-classic/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: "IDEAS-Classic"
blurb: "Improving software productivity for terrestrial ecosystem modeling"

# This will redirect old links to the Wordpress site
redirect_from: /ideas-classic
redirect_from:
- /ideas-classic
- /ideas-classic/
---


Expand Down
4 changes: 3 additions & 1 deletion activities/ideas-classic/methodologies.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: 'Methodologies and "How To"'
blurb: "IDEAS-Classic"

# This will redirect old links to the Wordpress site
redirect_from: /ideas-classic/how-to
redirect_from:
- /ideas-classic/how-to
- /ideas-classic/how-to/
---

<!-- Sidebar Nav -->
Expand Down
4 changes: 3 additions & 1 deletion activities/ideas-classic/outreach.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: "Community Outreach"
blurb: "IDEAS-Classic"

# This will redirect old links to the Wordpress site
redirect_from: /ideas-classic/outreach
redirect_from:
- /ideas-classic/outreach
- /ideas-classic/outreach/
---

<!-- Sidebar Nav -->
Expand Down
4 changes: 3 additions & 1 deletion activities/ideas-classic/team.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: "Team"
blurb: "IDEAS-Classic"

# This will redirect old links to the Wordpress site
redirect_from: /ideas-classic/team
redirect_from:
- /ideas-classic/team
- /ideas-classic/team/
---

<!-- Sidebar Nav -->
Expand Down
4 changes: 3 additions & 1 deletion activities/ideas-classic/use-cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: "Use Cases"
blurb: "IDEAS-Classic"

# This will redirect old links to the Wordpress site
redirect_from: /ideas-classic/use-cases
redirect_from:
- /ideas-classic/use-cases
- /ideas-classic/use-cases/
---


Expand Down
4 changes: 3 additions & 1 deletion activities/ideas-classic/xsdk.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: "xSDK"
blurb: "IDEAS-Classic"

# This will redirect old links to the Wordpress site
redirect_from: /ideas-classic/xsdk
redirect_from:
- /ideas-classic/xsdk
- /ideas-classic/xsdk/
---

<!-- Sidebar Nav -->
Expand Down
6 changes: 6 additions & 0 deletions activities/ideas-watersheds/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,16 @@ blurb: "Accelerating watershed science through a community-driven software ecosy
# This will redirect old links to the Wordpress site
redirect_from:
- /ideas-watersheds
- /ideas-watersheds/
- /ideas-watersheds/research-activities
- /ideas-watersheds/research-activities/
- /ideas-watersheds/software-ecosystem
- /ideas-watersheds/software-ecosystem/
- /ideas-watersheds/ideas-watersheds-team
- /ideas-watersheds/ideas-watersheds-team/
- /ideas-watersheds/events
- /ideas-watersheds/events/
- /ideas-watersheds/job-postings
- /ideas-watersheds/job-postings/
---

Expand Down
4 changes: 3 additions & 1 deletion join.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ title: "Join the Community!"
blurb: "Working together to advance scientific software productivity"

# This will redirect old links to the Wordpress site
redirect_from: /getting-involved
redirect_from:
- /getting-involved
- /getting-involved/
---


Expand Down
4 changes: 3 additions & 1 deletion overview/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ layout: page
title: "Overview"
blurb: "Advancing scientific productivity through better scientific software"

redirect_from: /ideas-home-page/about-ideas/
redirect_from:
- /ideas-home-page/about-ideas
- /ideas-home-page/about-ideas/
---


Expand Down
4 changes: 3 additions & 1 deletion resources/series/hpc-best-practices-webinars/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ series: "HPC Best Practices Webinars"
# This will redirect old links to the Wordpress site to the right page, at least.
# With additional work, it may be possible to get the fragment id (specific event entry)
# to work. Tracking this in https://github.com/ideas-productivity/ideas-productivity.github.io/issues/18
redirect_from: /events/hpc-best-practices-webinars
redirect_from:
- /events/hpc-best-practices-webinars
- /events/hpc-best-practices-webinars/
---

<!-- Extended Description -->
Expand Down
4 changes: 3 additions & 1 deletion resources/series/strategies-for-working-remotely/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ series: "Strategies for Working Remotely"
# This will redirect old links to the Wordpress site to the right page, at least.
# With additional work, it may be possible to get the fragment id (specific event entry)
# to work. Tracking this in https://github.com/ideas-productivity/ideas-productivity.github.io/issues/18
redirect_from: /events/strategies-for-working-remotely-panels
redirect_from:
- /events/strategies-for-working-remotely-panels
- /events/strategies-for-working-remotely-panels/
---

<!-- Extended Description -->
Expand Down

0 comments on commit fc3cda1

Please sign in to comment.