feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2026/event-economics-101/index.md b/content/posts/2026/event-economics-101/index.md index 9b50c0f..1a44152 100644 --- a/content/posts/2026/event-economics-101/index.md +++ b/content/posts/2026/event-economics-101/index.md @@ -1,16 +1,15 @@ --- title: "Event economics 101" -slug: event-economics-101 pubDate: 2026-04-05T20:04:45.000Z updatedDate: 2026-04-05T20:04:45.000Z draft: false excerpt: "Most event promoters have no idea where their money goes. They throw a party, hope it works out, and either celebrate or scramble. After 40+ events in NYC and Mexico … Read more" categories: - - { name: Guides, slug: guides } + - Guides tags: - - { name: financial, slug: financial } - - { name: format-guide, slug: format-guide } - - { name: tone-instructional, slug: tone-instructional } + - financial + - format-guide + - tone-instructional featured: src: https://cdn.slist.net/posts/event-economics-101/cover.png alt: "Abstract dark composition representing event economics"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2026/event-economics-101/index.md b/content/posts/2026/event-economics-101/index.md index 030d571..9b50c0f 100644 --- a/content/posts/2026/event-economics-101/index.md +++ b/content/posts/2026/event-economics-101/index.md @@ -12,7 +12,7 @@ tags: - { name: format-guide, slug: format-guide } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://slist.net/wp-content/uploads/ai_69d2a455c1b064.85350915.png + src: https://cdn.slist.net/posts/event-economics-101/cover.png alt: "Abstract dark composition representing event economics" legacy_wp_id: 15953 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2026/event-economics-101/index.md b/content/posts/2026/event-economics-101/index.md index cb8c00f..030d571 100644 --- a/content/posts/2026/event-economics-101/index.md +++ b/content/posts/2026/event-economics-101/index.md @@ -12,7 +12,7 @@ tags: - { name: format-guide, slug: format-guide } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://cdn.slist.net/ai_69d2a455c1b064.85350915.png + src: https://slist.net/wp-content/uploads/ai_69d2a455c1b064.85350915.png alt: "Abstract dark composition representing event economics" legacy_wp_id: 15953 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2026/event-economics-101/index.md b/content/posts/2026/event-economics-101/index.md index 0e5ff58..cb8c00f 100644 --- a/content/posts/2026/event-economics-101/index.md +++ b/content/posts/2026/event-economics-101/index.md @@ -4,6 +4,16 @@ slug: event-economics-101 pubDate: 2026-04-05T20:04:45.000Z updatedDate: 2026-04-05T20:04:45.000Z draft: false +excerpt: "Most event promoters have no idea where their money goes. They throw a party, hope it works out, and either celebrate or scramble. After 40+ events in NYC and Mexico … Read more" +categories: + - { name: Guides, slug: guides } +tags: + - { name: financial, slug: financial } + - { name: format-guide, slug: format-guide } + - { name: tone-instructional, slug: tone-instructional } +featured: + src: https://cdn.slist.net/ai_69d2a455c1b064.85350915.png + alt: "Abstract dark composition representing event economics" legacy_wp_id: 15953 --- Most event promoters have no idea where their money goes. They throw a party, hope it works out, and either celebrate or scramble. After 40+ events in NYC and Mexico City, I’ve learned that event economics is not a vibes game. It’s a spreadsheet game with a sound system.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2026/event-economics-101/index.md b/content/posts/2026/event-economics-101/index.md new file mode 100644 index 0000000..0e5ff58 --- /dev/null +++ b/content/posts/2026/event-economics-101/index.md @@ -0,0 +1,59 @@ +--- +title: "Event economics 101" +slug: event-economics-101 +pubDate: 2026-04-05T20:04:45.000Z +updatedDate: 2026-04-05T20:04:45.000Z +draft: false +legacy_wp_id: 15953 +--- +Most event promoters have no idea where their money goes. They throw a party, hope it works out, and either celebrate or scramble. After 40+ events in NYC and Mexico City, I’ve learned that event economics is not a vibes game. It’s a spreadsheet game with a sound system. + +Here’s the actual financial architecture behind underground events, pulled from real P&Ls across two years of operation. + +## The four revenue streams + +Every event has exactly four ways to make money. Most promoters only think about two of them. + +**1\. Ticket sales.** Your primary lever. We price between $20 and $40 for standard events, with tiered pricing up to $70 for headliner shows. After platform fees, the average ticket nets about $27.50. We target 200 ticket sales from ads alone, with the rest coming from SMS and word of mouth. + +**2\. Door sales.** Cash and card at the door. At our Brooklyn Monarch debut, door revenue alone hit $5,000. This is unpredictable money, but it adds up. + +**3\. Bar revenue.** This is where venues make their money, and where your relationship with the venue lives or dies. Bar spend per customer runs $15 to $32 depending on the crowd. At our best events, bar has cleared $13,000 to $20,000 in a single night. At our worst, we barely hit the $4,000 minimum. + +**4\. Vendor fees.** Merch vendors, tattoo artists, clothing brands. Standard fee is $250 per table at 12-hour events. +Diff truncated (66 lines total). View full commit on GitHub →