adding support for old links
This commit is contained in:
parent
a06878c84c
commit
5995155073
11 changed files with 53 additions and 10 deletions
|
@ -35,6 +35,59 @@ export default defineConfig({
|
||||||
trailingSlash: 'always',
|
trailingSlash: 'always',
|
||||||
redirects: {
|
redirects: {
|
||||||
'/feed': '/rss.xml',
|
'/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: [
|
integrations: [
|
||||||
tailwind(),
|
tailwind(),
|
||||||
|
|
|
@ -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.
|
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]
|
tags: [Opinion, Mobile, iOS, Android]
|
||||||
published: 2024-02-15
|
published: 2024-02-15
|
||||||
url: /2024/02/mff-2023-fedi-panel/
|
|
||||||
category: Thoughts
|
category: Thoughts
|
||||||
draft: false
|
draft: false
|
||||||
---
|
---
|
||||||
|
|
|
@ -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...
|
description: It has been quite a while since I have posted some updates to this old blog of mine...
|
||||||
type: post
|
type: post
|
||||||
published: 2012-04-04
|
published: 2012-04-04
|
||||||
url: /2012/04/been-a-while/
|
|
||||||
tags: [Personal]
|
tags: [Personal]
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
|
@ -3,7 +3,6 @@ title: Coming Changes
|
||||||
description: Old post about spending time in OSGrid
|
description: Old post about spending time in OSGrid
|
||||||
tags: [OpenSim]
|
tags: [OpenSim]
|
||||||
published: 2012-05-05
|
published: 2012-05-05
|
||||||
url: /2012/05/coming-changes/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -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...
|
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]
|
tags: [OpenSim]
|
||||||
published: 2012-07-02
|
published: 2012-07-02
|
||||||
url: /2012/07/finding-my-place/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -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...
|
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]
|
tags: [Vent, Opinion]
|
||||||
published: 2012-07-14
|
published: 2012-07-14
|
||||||
url: /2012/07/lil-about-me-some-rage/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -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...
|
description: I am tired of all the fighting over virtual worlds, I mean mainly the OpenSim grids...
|
||||||
draft: false
|
draft: false
|
||||||
published: 2012-04-05
|
published: 2012-04-05
|
||||||
url: /2012/04/my-take-on-opensim-grids/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
tags: [OpenSim, Opinion]
|
tags: [OpenSim, Opinion]
|
||||||
|
|
|
@ -4,7 +4,6 @@ description: I have been thinking for a long time, and you know I think I have m
|
||||||
author: Timothy Rogers
|
author: Timothy Rogers
|
||||||
tags: [Personal, OpenSim]
|
tags: [Personal, OpenSim]
|
||||||
published: 2012-04-05
|
published: 2012-04-05
|
||||||
url: /2012/04/my-vision-of-the-hypergrid/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -4,7 +4,6 @@ description: This is the very first post ever on this blog
|
||||||
type: post
|
type: post
|
||||||
published: 2010-06-01
|
published: 2010-06-01
|
||||||
draft: false
|
draft: false
|
||||||
#url: /2010/06/new-blog/
|
|
||||||
tags: [OpenSim]
|
tags: [OpenSim]
|
||||||
category: Archive
|
category: Archive
|
||||||
|
|
|
@ -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...
|
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]
|
tags: [OpenSim, AuroraSim]
|
||||||
published: 2012-06-11
|
published: 2012-06-11
|
||||||
url: /2012/06/timothys-thoughts/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
||||||
|
|
|
@ -4,7 +4,6 @@ description: It is starting to sadden me, I have slowly become aware of things,
|
||||||
author: Timothy Rogers
|
author: Timothy Rogers
|
||||||
tags: [OpenSim, Opinion]
|
tags: [OpenSim, Opinion]
|
||||||
published: 2012-04-11
|
published: 2012-04-11
|
||||||
url: /2012/04/we-have-hypergrid-use-it/
|
|
||||||
category: Archive
|
category: Archive
|
||||||
draft: false
|
draft: false
|
||||||
|
|
Reference in a new issue