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