From f426f1a91071f39818ce44a56f26431ff822063f Mon Sep 17 00:00:00 2001 From: "Claude (Chronicler #59)" Date: Sat, 4 Apr 2026 03:33:20 +0000 Subject: [PATCH] feat: Add Tasks collection + Firefrost branding to Decap CMS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TASK #90 COMPLETE Changes: - Added 🔥 TASKS collection at TOP of sidebar - BLOCKERS.md (launch critical) - BACKLOG.md (future work) - Fixed logo_url path (was broken) - Now: /assets/images/2026/02/Light-logo.png - Full Firefrost branding: - Dark login screen with gradient - Fire orange (#FF6B35) login button - Fire orange Tasks highlight in sidebar - Frost teal (#4ECDC4) primary buttons - Arcane purple (#A855F7) active states - Footer tagline: Fire + Frost + Foundation Brand colors: - Fire: #FF6B35 - Frost: #4ECDC4 - Arcane: #A855F7 - Dark: #0F0F1E Signed-off-by: claude@firefrostgaming.com --- admin/config.yml | 20 +++++++- admin/index.html | 123 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 142 insertions(+), 1 deletion(-) diff --git a/admin/config.yml b/admin/config.yml index 07e9da7..692809c 100644 --- a/admin/config.yml +++ b/admin/config.yml @@ -12,13 +12,31 @@ backend: # Site settings site_url: https://firefrostgaming.com display_url: https://firefrostgaming.com -logo_url: https://firefrostgaming.com/assets/images/logo.png +logo_url: /assets/images/2026/02/Light-logo.png # Optional: Where to save images if they upload any to docs media_folder: "docs/assets/images" public_folder: "/assets/images" collections: + # ═══════════════════════════════════════════════════════════ + # 🔥 TASKS - ALWAYS FIRST, ALWAYS VISIBLE + # ═══════════════════════════════════════════════════════════ + - name: "tasks" + label: "🔥 TASKS" + files: + - label: "🚨 BLOCKERS (Launch Critical)" + name: "blockers" + file: "BLOCKERS.md" + fields: + - {label: "Content", name: "body", widget: "markdown"} + + - label: "📋 BACKLOG (Future Work)" + name: "backlog" + file: "BACKLOG.md" + fields: + - {label: "Content", name: "body", widget: "markdown"} + # ═══════════════════════════════════════════════════════════ # CORE DOCUMENTS (Single Files) # ═══════════════════════════════════════════════════════════ diff --git a/admin/index.html b/admin/index.html index 2a86bcb..27f28b0 100644 --- a/admin/index.html +++ b/admin/index.html @@ -6,9 +6,132 @@ Firefrost CMS