diff --git a/src/content/projects/packard/index.mdx b/src/content/projects/packard/index.mdx new file mode 100644 index 0000000..9c6153b --- /dev/null +++ b/src/content/projects/packard/index.mdx @@ -0,0 +1,19 @@ +--- +title: "Packard" +description: "A simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about." +date: 2025-01-12 +updated: 2025-01-12 +image: + { + url: "packard.avif", + alt: "Packard GitHub repository page", + } +tags: ["rust", "rss aggregator"] +categories: ["personal"] +--- + +Packard is a simple RSS aggregator meant to allow you to take a quick glance at what's occurring in topics you care about. It is my first attempt at making something with Rust that I would personally find useful. + +### External links + +https://github.com/troylusty/packard diff --git a/src/content/projects/packard/packard.avif b/src/content/projects/packard/packard.avif new file mode 100644 index 0000000..ff2bf47 Binary files /dev/null and b/src/content/projects/packard/packard.avif differ