feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2021/about-the-names-on-the-s-list/index.md b/content/posts/2021/about-the-names-on-the-s-list/index.md index 166b824..fd88c18 100644 --- a/content/posts/2021/about-the-names-on-the-s-list/index.md +++ b/content/posts/2021/about-the-names-on-the-s-list/index.md @@ -1,19 +1,18 @@ --- title: "About: The names on the S List" -slug: about-the-names-on-the-s-list pubDate: 2021-10-29T13:02:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false excerpt: "“SLi.ST” or “S List” was originally a play on the word “guestlist”. This is a different type of guestlist- something a bit more permanent. The requirements for getting on the … Read more" categories: - - { name: BTS, slug: bts } + - BTS tags: - - { name: about, slug: about } - - { name: community, slug: community } - - { name: format-long-form, slug: format-long-form } - - { name: growth, slug: growth } - - { name: identity, slug: identity } - - { name: tone-reflective, slug: tone-reflective } + - about + - community + - format-long-form + - growth + - identity + - tone-reflective featured: src: https://cdn.slist.net/posts/about-the-names-on-the-s-list/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/2021/about-the-names-on-the-s-list/index.md b/content/posts/2021/about-the-names-on-the-s-list/index.md index c413eb6..166b824 100644 --- a/content/posts/2021/about-the-names-on-the-s-list/index.md +++ b/content/posts/2021/about-the-names-on-the-s-list/index.md @@ -15,7 +15,7 @@ tags: - { name: identity, slug: identity } - { name: tone-reflective, slug: tone-reflective } featured: - src: https://slist.net/wp-content/uploads/ai_69d27b90b6c1e9.72701457.png + src: https://cdn.slist.net/posts/about-the-names-on-the-s-list/cover.png alt: "Abstract dark art representing the SLIST community membership concept" legacy_wp_id: 14752 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2021/about-the-names-on-the-s-list/index.md b/content/posts/2021/about-the-names-on-the-s-list/index.md index bd57033..c413eb6 100644 --- a/content/posts/2021/about-the-names-on-the-s-list/index.md +++ b/content/posts/2021/about-the-names-on-the-s-list/index.md @@ -15,7 +15,7 @@ tags: - { name: identity, slug: identity } - { name: tone-reflective, slug: tone-reflective } featured: - src: https://cdn.slist.net/ai_69d27b90b6c1e9.72701457.png + src: https://slist.net/wp-content/uploads/ai_69d27b90b6c1e9.72701457.png alt: "Abstract dark art representing the SLIST community membership concept" legacy_wp_id: 14752 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2021/about-the-names-on-the-s-list/index.md b/content/posts/2021/about-the-names-on-the-s-list/index.md index 617a1b1..bd57033 100644 --- a/content/posts/2021/about-the-names-on-the-s-list/index.md +++ b/content/posts/2021/about-the-names-on-the-s-list/index.md @@ -4,6 +4,19 @@ slug: about-the-names-on-the-s-list pubDate: 2021-10-29T13:02:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false +excerpt: "“SLi.ST” or “S List” was originally a play on the word “guestlist”. This is a different type of guestlist- something a bit more permanent. The requirements for getting on the … Read more" +categories: + - { name: BTS, slug: bts } +tags: + - { name: about, slug: about } + - { name: community, slug: community } + - { name: format-long-form, slug: format-long-form } + - { name: growth, slug: growth } + - { name: identity, slug: identity } + - { name: tone-reflective, slug: tone-reflective } +featured: + src: https://cdn.slist.net/ai_69d27b90b6c1e9.72701457.png + alt: "Abstract dark art representing the SLIST community membership concept" legacy_wp_id: 14752 --- “SLi.ST” or “S List” was originally a play on the word “guestlist”.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2021/about-the-names-on-the-s-list/index.md b/content/posts/2021/about-the-names-on-the-s-list/index.md new file mode 100644 index 0000000..617a1b1 --- /dev/null +++ b/content/posts/2021/about-the-names-on-the-s-list/index.md @@ -0,0 +1,36 @@ +--- +title: "About: The names on the S List" +slug: about-the-names-on-the-s-list +pubDate: 2021-10-29T13:02:00.000Z +updatedDate: 2026-04-05T14:28:17.000Z +draft: false +legacy_wp_id: 14752 +--- +“SLi.ST” or “S List” was originally a play on the word “guestlist”. + +This is a different type of guestlist- something a bit more permanent. The requirements for getting on the list changes, but you only sign up once for all current and future events. + +I’ve spoken with a few major collectives and they would love to offer free entry (and more lol) to every single person I invite. + +My deal with organizers is that I will help them bring energy to their dancefloors. In exchange I get some free drinks and everyone on the list gets in for free. + +My deal with you, the people on the list, is that you get in for free. You can **optionally** give me and/or the event a shoutout to help support the scene, spend your savings at the bar, buy me a shot, or just dance, up to you. + +The only criteria for being on the list is your ability to bring positive energy to the dancefloor. + +Milestones: + +- 50 – WhatsApp group +- 100 – Participating collectives will be posted hereDiff truncated (43 lines total). View full commit on GitHub →