diff --git a/Gemfile b/Gemfile index 7ee34bb..98053dd 100644 --- a/Gemfile +++ b/Gemfile @@ -21,6 +21,7 @@ group :jekyll_plugins do gem "jekyll-last-modified-at" gem "jekyll-spaceship" gem 'jekyll-toc' + gem 'jekyll-redirect-from' end # Windows and JRuby does not include zoneinfo files, so bundle the tzinfo-data gem diff --git a/Gemfile.lock b/Gemfile.lock index b783dd6..dc6d305 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -283,12 +283,14 @@ GEM PLATFORMS arm64-darwin-22 arm64-darwin-23 + arm64-darwin-24 x86_64-linux DEPENDENCIES github-pages http_parser.rb (~> 0.6.0) jekyll-last-modified-at + jekyll-redirect-from jekyll-remote-theme (~> 0.4.3) jekyll-spaceship jekyll-toc diff --git a/_config.yml b/_config.yml index c3a61f1..6a60d18 100644 --- a/_config.yml +++ b/_config.yml @@ -63,6 +63,7 @@ plugins: - jekyll-last-modified-at - jekyll-spaceship - jekyll-toc + - jekyll-redirect-from strict_front_matter: true liquid: diff --git a/_events/2025-02-23-innistrad-alive.markdown b/_events/2025-02-23-innistrad-resurrected.markdown similarity index 85% rename from _events/2025-02-23-innistrad-alive.markdown rename to _events/2025-02-23-innistrad-resurrected.markdown index 40c08ad..68db3c7 100644 --- a/_events/2025-02-23-innistrad-alive.markdown +++ b/_events/2025-02-23-innistrad-resurrected.markdown @@ -1,11 +1,14 @@ --- type: sealed date: 2025-02-23 10:00:00 -title: "Innistrad Alive (24 Event)" +title: "Innistrad Resureccted (24 Event)" location: tbd +redirect_from: + - /24 + - /event/2025-02-23-innistrad-alive --- -![Innistrad Alive](/assets/img/innistrad-alive-2025.webp) +![Innistrad Resureccted](/assets/img/innistrad-resurrected-2025.jpg) Erlebe Jahrzehnte der Magic-Geschichte auf Innistrad! diff --git a/assets/img/innistrad-resurrected-2025.jpg b/assets/img/innistrad-resurrected-2025.jpg new file mode 100644 index 0000000..acf22a5 Binary files /dev/null and b/assets/img/innistrad-resurrected-2025.jpg differ