feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2026/the-solo-operator-manifesto/index.md b/content/posts/2026/the-solo-operator-manifesto/index.md index d8fe52c..341b9da 100644 --- a/content/posts/2026/the-solo-operator-manifesto/index.md +++ b/content/posts/2026/the-solo-operator-manifesto/index.md @@ -1,17 +1,16 @@ --- title: "The solo operator manifesto" -slug: the-solo-operator-manifesto pubDate: 2026-04-05T20:04:47.000Z updatedDate: 2026-04-05T20:04:47.000Z draft: false excerpt: "SLIST has no employees. No co-founders. No board. One person runs the brand, the events, the bookings, the marketing, the CRM, the financials, and the DJ sets. This is not … Read more" categories: - - { name: BTS, slug: bts } + - BTS tags: - - { name: community, slug: community } - - { name: format-manifesto, slug: format-manifesto } - - { name: identity, slug: identity } - - { name: tone-reflective, slug: tone-reflective } + - community + - format-manifesto + - identity + - tone-reflective featured: src: https://cdn.slist.net/posts/the-solo-operator-manifesto/cover.png alt: "Dark solitary figure at a control desk with red glowing screens"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2026/the-solo-operator-manifesto/index.md b/content/posts/2026/the-solo-operator-manifesto/index.md index 6efa709..d8fe52c 100644 --- a/content/posts/2026/the-solo-operator-manifesto/index.md +++ b/content/posts/2026/the-solo-operator-manifesto/index.md @@ -13,7 +13,7 @@ tags: - { name: identity, slug: identity } - { name: tone-reflective, slug: tone-reflective } featured: - src: https://slist.net/wp-content/uploads/ai_69d2a6751fbdf6.34304962.png + src: https://cdn.slist.net/posts/the-solo-operator-manifesto/cover.png alt: "Dark solitary figure at a control desk with red glowing screens" legacy_wp_id: 15955 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2026/the-solo-operator-manifesto/index.md b/content/posts/2026/the-solo-operator-manifesto/index.md index 3e79dc4..6efa709 100644 --- a/content/posts/2026/the-solo-operator-manifesto/index.md +++ b/content/posts/2026/the-solo-operator-manifesto/index.md @@ -13,7 +13,7 @@ tags: - { name: identity, slug: identity } - { name: tone-reflective, slug: tone-reflective } featured: - src: https://cdn.slist.net/ai_69d2a6751fbdf6.34304962.png + src: https://slist.net/wp-content/uploads/ai_69d2a6751fbdf6.34304962.png alt: "Dark solitary figure at a control desk with red glowing screens" legacy_wp_id: 15955 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2026/the-solo-operator-manifesto/index.md b/content/posts/2026/the-solo-operator-manifesto/index.md index 68e79fd..3e79dc4 100644 --- a/content/posts/2026/the-solo-operator-manifesto/index.md +++ b/content/posts/2026/the-solo-operator-manifesto/index.md @@ -4,6 +4,17 @@ slug: the-solo-operator-manifesto pubDate: 2026-04-05T20:04:47.000Z updatedDate: 2026-04-05T20:04:47.000Z draft: false +excerpt: "SLIST has no employees. No co-founders. No board. One person runs the brand, the events, the bookings, the marketing, the CRM, the financials, and the DJ sets. This is not … Read more" +categories: + - { name: BTS, slug: bts } +tags: + - { name: community, slug: community } + - { name: format-manifesto, slug: format-manifesto } + - { name: identity, slug: identity } + - { name: tone-reflective, slug: tone-reflective } +featured: + src: https://cdn.slist.net/ai_69d2a6751fbdf6.34304962.png + alt: "Dark solitary figure at a control desk with red glowing screens" legacy_wp_id: 15955 --- SLIST has no employees. No co-founders. No board. One person runs the brand, the events, the bookings, the marketing, the CRM, the financials, and the DJ sets. This is not a limitation we are working to overcome. It is the operating model we chose after trying the alternative and watching it fail.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2026/the-solo-operator-manifesto/index.md b/content/posts/2026/the-solo-operator-manifesto/index.md new file mode 100644 index 0000000..68e79fd --- /dev/null +++ b/content/posts/2026/the-solo-operator-manifesto/index.md @@ -0,0 +1,33 @@ +--- +title: "The solo operator manifesto" +slug: the-solo-operator-manifesto +pubDate: 2026-04-05T20:04:47.000Z +updatedDate: 2026-04-05T20:04:47.000Z +draft: false +legacy_wp_id: 15955 +--- +SLIST has no employees. No co-founders. No board. One person runs the brand, the events, the bookings, the marketing, the CRM, the financials, and the DJ sets. This is not a limitation we are working to overcome. It is the operating model we chose after trying the alternative and watching it fail. + +## The thesis + +You can delegate execution but never ownership. That is the single sentence that defines how we operate. Every task that can be automated gets automated. Every task that requires human judgment stays with the person who built the brand. There is no middle ground where you hand someone decision-making authority and hope they care as much as you do. They will not. That is not a character flaw. It is a structural reality. + +## What solo actually means at scale + +Solo does not mean alone. It means no stakeholders with competing interests. We have local operators running the CDMX chapter. We have DJs handling their own promo through commission links. We have 20 sub-promoters in New York earning 33% commission plus two comps each. The infrastructure supports dozens of people contributing to the operation. None of them have ownership. None of them can override a decision. + +The system runs on automation where humans used to be. SMS blasts replace a street team. Meta ads replace a promoter network. Auto-affiliate links replace manual promo code creation. CRM workflows replace an assistant tracking RSVPs. Each automation removes a human dependency without removing the output. + +## The speed advantage + +We can assemble an event with one to two weeks of promotion and one to two days to book a lineup and design a flyer. No committee approvals. No partner negotiations. No consensus-building on creative direction. The decision gets made, the flyer goes out, the SMS blast fires. That speed is a competitive advantage that scales inversely with team size. +Diff truncated (40 lines total). View full commit on GitHub →