feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2021/curated-list-of-events/index.md b/content/posts/2021/curated-list-of-events/index.md index c7ffb3e..ccd57c8 100644 --- a/content/posts/2021/curated-list-of-events/index.md +++ b/content/posts/2021/curated-list-of-events/index.md @@ -1,18 +1,17 @@ --- title: "Curated List of Events" -slug: curated-list-of-events pubDate: 2021-10-29T04:00:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false excerpt: "I currently use my stories to share most upcoming events. I then sort each story/flyer by date and into highlights. The highlights are labeled with the dates they represent. I … Read more" categories: - - { name: Guides, slug: guides } + - Guides tags: - - { name: curation, slug: curation } - - { name: format-guide, slug: format-guide } - - { name: instagram, slug: instagram } - - { name: marketing, slug: marketing } - - { name: tone-instructional, slug: tone-instructional } + - curation + - format-guide + - instagram + - marketing + - tone-instructional featured: src: https://cdn.slist.net/posts/curated-list-of-events/cover.png alt: "Abstract dark art representing curated event listing and flyer curation"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2021/curated-list-of-events/index.md b/content/posts/2021/curated-list-of-events/index.md index 3a359d2..c7ffb3e 100644 --- a/content/posts/2021/curated-list-of-events/index.md +++ b/content/posts/2021/curated-list-of-events/index.md @@ -14,7 +14,7 @@ tags: - { name: marketing, slug: marketing } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://slist.net/wp-content/uploads/ai_69d27bd16ff6f7.94413648.png + src: https://cdn.slist.net/posts/curated-list-of-events/cover.png alt: "Abstract dark art representing curated event listing and flyer curation" legacy_wp_id: 7849 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2021/curated-list-of-events/index.md b/content/posts/2021/curated-list-of-events/index.md index 8e63b71..3a359d2 100644 --- a/content/posts/2021/curated-list-of-events/index.md +++ b/content/posts/2021/curated-list-of-events/index.md @@ -14,7 +14,7 @@ tags: - { name: marketing, slug: marketing } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://cdn.slist.net/ai_69d27bd16ff6f7.94413648.png + src: https://slist.net/wp-content/uploads/ai_69d27bd16ff6f7.94413648.png alt: "Abstract dark art representing curated event listing and flyer curation" legacy_wp_id: 7849 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2021/curated-list-of-events/index.md b/content/posts/2021/curated-list-of-events/index.md index 6fb602c..8e63b71 100644 --- a/content/posts/2021/curated-list-of-events/index.md +++ b/content/posts/2021/curated-list-of-events/index.md @@ -4,6 +4,18 @@ slug: curated-list-of-events pubDate: 2021-10-29T04:00:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false +excerpt: "I currently use my stories to share most upcoming events. I then sort each story/flyer by date and into highlights. The highlights are labeled with the dates they represent. I … Read more" +categories: + - { name: Guides, slug: guides } +tags: + - { name: curation, slug: curation } + - { name: format-guide, slug: format-guide } + - { name: instagram, slug: instagram } + - { name: marketing, slug: marketing } + - { name: tone-instructional, slug: tone-instructional } +featured: + src: https://cdn.slist.net/ai_69d27bd16ff6f7.94413648.png + alt: "Abstract dark art representing curated event listing and flyer curation" legacy_wp_id: 7849 --- I currently use my stories to share most upcoming events. I then sort each story/flyer by date and into highlights. The highlights are labeled with the dates they represent. I keep a separate highlight labeled “S List” as my personal S List of events. It’s for the events that I’m personally looking forward to – usually dark techno, experimental, and/or unique art events.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2021/curated-list-of-events/index.md b/content/posts/2021/curated-list-of-events/index.md new file mode 100644 index 0000000..6fb602c --- /dev/null +++ b/content/posts/2021/curated-list-of-events/index.md @@ -0,0 +1,13 @@ +--- +title: "Curated List of Events" +slug: curated-list-of-events +pubDate: 2021-10-29T04:00:00.000Z +updatedDate: 2026-04-05T14:28:17.000Z +draft: false +legacy_wp_id: 7849 +--- +I currently use my stories to share most upcoming events. I then sort each story/flyer by date and into highlights. The highlights are labeled with the dates they represent. I keep a separate highlight labeled “S List” as my personal S List of events. It’s for the events that I’m personally looking forward to – usually dark techno, experimental, and/or unique art events. + +This is personally useful for me as a way of saving the events I want to go to. Some people also +like to know which events I think are going to be the best events for my +personal tastes (probably because we share similar tastes).