From 7ce673a15017cee9d2c08ed4f4f7fcd64ddb3b25 Mon Sep 17 00:00:00 2001 From: cgoesche Date: Sat, 5 Apr 2025 19:14:58 -0400 Subject: [PATCH] feat: add arrakis API to the project list --- app/components/ProjectList.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/app/components/ProjectList.vue b/app/components/ProjectList.vue index d666b54..6e625be 100644 --- a/app/components/ProjectList.vue +++ b/app/components/ProjectList.vue @@ -38,6 +38,11 @@ type CollapsibleObject = { }; const CollapsibleObjects = ref>([ + { label: 'Arrakis', collapsed: true, + project: { url: 'https://github.com/cgoesche/arrakis', + description: 'A lightweight Puppet g10k webhook API server', + techStack: [{item: 'Golang'}]}, + }, { label: 'Genesis', collapsed: true, project: { url: 'https://gitea.christiangoeschel.com/christiangoeschel/genesis', description: 'A simple command line tool to control the built-in keyboard backlight via the org.freedesktop.UPower D-Bus service.',