Files
firefrost-website/admin/config.yml
Claude (Chronicler #59) f426f1a910 feat: Add Tasks collection + Firefrost branding to Decap CMS
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
2026-04-04 03:33:20 +00:00

345 lines
12 KiB
YAML

backend:
name: gitea
repo: firefrost-gaming/firefrost-operations-manual
api_root: https://git.firefrostgaming.com/api/v1
base_url: https://git.firefrostgaming.com
app_id: ad439d72-e724-4f88-ad24-a1187c52b313
use_pkce: true
branch: master
auth_endpoint: login/oauth/authorize
token_endpoint: login/oauth/access_token
# Site settings
site_url: https://firefrostgaming.com
display_url: https://firefrostgaming.com
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)
# ═══════════════════════════════════════════════════════════
- name: "core_docs"
label: "📌 Core Documents"
files:
- label: "Session Handoff"
name: "handoff"
file: "SESSION-HANDOFF-NEXT.md"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- label: "Master Task List"
name: "tasks"
file: "docs/core/tasks.md"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- label: "Infrastructure Manifest"
name: "infrastructure"
file: "docs/core/infrastructure-manifest.md"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- label: "Document Index"
name: "doc-index"
file: "DOCUMENT-INDEX.md"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# PLANNING & STRATEGY
# ═══════════════════════════════════════════════════════════
- name: "planning"
label: "📋 Planning"
folder: "docs/planning"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "milestones"
label: "🏆 Milestones"
folder: "docs/milestones"
create: true
extension: "md"
slug: "{{year}}-{{month}}-{{day}}-{{slug}}"
identifier_field: "name"
summary: "{{filename}}"
sortable_fields: ["filename"]
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "vision"
label: "🔮 Vision"
folder: "docs/vision"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# TECHNICAL DOCUMENTATION
# ═══════════════════════════════════════════════════════════
- name: "implementation"
label: "🔧 Implementation Guides"
folder: "docs/implementation"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "infrastructure"
label: "🖥️ Infrastructure"
folder: "docs/infrastructure"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "deployment"
label: "🚀 Deployment"
folder: "docs/deployment"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "services"
label: "⚙️ Services"
folder: "docs/services"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "troubleshooting"
label: "🔍 Troubleshooting"
folder: "docs/troubleshooting"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# PROCEDURES & STANDARDS
# ═══════════════════════════════════════════════════════════
- name: "procedures"
label: "📝 Procedures"
folder: "docs/procedures"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "standards"
label: "📏 Standards"
folder: "docs/standards"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "guides"
label: "📖 Guides"
folder: "docs/guides"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "templates"
label: "📄 Templates"
folder: "docs/templates"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# RELATIONSHIP & CHRONICLERS
# ═══════════════════════════════════════════════════════════
- name: "relationship"
label: "💜 Relationship"
folder: "docs/relationship"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "sessions"
label: "📅 Sessions"
folder: "docs/sessions"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# MARKETING & SOCIAL
# ═══════════════════════════════════════════════════════════
- name: "marketing"
label: "📣 Marketing"
folder: "docs/marketing"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "social-media"
label: "📱 Social Media"
folder: "docs/social-media"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "branding"
label: "🎨 Branding"
folder: "docs/branding"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# LEGAL & EMERGENCY
# ═══════════════════════════════════════════════════════════
- name: "legal"
label: "⚖️ Legal"
folder: "docs/legal"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "emergency"
label: "🚨 Emergency Protocols"
folder: "docs/emergency-protocols"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# REFERENCE & RESEARCH
# ═══════════════════════════════════════════════════════════
- name: "reference"
label: "📚 Reference"
folder: "docs/reference"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "research"
label: "🔬 Research"
folder: "docs/research"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "consultations"
label: "💬 Consultations"
folder: "docs/consultations"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
# ═══════════════════════════════════════════════════════════
# TOOLS & TRAINING
# ═══════════════════════════════════════════════════════════
- name: "tools"
label: "🛠️ Tools"
folder: "docs/tools"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "training"
label: "🎓 Training"
folder: "docs/training"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}
- name: "learning"
label: "📝 Learning"
folder: "docs/learning"
create: true
extension: "md"
identifier_field: "name"
summary: "{{filename}}"
fields:
- {label: "Content", name: "body", widget: "markdown"}