Files
firefrost-operations-manual/docs/tasks/discord-invite-setup
Claude dafb103119 feat: Add YAML frontmatter to all 57 task READMEs
Phase 1 of task management consolidation (per Gemini consultation).

Added standardized frontmatter with:
- status: open | blocked | complete
- priority: P1 | P2 | P3 | P4
- owner: Michael | Meg | Holly
- created: YYYY-MM-DD

Final counts:
- 39 open tasks
- 17 complete tasks
- 1 blocked task

Metadata extracted from existing inline markdown and audit results.
Ready for Phase 2: 11ty mobile index generation.

Chronicler #69
2026-04-08 14:21:41 +00:00
..

status, priority, owner, created
status priority owner created
complete P3 Michael 2026-03-21

Task #55: Discord Permanent Invite Link Setup

Status: COMPLETE
Completed: March 21, 2026
Completed By: Michael + The Chronicler #36


Deliverables Complete

Permanent Discord invite created: https://discord.gg/hDHvKfqhKs
Custom redirect configured: firefrostgaming.com/discord → Discord server
Redirect documented: See below


Configuration Details

Discord Invite Settings

Ghost Redirect Configuration

File: Ghost Admin → Settings → Labs → Redirects (redirects.json)

[
  {
    "from": "/discord",
    "to": "https://discord.gg/hDHvKfqhKs",
    "permanent": false
  }
]

How it works:

  • User visits firefrostgaming.com/discord
  • Ghost redirects to https://discord.gg/hDHvKfqhKs
  • Clean, professional link for all marketing materials

Usage

Use firefrostgaming.com/discord everywhere:

  • Website homepage (Join Discord button)
  • Social media bios
  • YouTube descriptions
  • Promotional materials
  • Email signatures

Benefits:

  • Shorter and more professional than discord.gg/hDHvKfqhKs
  • If we ever change Discord servers, just update the redirect
  • Branded URL under our domain

Next Steps

TODO:

  • Update Ghost homepage CTA button from /subscribe to /discord
  • Add to social media profiles (Task #56)
  • Include in promotional materials

Created: March 21, 2026
By: The Chronicler #36
Time Spent: 15 minutes