feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md index 8a27236..68f662a 100644 --- a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md +++ b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md @@ -1,18 +1,17 @@ --- title: "About: The list of pro raver tips" -slug: about-the-list-of-pro-raver-tips pubDate: 2021-10-29T13:53:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false excerpt: "Why? I think I can offer a bunch of practical tips to my fellow ravers and help them avoid a bad rave experience. This is also another creative outlet. A … Read more" categories: - - { name: Guides, slug: guides } + - Guides tags: - - { name: about, slug: about } - - { name: community, slug: community } - - { name: format-guide, slug: format-guide } - - { name: harm-reduction, slug: harm-reduction } - - { name: tone-instructional, slug: tone-instructional } + - about + - community + - format-guide + - harm-reduction + - tone-instructional featured: src: https://cdn.slist.net/posts/about-the-list-of-pro-raver-tips/cover.png alt: "Abstract dark art representing rave safety and harm reduction tips"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md index 8eeff88..8a27236 100644 --- a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md +++ b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md @@ -14,7 +14,7 @@ tags: - { name: harm-reduction, slug: harm-reduction } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://slist.net/wp-content/uploads/ai_69d27b5b326cb0.06454438.png + src: https://cdn.slist.net/posts/about-the-list-of-pro-raver-tips/cover.png alt: "Abstract dark art representing rave safety and harm reduction tips" legacy_wp_id: 14754 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md index 8c694a2..8eeff88 100644 --- a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md +++ b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md @@ -14,7 +14,7 @@ tags: - { name: harm-reduction, slug: harm-reduction } - { name: tone-instructional, slug: tone-instructional } featured: - src: https://cdn.slist.net/ai_69d27b5b326cb0.06454438.png + src: https://slist.net/wp-content/uploads/ai_69d27b5b326cb0.06454438.png alt: "Abstract dark art representing rave safety and harm reduction tips" legacy_wp_id: 14754 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md index 6a6e6c6..8c694a2 100644 --- a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md +++ b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md @@ -4,6 +4,18 @@ slug: about-the-list-of-pro-raver-tips pubDate: 2021-10-29T13:53:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false +excerpt: "Why? I think I can offer a bunch of practical tips to my fellow ravers and help them avoid a bad rave experience. This is also another creative outlet. A … Read more" +categories: + - { name: Guides, slug: guides } +tags: + - { name: about, slug: about } + - { name: community, slug: community } + - { name: format-guide, slug: format-guide } + - { name: harm-reduction, slug: harm-reduction } + - { name: tone-instructional, slug: tone-instructional } +featured: + src: https://cdn.slist.net/ai_69d27b5b326cb0.06454438.png + alt: "Abstract dark art representing rave safety and harm reduction tips" legacy_wp_id: 14754 --- # Why?feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2021/about-the-list-of-pro-raver-tips/index.md b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md new file mode 100644 index 0000000..6a6e6c6 --- /dev/null +++ b/content/posts/2021/about-the-list-of-pro-raver-tips/index.md @@ -0,0 +1,24 @@ +--- +title: "About: The list of pro raver tips" +slug: about-the-list-of-pro-raver-tips +pubDate: 2021-10-29T13:53:00.000Z +updatedDate: 2026-04-05T14:28:17.000Z +draft: false +legacy_wp_id: 14754 +--- +# Why? + +I think I can offer a bunch of practical tips to my fellow ravers and help them avoid a bad rave experience. + +This is also another creative outlet. + +A few months ago I used to post rave stories and tips (very unstructured) on instagram. They were mostly random post-after recovery musings. They usually got a lot of good responses. Sometime in November, someone approached me in-person to confirm if I was SLi.ST just so they could compliment me on a rave tip from the first couple months of the project. That was very touching as this project was still very anonymous. + +The content is meant to inspire re-sharing. Hopefully this introduce people to all the other content on this website. This content is also very friendly for search engine discoverability. “Rave Tips and Tricks” sounds pretty easy to market and optimize. + +# Goals: + +- 1000 tips +- increase overall viewership +- increase social media followership +- save atleast 1 raver from a bad trip/afterDiff truncated (31 lines total). View full commit on GitHub →