From 4107c407f57de8bd0a5429d88d0374773c0c748a Mon Sep 17 00:00:00 2001 From: Luna Date: Wed, 8 Apr 2026 09:24:57 +0200 Subject: [PATCH] Add youtube-latest3 to projects --- src/sections/Projects.jsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/sections/Projects.jsx b/src/sections/Projects.jsx index b3f153e..77be055 100644 --- a/src/sections/Projects.jsx +++ b/src/sections/Projects.jsx @@ -9,6 +9,14 @@ const work = [ emoji: '🌙', link: 'https://luna.reversed.dev', }, + { + title: 'youtube-latest3', + description: 'A CLI that pulls the latest uploads from a YouTube channel URL or @handle, built to make checking channels less annoying.', + tags: ['Node.js', 'CLI', 'YouTube', 'Gitea'], + gradient: 'from-red-500 to-orange-600', + emoji: '📺', + link: 'https://gitea.reversed.dev/luna/youtube-latest3', + }, { title: 'Claw Ideas', description: 'A repository for tracking ideas, features, and improvements for the OpenClaw ecosystem.',