commit d492e4128e2f2b104307cd9d2d63c2c950f058af parent 5a302114d973c8b01057eb73b317c7ff474335ae Author: _listen-bot <_listen-bot@chappelle.dev> Date: Sun, 8 Feb 2026 00:37:42 -0800 Bot: auto-update listen.md Diffstat:
| A | content/assets/covers/aloneinkyoto.jpg | | | 0 | |
| M | content/listen.md | | | 25 | +++++++++++++++++++------ |
2 files changed, 19 insertions(+), 6 deletions(-)
diff --git a/content/assets/covers/aloneinkyoto.jpg b/content/assets/covers/aloneinkyoto.jpg Binary files differ. diff --git a/content/listen.md b/content/listen.md @@ -1,16 +1,29 @@ --- -show_meta: no +show_meta: false title: Listen --- -An overview of music and podcasts I currently have on repeat. -[Checkout](blog/listen-cms/) how I manage this page to keep it current, without -have to touch a single piece of code (until it breaks). + +An overview of music and podcasts I currently have on repeat. [Checkout](blog/listen-cms/) how I manage this page to keep it current, without touching a single piece of code (until it breaks). ## Music <section class="song-gallery"> <div class="song-card"> + <img alt="Alone in Kyoto Album Art" src="/assets/covers/aloneinkyoto.jpg"/> + <div class="song-info"> + <span class="song-title"> + Alone in Kyoto + </span> + <span class="artist-name"> + Air + </span> + <a class="song-link" href="https://music.youtube.com/watch?v=I0SVd_Q5wIg&list=PL4-sYZ4NbVCzFZDJiMTsPBqL-aRFMLjTF"> + Listen + </a> + </div> + </div> + <div class="song-card"> <img alt="Maggot Brain Album Art" src="/assets/covers/maggotbrain.jpg"/> <div class="song-info"> <span class="song-title"> @@ -108,5 +121,4 @@ have to touch a single piece of code (until it breaks). </a> </div> </div> -</section> - +</section> +\ No newline at end of file