Skip to content

Commit

Permalink
adds redirects
Browse files Browse the repository at this point in the history
  • Loading branch information
billbrod committed Nov 7, 2024
1 parent bef1a79 commit 178dc9b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ gem "jekyll"
group :jekyll_plugins do
gem "jekyll-feed"
gem "jekyll-seo-tag"
gem 'jekyll-redirect-from'
end

# Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem
Expand All @@ -28,4 +29,4 @@ end
# do not have a Java counterpart.
gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]

gem "webrick"
gem "webrick"
1 change: 1 addition & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ url: "https://neurorse.flatironinstitute.org/" # the base hostname & protocol fo
plugins:
- jekyll-feed
- jekyll-seo-tag
- jekyll-redirect-from

collections:
people:
Expand Down
1 change: 1 addition & 0 deletions site/_workshops/feb-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: home
title: February 2025
categories: workshops
date: February 2025
redirect_from: /workshops/feb-2025/
---

![image](/assets/jan2025-banner.svg)
Expand Down
1 change: 1 addition & 0 deletions site/_workshops/fens-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: home
title: FENS 2024
categories: workshops
date: June 2024
redirect_from: /workshops/fens-2024/
---

![image](/assets/fens2024-banner.jpg)
Expand Down
1 change: 1 addition & 0 deletions site/_workshops/jan-2025.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: home
title: January 2025
categories: workshops
date: January 2025
redirect_from: /workshops/jan-2025/
---

![image](/assets/jan2025-banner.svg)
Expand Down

0 comments on commit 178dc9b

Please sign in to comment.