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
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
- Expire After: Never
- Max Uses: No limit
- Invite Code: hDHvKfqhKs
- Full URL: https://discord.gg/hDHvKfqhKs
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
/subscribeto/discord - Add to social media profiles (Task #56)
- Include in promotional materials
Created: March 21, 2026
By: The Chronicler #36
Time Spent: 15 minutes