1
0
mirror of https://github.com/funkypenguin/geek-cookbook/ synced 2025-12-13 09:46:23 +00:00

Refactor blog URL scheme (lets not break anything this time!)

Signed-off-by: David Young <davidy@funkypenguin.co.nz>
This commit is contained in:
David Young
2023-02-08 11:00:05 +13:00
parent a56bf5d13f
commit 6e9c3daca7
13 changed files with 23 additions and 20 deletions

View File

@@ -23,10 +23,13 @@ https://geeks-cookbook.funkypenguin.co.nz/* https://geek-cookbook.funkypenguin.c
/recent-changes/ /blog/category/changelog/ 301!
/reviews/ /blog/category/reviews/ 301!
# Use a better convention for RSS feed (could add more if necessary)
/rss/ /feed_rss_created.xml
# Old backlinks which we need to redirect to working URLs
# Use a better convention for RSS feed (could add more if necessary)
/rss/ /rss/
# Old URLs which we need to redirect to working URLs
/kubernetes/start/ /kubernetes/ 301!
/kubernetes/diycluster/ /kubernetes/cluster/ 301!
/recipes/autopirate/mylarr/ /recipes/autopirate/mylar/ 301!
/review/immich /blog/2022/11/10/review-immich-1.19.1/ 301!
/review/mastodon /blog/2022/11/10/review-mastodon-3.5.3/