From 59951550737f0caed47db214bdef56575a2138bd Mon Sep 17 00:00:00 2001 From: Timothy Rogers Date: Sun, 7 Jul 2024 12:54:06 -0400 Subject: [PATCH] adding support for old links --- astro.config.mjs | 53 +++++++++++++++++++ .../2024-02-15-leaving-apples-ecosystem.md | 1 - ...-04-04-been-a-while.md => been-a-while.md} | 1 - ...05-coming-changes.md => coming-changes.md} | 1 - ...inding-my-place.md => finding-my-place.md} | 1 - ...some-rage.md => lil-about-me-some-rage.md} | 1 - ...m-grids.md => my-take-on-opensim-grids.md} | 1 - ...rgrid.md => my-vision-of-the-hypergrid.md} | 1 - .../{2010-06-01-new-blog.md => new-blog.md} | 1 - ...othys-thoughts.md => timothys-thoughts.md} | 1 - ...-use-it.md => we-have-hypergrid-use-it.md} | 1 - 11 files changed, 53 insertions(+), 10 deletions(-) rename src/content/posts/{2012-04-04-been-a-while.md => been-a-while.md} (97%) rename src/content/posts/{2012-05-05-coming-changes.md => coming-changes.md} (98%) rename src/content/posts/{2012-07-02-finding-my-place.md => finding-my-place.md} (98%) rename src/content/posts/{2012-07-14-lil-about-me-some-rage.md => lil-about-me-some-rage.md} (98%) rename src/content/posts/{2012-04-05-my-take-on-opensim-grids.md => my-take-on-opensim-grids.md} (98%) rename src/content/posts/{2012-04-05-my-vision-of-the-hypergrid.md => my-vision-of-the-hypergrid.md} (97%) rename src/content/posts/{2010-06-01-new-blog.md => new-blog.md} (97%) rename src/content/posts/{2012-06-11-timothys-thoughts.md => timothys-thoughts.md} (99%) rename src/content/posts/{2012-04-11-we-have-hypergrid-use-it.md => we-have-hypergrid-use-it.md} (98%) diff --git a/astro.config.mjs b/astro.config.mjs index ba1c5bb..48952a3 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -35,6 +35,59 @@ export default defineConfig({ trailingSlash: 'always', redirects: { '/feed': '/rss.xml', + '/2010/06/new-blog': '/posts/new-blog', + '/2012/04/been-a-while': '/posts/been-a-while', + '/2012/04/my-take-on-opensim-grids': '/posts/my-take-on-opensim-grids', + '/2012/04/my-vision-of-the-hypergrid': '/posts/my-vision-of-the-hypergrid', + '/2012/04/we-have-hypergrid-use-it': '/posts/we-have-hypergrid-use-it', + '/2012/05/coming-changes': '/posts/coming-changes', + '/2012/06/timothys-thoughts': '/posts/timothys-thoughts', + '/2012/07/finding-my-place': '/posts/finding-my-place', + '/2012/07/lil-about-me-some-rage': '/posts/lil-about-me-some-rage', + '/2012/08/battle-of-business-vs-opensource': + '/posts/2012-08-09-battle-of-business-vs-opensource', + '/2012/12/new-years-resolutions': '/posts/2012-12-31-new-years-resolutions', + '/2013/02/explaining-opensim-memory-usage': + '/posts/2013-02-11-explaining-opensim-memory-usage', + '/2013/02/thank-you': '/posts/2013-02-13-thank-you', + '/2013/02/needing-rest': '/posts/2013-02-20-needing-rest', + '/2013/02/top-10-reasons-not-to-give-up-on-aurora-sim': + '/posts/2013-02-21-top-10-reasons-not-to-give-up-on-aurora-sim', + '/2013/02/who-is-timothy-vyperhoxleyrogers': + '/posts/2013-02-23-who-is-timothy-vyperhoxleyrogers', + '/2013/03/why-i-closed-aurorascape': + '/posts/2013-03-05-why-i-closed-aurorascape', + '/2013/03/closed-vs-open-really': '/posts/2013-03-11-closed-vs-open-really', + '/2013/04/moving-up-around': '/posts/2013-04-08-moving-up-around', + '/2013/04/my-clocks-are-ticking': '/posts/2013-04-26-my-clocks-are-ticking', + '/2013/06/upset-with-stiffled-innovation': + '/posts/2013-06-19-upset-with-stiffled-innovation', + '/2013/08/depression': '/posts/2013-08-12-depression', + '/2013/09/my-response-to-kitely-marketplace': + '/posts/2013-09-02-my-response-to-kitely-marketplace', + '/2013/11/why-i-dont-use-the-cloud': + '/posts/2013-11-03-why-i-dont-use-the-cloud', + '/2016/01/moved-to-wordpress': '/posts/2016-01-04-moved-to-wordpress', + '/2018/01/where-has-tim-been': '/posts/2018-01-06-where-has-tim-been', + '/2018/01/taking-control-of-my-cloud-storage': + '/posts/2018-01-14-taking-control-of-my-cloud-storage', + '/2018/04/finding-my-linux-distro': + '/posts/2018-04-26-finding-my-linux-distro', + '/2019/01/2019-goals': '/posts/2019-01-26-2019-goals', + '/2019/01/speeding-up-zadaroo-files': + '/posts/2019-01-28-speeding-up-zadaroo-files', + '/2021/10/cloudflare-workers-and-pages': + '/posts/2021-10-29-cloudflare-workers-and-pages', + '/2022/02/struggling-with-anxiety': + '/posts/2022-02-02-struggling-with-anxiety', + '/2022/02/nft-polarization': '/posts/2022-02-17-nft-polarization', + '/2022/04/neosvr-event-hosting': '/posts/2022-04-17-neosvr-event-hosting', + '/2022/05/continuing-to-find-myself': + '/posts/2022-05-08-continuing-to-find-myself', + '/2023/05/decentralized-protocols': + '/posts/2023-05-03-decentralized-protocols', + '/2023/09/perspectives': '/posts/2023-09-16-upset-over-crypto', + '/2023/12/mff-2023-fedi-panel': '/posts/2023-12-06-mff-2023-panel', }, integrations: [ tailwind(), diff --git a/src/content/posts/2024-02-15-leaving-apples-ecosystem.md b/src/content/posts/2024-02-15-leaving-apples-ecosystem.md index ce03af7..0961c61 100644 --- a/src/content/posts/2024-02-15-leaving-apples-ecosystem.md +++ b/src/content/posts/2024-02-15-leaving-apples-ecosystem.md @@ -3,7 +3,6 @@ title: Leaving Apple’s Ecosystem (Mobile) description: So, I have been a Linux user for years before moving to Apple’s Ecosystem slowly. I started with the iPhone but used to bounce back and forth with no absolute loyalty between Android and iPhone. tags: [Opinion, Mobile, iOS, Android] published: 2024-02-15 -url: /2024/02/mff-2023-fedi-panel/ category: Thoughts draft: false --- diff --git a/src/content/posts/2012-04-04-been-a-while.md b/src/content/posts/been-a-while.md similarity index 97% rename from src/content/posts/2012-04-04-been-a-while.md rename to src/content/posts/been-a-while.md index 9a370a5..a9cbef4 100644 --- a/src/content/posts/2012-04-04-been-a-while.md +++ b/src/content/posts/been-a-while.md @@ -3,7 +3,6 @@ title: Been A While description: It has been quite a while since I have posted some updates to this old blog of mine... type: post published: 2012-04-04 -url: /2012/04/been-a-while/ tags: [Personal] category: Archive draft: false diff --git a/src/content/posts/2012-05-05-coming-changes.md b/src/content/posts/coming-changes.md similarity index 98% rename from src/content/posts/2012-05-05-coming-changes.md rename to src/content/posts/coming-changes.md index 3324dff..80ca7f7 100644 --- a/src/content/posts/2012-05-05-coming-changes.md +++ b/src/content/posts/coming-changes.md @@ -3,7 +3,6 @@ title: Coming Changes description: Old post about spending time in OSGrid tags: [OpenSim] published: 2012-05-05 -url: /2012/05/coming-changes/ category: Archive draft: false diff --git a/src/content/posts/2012-07-02-finding-my-place.md b/src/content/posts/finding-my-place.md similarity index 98% rename from src/content/posts/2012-07-02-finding-my-place.md rename to src/content/posts/finding-my-place.md index 4573c71..80c8eb9 100644 --- a/src/content/posts/2012-07-02-finding-my-place.md +++ b/src/content/posts/finding-my-place.md @@ -3,7 +3,6 @@ title: Finding My Place description: SoftPaw Estates is starting to really kick off and do quite well for itself. Clients are already telling me that they love the service... tags: [OpenSim] published: 2012-07-02 -url: /2012/07/finding-my-place/ category: Archive draft: false diff --git a/src/content/posts/2012-07-14-lil-about-me-some-rage.md b/src/content/posts/lil-about-me-some-rage.md similarity index 98% rename from src/content/posts/2012-07-14-lil-about-me-some-rage.md rename to src/content/posts/lil-about-me-some-rage.md index 0ba0c35..b0065dd 100644 --- a/src/content/posts/2012-07-14-lil-about-me-some-rage.md +++ b/src/content/posts/lil-about-me-some-rage.md @@ -3,7 +3,6 @@ title: Lil About Me & Some Rage author: First off you might be asking why the hell am I putting a Nicki Minaj music video on my blog? Well although I am hypocritical... tags: [Vent, Opinion] published: 2012-07-14 -url: /2012/07/lil-about-me-some-rage/ category: Archive draft: false diff --git a/src/content/posts/2012-04-05-my-take-on-opensim-grids.md b/src/content/posts/my-take-on-opensim-grids.md similarity index 98% rename from src/content/posts/2012-04-05-my-take-on-opensim-grids.md rename to src/content/posts/my-take-on-opensim-grids.md index b22dfad..552c133 100644 --- a/src/content/posts/2012-04-05-my-take-on-opensim-grids.md +++ b/src/content/posts/my-take-on-opensim-grids.md @@ -3,7 +3,6 @@ title: My Take on OpenSim Grids description: I am tired of all the fighting over virtual worlds, I mean mainly the OpenSim grids... draft: false published: 2012-04-05 -url: /2012/04/my-take-on-opensim-grids/ category: Archive tags: [OpenSim, Opinion] diff --git a/src/content/posts/2012-04-05-my-vision-of-the-hypergrid.md b/src/content/posts/my-vision-of-the-hypergrid.md similarity index 97% rename from src/content/posts/2012-04-05-my-vision-of-the-hypergrid.md rename to src/content/posts/my-vision-of-the-hypergrid.md index 84e784b..49a9682 100644 --- a/src/content/posts/2012-04-05-my-vision-of-the-hypergrid.md +++ b/src/content/posts/my-vision-of-the-hypergrid.md @@ -4,7 +4,6 @@ description: I have been thinking for a long time, and you know I think I have m author: Timothy Rogers tags: [Personal, OpenSim] published: 2012-04-05 -url: /2012/04/my-vision-of-the-hypergrid/ category: Archive draft: false diff --git a/src/content/posts/2010-06-01-new-blog.md b/src/content/posts/new-blog.md similarity index 97% rename from src/content/posts/2010-06-01-new-blog.md rename to src/content/posts/new-blog.md index 9a42b28..b5587d6 100644 --- a/src/content/posts/2010-06-01-new-blog.md +++ b/src/content/posts/new-blog.md @@ -4,7 +4,6 @@ description: This is the very first post ever on this blog type: post published: 2010-06-01 draft: false -#url: /2010/06/new-blog/ tags: [OpenSim] category: Archive diff --git a/src/content/posts/2012-06-11-timothys-thoughts.md b/src/content/posts/timothys-thoughts.md similarity index 99% rename from src/content/posts/2012-06-11-timothys-thoughts.md rename to src/content/posts/timothys-thoughts.md index a084e80..93004f5 100644 --- a/src/content/posts/2012-06-11-timothys-thoughts.md +++ b/src/content/posts/timothys-thoughts.md @@ -3,7 +3,6 @@ title: Timothy’s Thoughts description: I have to admit lately, I have been quite depressed about a lot of things in RL. I have not let effect my work... tags: [OpenSim, AuroraSim] published: 2012-06-11 -url: /2012/06/timothys-thoughts/ category: Archive draft: false diff --git a/src/content/posts/2012-04-11-we-have-hypergrid-use-it.md b/src/content/posts/we-have-hypergrid-use-it.md similarity index 98% rename from src/content/posts/2012-04-11-we-have-hypergrid-use-it.md rename to src/content/posts/we-have-hypergrid-use-it.md index 13d74be..25d91b5 100644 --- a/src/content/posts/2012-04-11-we-have-hypergrid-use-it.md +++ b/src/content/posts/we-have-hypergrid-use-it.md @@ -4,7 +4,6 @@ description: It is starting to sadden me, I have slowly become aware of things, author: Timothy Rogers tags: [OpenSim, Opinion] published: 2012-04-11 -url: /2012/04/we-have-hypergrid-use-it/ category: Archive draft: false