From ac26f24bd567d5174e53534df20aeacd9f61ed2e Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Fri, 20 Dec 2024 20:48:18 -0700 Subject: [PATCH] Update data.toml add Random CAD file link to projects --- content/projects/data.toml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/content/projects/data.toml b/content/projects/data.toml index 0282317..0e00a46 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -21,3 +21,11 @@ links = [ { 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/" } + ]