organized blog output a bit better
All checks were successful
Jenkins
Web/pipeline/head This commit looks good

This commit is contained in:
Ell 2022-10-10 15:20:59 +02:00
parent 5462ba2fa2
commit 0cbf7493df
2 changed files with 3 additions and 2 deletions

View file

@ -12,6 +12,7 @@ RewriteBase /
# legacy redirects (for deleted stuff)
RewriteRule ^blog-(.*)$ "blog/$1" [R=301,L]
RewriteRule ^blog/(.*)\.html$ "blog/$1" [R=301,L]
RewriteRule ^minecraft-stuff/?$ "projects" [R=301,L]
RewriteRule ^mc/?$ "projects" [R=301,L]
RewriteRule ^press(/.*)?$ "https://press.ellpeck.de$1" [R=301,L]

View file

@ -1,4 +1,4 @@
permalink: blog/:title.html
permalink: blog/:title/
plugins:
- jekyll-feed