feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2024/the-slist-doctrine/index.md b/content/posts/2024/the-slist-doctrine/index.md index fe9be2f..bdfa61a 100644 --- a/content/posts/2024/the-slist-doctrine/index.md +++ b/content/posts/2024/the-slist-doctrine/index.md @@ -1,19 +1,18 @@ --- title: "The SLIST doctrine" -slug: the-slist-doctrine pubDate: 2024-06-01T16:00:00.000Z updatedDate: 2026-04-05T14:39:29.000Z draft: false excerpt: "Every organization has values. Most of them are corporate filler — aspirational nonsense designed to look good on a website and mean nothing in practice. This is not that. SLIST … Read more" categories: - - { name: "Dark Culture", slug: dark-culture } + - Dark Culture tags: - - { name: community, slug: community } - - { name: curation, slug: curation } - - { name: dark-culture, slug: dark-culture } - - { name: format-manifesto, slug: format-manifesto } - - { name: identity, slug: identity } - - { name: tone-philosophical, slug: tone-philosophical } + - community + - curation + - dark-culture + - format-manifesto + - identity + - tone-philosophical featured: src: https://cdn.slist.net/posts/the-slist-doctrine/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-slist-doctrine/index.md b/content/posts/2024/the-slist-doctrine/index.md index d51e35a..fe9be2f 100644 --- a/content/posts/2024/the-slist-doctrine/index.md +++ b/content/posts/2024/the-slist-doctrine/index.md @@ -15,7 +15,7 @@ tags: - { name: identity, slug: identity } - { name: tone-philosophical, slug: tone-philosophical } featured: - src: https://slist.net/wp-content/uploads/ai_69d20b429ed6f4.62732144.png + src: https://cdn.slist.net/posts/the-slist-doctrine/cover.png alt: "Abstract dark geometric artwork representing the SLIST doctrine" legacy_wp_id: 15871 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2024/the-slist-doctrine/index.md b/content/posts/2024/the-slist-doctrine/index.md index 399af5a..d51e35a 100644 --- a/content/posts/2024/the-slist-doctrine/index.md +++ b/content/posts/2024/the-slist-doctrine/index.md @@ -15,7 +15,7 @@ tags: - { name: identity, slug: identity } - { name: tone-philosophical, slug: tone-philosophical } featured: - src: https://cdn.slist.net/ai_69d20b429ed6f4.62732144.png + src: https://slist.net/wp-content/uploads/ai_69d20b429ed6f4.62732144.png alt: "Abstract dark geometric artwork representing the SLIST doctrine" legacy_wp_id: 15871 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2024/the-slist-doctrine/index.md b/content/posts/2024/the-slist-doctrine/index.md index 9b00e77..399af5a 100644 --- a/content/posts/2024/the-slist-doctrine/index.md +++ b/content/posts/2024/the-slist-doctrine/index.md @@ -4,6 +4,19 @@ slug: the-slist-doctrine pubDate: 2024-06-01T16:00:00.000Z updatedDate: 2026-04-05T14:39:29.000Z draft: false +excerpt: "Every organization has values. Most of them are corporate filler — aspirational nonsense designed to look good on a website and mean nothing in practice. This is not that. SLIST … Read more" +categories: + - { name: "Dark Culture", slug: dark-culture } +tags: + - { name: community, slug: community } + - { name: curation, slug: curation } + - { name: dark-culture, slug: dark-culture } + - { name: format-manifesto, slug: format-manifesto } + - { name: identity, slug: identity } + - { name: tone-philosophical, slug: tone-philosophical } +featured: + src: https://cdn.slist.net/ai_69d20b429ed6f4.62732144.png + alt: "Abstract dark geometric artwork representing the SLIST doctrine" legacy_wp_id: 15871 --- Every organization has values. Most of them are corporate filler — aspirational nonsense designed to look good on a website and mean nothing in practice. This is not that.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2024/the-slist-doctrine/index.md b/content/posts/2024/the-slist-doctrine/index.md new file mode 100644 index 0000000..9b00e77 --- /dev/null +++ b/content/posts/2024/the-slist-doctrine/index.md @@ -0,0 +1,81 @@ +--- +title: "The SLIST doctrine" +slug: the-slist-doctrine +pubDate: 2024-06-01T16:00:00.000Z +updatedDate: 2026-04-05T14:39:29.000Z +draft: false +legacy_wp_id: 15871 +--- +Every organization has values. Most of them are corporate filler — aspirational nonsense designed to look good on a website and mean nothing in practice. This is not that. + +SLIST was built on six positions that we’ve held since day one, through controversy, cancel campaigns, and every attempt to water us down. These aren’t guidelines. They’re the architecture. Break one and the whole thing collapses. + +* * * + +## I. Shitposting as art form + +Humor is fundamental to the human experience. Friendships, partnerships, entire communities are built on shared laughter. We have no intention of suppressing that. + +Shitposting and comedy are genuine art forms — vehicles for expressing critical opinions in a space that feels safe enough to be honest. SLIST distinguished itself early by embracing this. We built a platform where controversial and challenging conversations weren’t just tolerated but encouraged. + +In an industry dominated by a cautious, corporate mindset — sterile platitudes, bland opinions, relentless people-pleasing — we took a different route. Genuine community thrives on honesty, and honesty requires letting people be both funny and controversial. Orwell said it best: every joke resembles a tiny revolution. + +* * * +Diff truncated (88 lines total). View full commit on GitHub →