feat(web): flatten frontmatter — drop slug, flat tags/cats, auto-bump updatedDate [skip ci]
diff --git a/content/posts/2021/why-write-about-past-gigs/index.md b/content/posts/2021/why-write-about-past-gigs/index.md index 18a9050..fdf9217 100644 --- a/content/posts/2021/why-write-about-past-gigs/index.md +++ b/content/posts/2021/why-write-about-past-gigs/index.md @@ -1,17 +1,16 @@ --- title: "About: Why I’m writing about past gigs" -slug: why-write-about-past-gigs pubDate: 2021-10-29T00:00:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false excerpt: "I want to record my DJ experiences so that I can reflect on my progress in the future. I think this content will be fun to look back on as … Read more" categories: - - { name: BTS, slug: bts } + - BTS tags: - - { name: about, slug: about } - - { name: format-short-take, slug: format-short-take } - - { name: identity, slug: identity } - - { name: tone-reflective, slug: tone-reflective } + - about + - format-short-take + - identity + - tone-reflective featured: src: https://cdn.slist.net/posts/why-write-about-past-gigs/cover.png alt: "Abstract dark art representing DJ diary reflections and gig memories"content: rewrite image URLs from slist.net/wp-content to cdn.slist.net/posts/<slug>/
diff --git a/content/posts/2021/why-write-about-past-gigs/index.md b/content/posts/2021/why-write-about-past-gigs/index.md index 2588af8..18a9050 100644 --- a/content/posts/2021/why-write-about-past-gigs/index.md +++ b/content/posts/2021/why-write-about-past-gigs/index.md @@ -13,7 +13,7 @@ tags: - { name: identity, slug: identity } - { name: tone-reflective, slug: tone-reflective } featured: - src: https://slist.net/wp-content/uploads/ai_69d27bb9be5342.49327269.png + src: https://cdn.slist.net/posts/why-write-about-past-gigs/cover.png alt: "Abstract dark art representing DJ diary reflections and gig memories" legacy_wp_id: 14767 ---fix(web): point upload URLs at slist.net (cdn.slist.net not wired up yet)
diff --git a/content/posts/2021/why-write-about-past-gigs/index.md b/content/posts/2021/why-write-about-past-gigs/index.md index 3743fcf..2588af8 100644 --- a/content/posts/2021/why-write-about-past-gigs/index.md +++ b/content/posts/2021/why-write-about-past-gigs/index.md @@ -13,7 +13,7 @@ tags: - { name: identity, slug: identity } - { name: tone-reflective, slug: tone-reflective } featured: - src: https://cdn.slist.net/ai_69d27bb9be5342.49327269.png + src: https://slist.net/wp-content/uploads/ai_69d27bb9be5342.49327269.png alt: "Abstract dark art representing DJ diary reflections and gig memories" legacy_wp_id: 14767 ---feat(web): visually mirror slist.net blog (index + single post)
diff --git a/content/posts/2021/why-write-about-past-gigs/index.md b/content/posts/2021/why-write-about-past-gigs/index.md index aad7607..3743fcf 100644 --- a/content/posts/2021/why-write-about-past-gigs/index.md +++ b/content/posts/2021/why-write-about-past-gigs/index.md @@ -4,6 +4,17 @@ slug: why-write-about-past-gigs pubDate: 2021-10-29T00:00:00.000Z updatedDate: 2026-04-05T14:28:17.000Z draft: false +excerpt: "I want to record my DJ experiences so that I can reflect on my progress in the future. I think this content will be fun to look back on as … Read more" +categories: + - { name: BTS, slug: bts } +tags: + - { name: about, slug: about } + - { name: format-short-take, slug: format-short-take } + - { name: identity, slug: identity } + - { name: tone-reflective, slug: tone-reflective } +featured: + src: https://cdn.slist.net/ai_69d27bb9be5342.49327269.png + alt: "Abstract dark art representing DJ diary reflections and gig memories" legacy_wp_id: 14767 --- I want to record my DJ experiences so that I can reflect on my progress in the future. I think this content will be fun to look back on as I continue to make progress in the underground scene. It might even help someone else going through the same challenges I’ve faced and am currently facing. Perhaps some people will be interested in the behind the scenes stuff that is often not discussed.feat(web): full posts+pages sync, browseable UI, curated pages allowlist
diff --git a/content/posts/2021/why-write-about-past-gigs/index.md b/content/posts/2021/why-write-about-past-gigs/index.md new file mode 100644 index 0000000..aad7607 --- /dev/null +++ b/content/posts/2021/why-write-about-past-gigs/index.md @@ -0,0 +1,17 @@ +--- +title: "About: Why I’m writing about past gigs" +slug: why-write-about-past-gigs +pubDate: 2021-10-29T00:00:00.000Z +updatedDate: 2026-04-05T14:28:17.000Z +draft: false +legacy_wp_id: 14767 +--- +I want to record my DJ experiences so that I can reflect on my progress in the future. I think this content will be fun to look back on as I continue to make progress in the underground scene. It might even help someone else going through the same challenges I’ve faced and am currently facing. Perhaps some people will be interested in the behind the scenes stuff that is often not discussed. + +In each of these reflections, or diary entries, I will try to give some context to my mental state, the preceding events, the consequences, the lessons, and all the funny and serious stuff in between. + +The goal isn’t to be humorous, but given the rolling tragedy of my life, I’m sure there will always be something to laugh about in my recollections. + +As I hopefully get to play at more intense events, I will try to include content such as photos and videos. + +I also want to include relevant events and flyers in my EPK – but I don’t want to just list a bunch of flyers – I want the content to be a bit more interesting even if no one else besides me reads this stuff.