From b5c7b26e9fb3b267b438d6e1e91e39799821e585 Mon Sep 17 00:00:00 2001 From: Sean Doherty Date: Sun, 17 May 2026 03:06:20 -0500 Subject: [PATCH] add Caddy project suggestion --- src/data/projects.js | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/data/projects.js b/src/data/projects.js index e560c69b..4e5ce42d 100644 --- a/src/data/projects.js +++ b/src/data/projects.js @@ -789,6 +789,14 @@ export const projectList = [ "Windows", ], }, + { + name: "Caddy", + imageSrc: "https://avatars.githubusercontent.com/u/12955528?v=4", + projectLink: "https://github.com/caddyserver/caddy/contribute", + description: + "Caddy is a fast, extensible web server with automatic HTTPS and modern HTTP support.", + tags: ["Go", "HTTP", "Web Server", "Networking"], + }, { name: "Conda", imageSrc: "https://avatars.githubusercontent.com/u/6392739?s=200&v=4", @@ -1458,4 +1466,4 @@ export const projectList = [ description: "Ansible is a radically simple IT automation platform that makes your applications and systems easier to deploy.", tags: ["Python", "Automation", "Configuration Management"], }, -]; \ No newline at end of file +];