2.0.0 - Overhaul
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m13s
All checks were successful
Docker Deploy / build-and-push (push) Successful in 4m13s
This commit is contained in:
@@ -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,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user