Add redirection support

This commit is contained in:
Michael Fabian 'Xaymar' Dirks
2022-01-13 10:54:29 +01:00
parent 5bab41f193
commit 88618d52fe
3 changed files with 5 additions and 0 deletions
+1
View File
@@ -19,4 +19,5 @@ gem 'eventmachine', '1.2.7', git: 'https://github.com/eventmachine/eventmachine.
group :jekyll_plugins do group :jekyll_plugins do
gem "jekyll-feed", "~> 0.12" gem "jekyll-feed", "~> 0.12"
gem "jekyll-paginate-v2", "~> 3.0" gem "jekyll-paginate-v2", "~> 3.0"
gem "jekyll-redirect-from", "~> 0.16"
end end
+3
View File
@@ -39,6 +39,8 @@ GEM
jekyll (>= 3.7, < 5.0) jekyll (>= 3.7, < 5.0)
jekyll-paginate-v2 (3.0.0) jekyll-paginate-v2 (3.0.0)
jekyll (>= 3.0, < 5.0) jekyll (>= 3.0, < 5.0)
jekyll-redirect-from (0.16.0)
jekyll (>= 3.3, < 5.0)
jekyll-sass-converter (2.1.0) jekyll-sass-converter (2.1.0)
sassc (> 2.0.1, < 3.0) sassc (> 2.0.1, < 3.0)
jekyll-watch (2.2.1) jekyll-watch (2.2.1)
@@ -82,6 +84,7 @@ DEPENDENCIES
jekyll (~> 4.2.1) jekyll (~> 4.2.1)
jekyll-feed (~> 0.12) jekyll-feed (~> 0.12)
jekyll-paginate-v2 (~> 3.0) jekyll-paginate-v2 (~> 3.0)
jekyll-redirect-from (~> 0.16)
tzinfo (~> 1.2) tzinfo (~> 1.2)
tzinfo-data tzinfo-data
wdm (~> 0.1.1) wdm (~> 0.1.1)
+1
View File
@@ -22,6 +22,7 @@
plugins: plugins:
- jekyll-feed - jekyll-feed
- jekyll-paginate-v2 - jekyll-paginate-v2
- jekyll-redirect-from
# Exclude files # Exclude files
exclude: exclude: