← Back to post

Revision history

  1. Simon7b403ef

    feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]

    diff --git a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    index 0818ce8..8cb1418 100644
    --- a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    +++ b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    @@ -1,19 +1,18 @@
     ---
     title: "How to Promote Events and Sell Tickets as an SLIST Affiliate in 2025"
    -slug: how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025
     pubDate: 2025-06-01T16:00:00.000Z
     updatedDate: 2026-04-05T17:43:56.000Z
     draft: false
     excerpt: "You’re not just selling tickets — you’re shaping the future of the rave scene.SLIST promoters aren’t background players. You’re community builders, culture shapers, and gatekeepers of the best nights in … Read more"
     categories:
    -  - { name: Guides, slug: guides }
    +  - Guides
     tags:
    -  - { name: community, slug: community }
    -  - { name: format-guide, slug: format-guide }
    -  - { name: growth, slug: growth }
    -  - { name: instagram, slug: instagram }
    -  - { name: marketing, slug: marketing }
    -  - { name: tone-instructional, slug: tone-instructional }
    +  - community
    +  - format-guide
    +  - growth
    +  - instagram
    +  - marketing
    +  - tone-instructional
     featured:
       src: https://cdn.slist.net/posts/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/cover.png

    Diff truncated (32 lines total). View full commit on GitHub →

  2. Simon8bc867c

    content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/

    diff --git a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    index 81f531e..0818ce8 100644
    --- a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    +++ b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    @@ -15,7 +15,7 @@ tags:
       - { name: marketing, slug: marketing }
       - { name: tone-instructional, slug: tone-instructional }
     featured:
    -  src: https://slist.net/wp-content/uploads/ai_69d27a64764bb3.23011610.png
    +  src: https://cdn.slist.net/posts/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/cover.png
       alt: "Abstract dark digital art representing event promotion and community building"
     legacy_wp_id: 4922
     ---
    
  3. Simon3c1387f

    fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)

    diff --git a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    index a7ffb72..81f531e 100644
    --- a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    +++ b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    @@ -15,7 +15,7 @@ tags:
       - { name: marketing, slug: marketing }
       - { name: tone-instructional, slug: tone-instructional }
     featured:
    -  src: https://cdn.slist.net/ai_69d27a64764bb3.23011610.png
    +  src: https://slist.net/wp-content/uploads/ai_69d27a64764bb3.23011610.png
       alt: "Abstract dark digital art representing event promotion and community building"
     legacy_wp_id: 4922
     ---
    
  4. Simon5add954

    feat(web): visually mirror slist.net blog (index + single post)

    diff --git a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    index 89173bd..a7ffb72 100644
    --- a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    +++ b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    @@ -4,6 +4,19 @@ slug: how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025
     pubDate: 2025-06-01T16:00:00.000Z
     updatedDate: 2026-04-05T17:43:56.000Z
     draft: false
    +excerpt: "You’re not just selling tickets — you’re shaping the future of the rave scene.SLIST promoters aren’t background players. You’re community builders, culture shapers, and gatekeepers of the best nights in … Read more"
    +categories:
    +  - { name: Guides, slug: guides }
    +tags:
    +  - { name: community, slug: community }
    +  - { name: format-guide, slug: format-guide }
    +  - { name: growth, slug: growth }
    +  - { name: instagram, slug: instagram }
    +  - { name: marketing, slug: marketing }
    +  - { name: tone-instructional, slug: tone-instructional }
    +featured:
    +  src: https://cdn.slist.net/ai_69d27a64764bb3.23011610.png
    +  alt: "Abstract dark digital art representing event promotion and community building"
     legacy_wp_id: 4922
     ---
     > You’re not just selling tickets — you’re shaping the future of the rave scene.  
    
  5. Simon30e0ee3

    feat(web): full posts+pages sync, browseable UI, curated pages allowlist

    diff --git a/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    new file mode 100644
    index 0000000..89173bd
    --- /dev/null
    +++ b/content/posts/2025/how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025/index.md
    @@ -0,0 +1,45 @@
    +---
    +title: "How to Promote Events and Sell Tickets as an SLIST Affiliate in 2025"
    +slug: how-to-promote-events-and-sell-tickets-as-an-slist-affiliate-in-2025
    +pubDate: 2025-06-01T16:00:00.000Z
    +updatedDate: 2026-04-05T17:43:56.000Z
    +draft: false
    +legacy_wp_id: 4922
    +---
    +> You’re not just selling tickets — you’re shaping the future of the rave scene.  
    +> SLIST promoters aren’t background players. You’re community builders, culture shapers, and gatekeepers of the best nights in the city. This guide shows you exactly how to turn your personal network into a loyal crew that follows your lead — and buys your tickets — again and again.
    +
    +* * *
    +
    +# 1\. Experiment Relentlessly
    +
    +The key to becoming a successful promoter is simple: try new strategies, see what works, then double down with small tweaks.
    +
    +This guide outlines methods that have worked for me — but your job is to test, adapt, and make them your own.
    +
    +As an organizer, I want our promoters to build their own mini-communities. Ideally, you’ll one day throw your own parties — maybe even collaborate with SLIST. Why? Because no single person can reach every corner of the scene. A healthy community needs constant injections of fresh energy, new faces, and different perspectives. Without that, things go stale. Stale communities turn into closed-off cliques — and that’s the first step toward slow decline.
    +
    +* * *
    +
    +# 2\. Wear the Title Proudly

    Diff truncated (52 lines total). View full commit on GitHub →

Sign in to SLIST

Pick how you want to enter.