Skip to content

Commit 5136481

Browse files
fixed blog links, normalized projects
1 parent 67ba111 commit 5136481

15 files changed

Lines changed: 96 additions & 95 deletions

src/components/PostCard.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const { title, description, pubDate } = post.data;
1111
const readingTime = getReadingTimeLabel(post.body);
1212
---
1313

14-
<a href={`/blog/${post.slug}`} class="group flex flex-col h-full bg-blog-code-bg rounded-2xl overflow-hidden shadow-sm hover:shadow-md duration-300 border border-blog-border hover:border-blog-accent transition-all duration-300">
14+
<a href={`/blog/${post.id}`} class="group flex flex-col h-full bg-blog-code-bg rounded-2xl overflow-hidden shadow-sm hover:shadow-md duration-300 border border-blog-border hover:border-blog-accent transition-all duration-300">
1515
<div class="aspect-video w-full overflow-hidden bg-[#202020] relative post-hero content-center">
1616
<h3 class="text-2xl font-bold text-blog-accent mb-2 group-hover:text-blog-code transition-colors text-center">
1717
{title}

src/content/projects/BatchRename.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: 'BatchRename'
33
description: 'VB.Net Form application to rename a large amount of files.'
44
pubDate: '2012-06-12'
5-
tags: ['VB.Net', 'Archived']
5+
tags: ['VB.NET', 'Archived']
66
repo: 'https://github.com/Kyle-Undefined/BatchRename'
77
---
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Cordys Seafarer Bot (Closed Source)'
2+
title: 'Cordys Seafarer Bot'
33
description: 'Twitch bot for a streamer to play a minigame with their chat, with customizable options and point tracking.'
44
pubDate: '2022-07-03'
5-
tags: ['C#', 'Twitch']
5+
tags: ['C#', 'Twitch', 'Closed Source']
66
---
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Freyja Tabs (In Progress)'
2+
title: 'Freyja Tabs'
33
description: 'Browser Extension for managing, grouping and collecting tabs.'
44
pubDate: '2025-02-11'
5-
tags: ['TypeScript', 'Extension', 'Learning Project']
5+
tags: ['TypeScript', 'Browser Extension', 'Learning Project', 'In Progress']
66
---

src/content/projects/Galdur.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: 'Galdur'
33
description: 'Obsidian plugin for running AI CLI tools in a sidebar terminal panel.'
44
pubDate: '2026-03-01'
5-
tags: ['TypeScript', 'Obsidian', 'AI', 'Terminal', 'CLI']
5+
tags: ['TypeScript', 'Obsidian', 'AI', 'CLI']
66
repo: 'https://github.com/Kyle-Undefined/galdur'
77
---

src/content/projects/Gandr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Gandr'
3-
description: 'A WSL bridge for Claude Desktop on Windows via MCP'
3+
description: 'A WSL bridge for Claude Desktop on Windows that routes MCP tool calls into Claude Code running inside Linux.'
44
pubDate: '2026-03-16'
55
tags: ['TypeScript', 'Windows', 'WSL', 'Claude', 'MCP', 'AI']
66
repo: 'https://github.com/Kyle-Undefined/gandr'

src/content/projects/GrandExchangeParser.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: 'GrandExchangeParser'
33
description: 'Searches the Runescape (R) Grand Exchange for the specified text and parses the result.'
44
pubDate: '2012-06-07'
5-
tags: ['VB.Net', 'Archived']
5+
tags: ['VB.NET', 'Archived']
66
repo: 'https://github.com/Kyle-Undefined/GrandExchangeParser'
77
---

src/content/projects/IRCBot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: 'IRCBot'
33
description: 'VB.Net Console application utilizing the IRCToolkit library.'
44
pubDate: '2012-06-08'
5-
tags: ['VB.Net', 'Archived']
5+
tags: ['VB.NET', 'Archived']
66
repo: 'https://github.com/Kyle-Undefined/IRCBot'
77
---

src/content/projects/IRCToolKit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
title: 'IRCToolKit'
33
description: 'VB.Net Library used to handle everything that has to do with making an IRC Bot.'
44
pubDate: '2012-06-08'
5-
tags: ['VB.Net', 'Archived']
5+
tags: ['VB.NET', 'Archived']
66
repo: 'https://github.com/Kyle-Undefined/IRCToolKit'
77
---
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
title: 'Pokemart Bot (Closed Source)'
2+
title: 'Pokemart Bot'
33
description: 'Discord bot for users to have their own "store" to sell/trade their Pokemon cards.'
44
pubDate: '2022-07-03'
5-
tags: ['C#', 'Discord']
5+
tags: ['C#', 'Discord', 'Closed Source']
66
---

0 commit comments

Comments
 (0)