From 22f04687f38d42d120dc55ed407614f1f507a228 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Mon, 29 Sep 2025 06:58:55 -0600 Subject: [PATCH] add honeyfetch website link --- content/projects/data.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/content/projects/data.toml b/content/projects/data.toml index 8fa62f8..4875c7a 100644 --- a/content/projects/data.toml +++ b/content/projects/data.toml @@ -3,6 +3,7 @@ desc = "Like freshfetch and others but more classic" tags = [ "rust", "fetcher" ] links = [ + { name = "Website", url = "https://honeyfetch.app" }, { name = "GitLab", url = "https://gitlab.com/ahoneybun/honeyfetch" } ]