From 7133b3d58976bbeb43b68eaa8e0144e3cb702fc0 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 19 Sep 2023 17:16:55 -0700 Subject: [PATCH] chore: link post + pagefind fix --- src/_includes/post.liquid | 2 +- .../it-is-possible-to-both-stream-and-buy-music.md | 13 +++++++++++++ src/search.html | 4 ++-- 3 files changed, 16 insertions(+), 3 deletions(-) create mode 100644 src/posts/2023/it-is-possible-to-both-stream-and-buy-music.md diff --git a/src/_includes/post.liquid b/src/_includes/post.liquid index a0f8561e..24f2dd42 100644 --- a/src/_includes/post.liquid +++ b/src/_includes/post.liquid @@ -5,7 +5,7 @@ layout: main
{% if link %} -

+

{% tablericon 'link' title %} {{ title }}

diff --git a/src/posts/2023/it-is-possible-to-both-stream-and-buy-music.md b/src/posts/2023/it-is-possible-to-both-stream-and-buy-music.md new file mode 100644 index 00000000..625ba876 --- /dev/null +++ b/src/posts/2023/it-is-possible-to-both-stream-and-buy-music.md @@ -0,0 +1,13 @@ +--- +date: '2023-09-19' +title: "'It Is Possible to Both Stream and Buy Music'" +draft: false +tags: + - music +link: https://pxlnv.com/linklog/stream-buy-music/ +--- +> Streaming services are all the piracy with none of the guilt. It is a broken model that is only slightly better than when this stuff came through illicit downloads from risky places. If someone can buy music outright, artists will benefit, but I cannot see how it implicitly makes them a better music enjoyer. + +[I've been streaming music again](https://coryd.dev/posts/2023/i-dont-want-streaming-music/) in part (and I know this is ridiculous) because Spotify is ubiquitous, well-integrated and has a — well — [API that's usable for my purposes](https://coryd.dev/posts/2023/road-to-madness-apple-music-charts/). I still buy music I stream from Bandcamp and archive it and I still buy too many shirts to support bands (I also import missing music into playlists and playlist folders as an analog to albums). I've also been able to scrobble listens more reliably and found some really great bands like PUP. We'll see if it lasts, but it feels like a good balance for now. + + diff --git a/src/search.html b/src/search.html index a5f2b63a..009620d7 100644 --- a/src/search.html +++ b/src/search.html @@ -17,7 +17,7 @@ meta: image: src: https://coryd.dev/assets/img/avatar.webp --- - + - + {% render "partials/popular-posts.liquid", posts: collections.posts, analytics: analytics %} \ No newline at end of file