Update data.toml

add Random CAD file link to projects
This commit is contained in:
Aaron Honeycutt 2024-12-20 20:48:18 -07:00 committed by GitHub
parent 79316a124c
commit ac26f24bd5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -21,3 +21,11 @@
links = [ links = [
{ name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" } { name = "Gitlab", url = "https://gitlab.com/ahoneybun/nix-configs" }
] ]
[[project]]
name = "Random CAD files"
desc = "things that I have made in FreeCAD"
tags = [ "cad" ]
links = [
{ name = "Github", url = "https://github.com/ahoneybun/Random-CAD/" }
]