From 6e6207c381df642fbe1ff9cb0227d7d23472f8eb Mon Sep 17 00:00:00 2001 From: Atridad Lahiji Date: Sun, 26 Jan 2025 20:49:52 -0600 Subject: [PATCH] Added PDSMan --- pages/projects.go | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pages/projects.go b/pages/projects.go index 0bf828b..81af9f7 100644 --- a/pages/projects.go +++ b/pages/projects.go @@ -11,6 +11,12 @@ type ProjectProps struct { func Projects(c echo.Context) error { projects := []lib.CardLink{ + { + Name: "BlueSky PDS Manager", + Description: "A web-based BlueSky PDS Manager. Manage your invite codes and users with a simple web UI.", + Tags: []string{"astro", "atproto"}, + Href: "https://pdsman.atri.dad", + }, { Name: "Pollo", Description: "A dead-simple real-time voting tool.",