organized blog output a bit better
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Web/pipeline/head This commit looks good
This commit is contained in:
parent
5462ba2fa2
commit
0cbf7493df
2 changed files with 3 additions and 2 deletions
|
@ -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]
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
permalink: blog/:title.html
|
||||
permalink: blog/:title/
|
||||
|
||||
plugins:
|
||||
- jekyll-feed
|
||||
|
|
Loading…
Reference in a new issue