feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2024/the-framework-how-slist-actually-grows/index.md b/content/posts/2024/the-framework-how-slist-actually-grows/index.md index aaf3fed..3dd2a57 100644 --- a/content/posts/2024/the-framework-how-slist-actually-grows/index.md +++ b/content/posts/2024/the-framework-how-slist-actually-grows/index.md @@ -1,19 +1,18 @@ --- title: "The framework: how SLIST actually grows" -slug: the-framework-how-slist-actually-grows pubDate: 2024-08-15T16:00:00.000Z updatedDate: 2026-04-05T14:39:37.000Z draft: false excerpt: "Most collectives talk about growth like it’s a marketing problem. More followers, bigger headliners, shinier production. SLIST operates on a fundamentally different premise: growth is a values problem. Get the … Read more" categories: - - { name: BTS, slug: bts } + - BTS tags: - - { name: community, slug: community } - - { name: dark-culture, slug: dark-culture } - - { name: format-long-form, slug: format-long-form } - - { name: growth, slug: growth } - - { name: marketing, slug: marketing } - - { name: tone-philosophical, slug: tone-philosophical } + - community + - dark-culture + - format-long-form + - growth + - marketing + - tone-philosophical featured: src: https://cdn.slist.net/posts/the-framework-how-slist-actually-grows/cover.pngDiff truncated (32 lines total). View full commit on GitHub →
content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2024/the-framework-how-slist-actually-grows/index.md b/content/posts/2024/the-framework-how-slist-actually-grows/index.md index a636a4b..aaf3fed 100644 --- a/content/posts/2024/the-framework-how-slist-actually-grows/index.md +++ b/content/posts/2024/the-framework-how-slist-actually-grows/index.md @@ -15,7 +15,7 @@ tags: - { name: marketing, slug: marketing } - { name: tone-philosophical, slug: tone-philosophical } featured: - src: https://slist.net/wp-content/uploads/ai_69d20b89ad65a9.94213809.png + src: https://cdn.slist.net/posts/the-framework-how-slist-actually-grows/cover.png alt: "Abstract dark architectural lines representing the SLIST growth framework" legacy_wp_id: 15874 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2024/the-framework-how-slist-actually-grows/index.md b/content/posts/2024/the-framework-how-slist-actually-grows/index.md index 0c2b53d..a636a4b 100644 --- a/content/posts/2024/the-framework-how-slist-actually-grows/index.md +++ b/content/posts/2024/the-framework-how-slist-actually-grows/index.md @@ -15,7 +15,7 @@ tags: - { name: marketing, slug: marketing } - { name: tone-philosophical, slug: tone-philosophical } featured: - src: https://cdn.slist.net/ai_69d20b89ad65a9.94213809.png + src: https://slist.net/wp-content/uploads/ai_69d20b89ad65a9.94213809.png alt: "Abstract dark architectural lines representing the SLIST growth framework" legacy_wp_id: 15874 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2024/the-framework-how-slist-actually-grows/index.md b/content/posts/2024/the-framework-how-slist-actually-grows/index.md index 9e91d2e..0c2b53d 100644 --- a/content/posts/2024/the-framework-how-slist-actually-grows/index.md +++ b/content/posts/2024/the-framework-how-slist-actually-grows/index.md @@ -4,6 +4,19 @@ slug: the-framework-how-slist-actually-grows pubDate: 2024-08-15T16:00:00.000Z updatedDate: 2026-04-05T14:39:37.000Z draft: false +excerpt: "Most collectives talk about growth like it’s a marketing problem. More followers, bigger headliners, shinier production. SLIST operates on a fundamentally different premise: growth is a values problem. Get the … Read more" +categories: + - { name: BTS, slug: bts } +tags: + - { name: community, slug: community } + - { name: dark-culture, slug: dark-culture } + - { name: format-long-form, slug: format-long-form } + - { name: growth, slug: growth } + - { name: marketing, slug: marketing } + - { name: tone-philosophical, slug: tone-philosophical } +featured: + src: https://cdn.slist.net/ai_69d20b89ad65a9.94213809.png + alt: "Abstract dark architectural lines representing the SLIST growth framework" legacy_wp_id: 15874 --- Most collectives talk about growth like it’s a marketing problem. More followers, bigger headliners, shinier production. SLIST operates on a fundamentally different premise: growth is a values problem. Get the values right and the growth follows. Get them wrong and no amount of Instagram reach will save you.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2024/the-framework-how-slist-actually-grows/index.md b/content/posts/2024/the-framework-how-slist-actually-grows/index.md new file mode 100644 index 0000000..9e91d2e --- /dev/null +++ b/content/posts/2024/the-framework-how-slist-actually-grows/index.md @@ -0,0 +1,47 @@ +--- +title: "The framework: how SLIST actually grows" +slug: the-framework-how-slist-actually-grows +pubDate: 2024-08-15T16:00:00.000Z +updatedDate: 2026-04-05T14:39:37.000Z +draft: false +legacy_wp_id: 15874 +--- +Most collectives talk about growth like it’s a marketing problem. More followers, bigger headliners, shinier production. SLIST operates on a fundamentally different premise: growth is a values problem. Get the values right and the growth follows. Get them wrong and no amount of Instagram reach will save you. + +Here’s the framework. + +* * * + +## State the vision. Don’t apologize for it. + +Dark art is naturally abrasive, and we don’t shy away from it or sanitize it for commercial appeal. We accept our nature, embrace controversy, and spark healthy discussion. Critics are inevitable — and necessary. People need to talk, share stories, and engage in real dialogue. Our platform doesn’t just disseminate art. It sparks debate, introspection, and an exchange of ideas — things long missing from this industry. + +If this ethos resonates with you, get involved, support us, or simply enjoy the content casually. Everyone is welcome. The only requirement is honesty. + +* * * + +## Community moves first +Diff truncated (54 lines total). View full commit on GitHub →