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 +];