From 7e49af8494f2406fb59358ceaf453ffbf9688b14 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 21 Mar 2026 21:51:16 +0000 Subject: [PATCH] fix: Use nicknames in Ghost Page Builder templates (not real names) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PRIVACY FIX: - Trinity Layout template: Real names → Nicknames - Meg → GingerFury - Holly → unicorn20089 - Michael → Frostystyle - Trinity Card Grid template: Same fix POLICY: Public-facing content uses nicknames only. Real names only in internal documentation. Caught by Michael during testing checkpoint. Signed-off-by: Chronicler #39 --- tools/ghost-page-builder/ghost-page-builder.jsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tools/ghost-page-builder/ghost-page-builder.jsx b/tools/ghost-page-builder/ghost-page-builder.jsx index fbc2e58..375ed94 100644 --- a/tools/ghost-page-builder/ghost-page-builder.jsx +++ b/tools/ghost-page-builder/ghost-page-builder.jsx @@ -136,7 +136,7 @@ const SAMPLE_TEMPLATES = {

🔥 Fire Path

-

Meg - The Emissary

+

GingerFury - The Emissary

Community-focused content goes here. Passionate, warm, welcoming.

  • Community events
  • @@ -147,7 +147,7 @@ const SAMPLE_TEMPLATES = {

    ⚡ Arcane Path

    -

    Holly - The Catalyst

    +

    unicorn20089 - The Catalyst

    Creative, building-focused content. Innovation, transformation, foundation.

    • Build showcases
    • @@ -158,7 +158,7 @@ const SAMPLE_TEMPLATES = {

      ❄️ Frost Path

      -

      Michael - The Wizard

      +

      Frostystyle - The Wizard

      Technical, precise content goes here. Cool, calculated, systematic.

      • Server specifications
      • @@ -176,17 +176,17 @@ const SAMPLE_TEMPLATES = {

        🔥 Fire - The Emissary

        -

        Passion, community, warmth. Meg brings the heart and the people.

        +

        Passion, community, warmth. GingerFury brings the heart and the people.

        ⚡ Arcane - The Catalyst

        -

        Creative transformation, building, innovation. Holly brings the foundation.

        +

        Creative transformation, building, innovation. unicorn20089 brings the foundation.

        ❄️ Frost - The Wizard

        -

        Precision, technical excellence, strategy. Michael brings the architecture.

        +

        Precision, technical excellence, strategy. Frostystyle brings the architecture.

        ` }