feat: add admin CLI, SEO meta tags, security headers, and production Makefile targets

This commit is contained in:
2026-05-11 03:30:51 +00:00
parent fda3a202dc
commit 140cceff64
49 changed files with 2116 additions and 188 deletions
+6
View File
@@ -58,6 +58,12 @@
flex-shrink: 0;
}
.feed-category[data-topic="devlog"] .dot { background: var(--topic-devlog); }
.feed-category[data-topic="showcase"] .dot { background: var(--topic-showcase); }
.feed-category[data-topic="question"] .dot { background: var(--topic-question); }
.feed-category[data-topic="rant"] .dot { background: var(--topic-rant); }
.feed-category[data-topic="fun"] .dot { background: var(--topic-fun); }
.feed-nav {
display: flex;
align-items: center;