2.0.0 - Overhaul
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m13s

This commit is contained in:
2025-08-18 11:44:55 -06:00
parent bd71602d95
commit ec58d44b9d
20 changed files with 273 additions and 1345 deletions

View File

@@ -57,7 +57,7 @@ export const homepageSections: HomepageSections = {
description: "Find me across the web",
},
techStack: {
title: "Stuff I Use:",
title: "Technologies I Use:",
description: "Technologies and tools I work with",
},
};
@@ -131,6 +131,12 @@ export const talks: Talk[] = [
];
export const projects: Project[] = [
{
id: "openclimb",
name: "OpenClimb",
description: "Jeckpack Compose based Rock Climbing Tracker",
link: "https://git.atri.dad/atridad/OpenClimb"
},
{
id: "mealient",
name: "Mealient (Fork of project by Kirill Kamakin)",
@@ -340,12 +346,4 @@ export const navigationItems: NavigationItem[] = [
enabled: true,
isActive: (path: string) => path.startsWith("/talks"),
},
{
id: "terminal",
name: "Terminal",
path: "/terminal",
tooltip: "Terminal",
icon: TerminalIcon,
enabled: true,
},
];