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/" } + ]