feat: add arrakis API to the project list

This commit is contained in:
cgoesche 2025-04-05 19:14:58 -04:00
parent 78304bb095
commit 7ce673a150
No known key found for this signature in database
GPG Key ID: AE87F5FAC8EEDA3C

View File

@ -38,6 +38,11 @@ type CollapsibleObject = {
};
const CollapsibleObjects = ref<Array<CollapsibleObject>>([
{ 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.',