commit 8a298ccb241ddfd9fc569f5e2c47ccbf22d0d49a parent 9c1daed84cef8661a612f318c91f2b781b84cd5c Author: _listen-bot <_listen-bot@chappelle.dev> Date: Fri, 6 Feb 2026 12:15:03 -0800 Bot: auto-update listen.md Diffstat:
| A | content/assets/covers/maggotbrain.jpg | | | 0 | |
| M | content/listen.md | | | 22 | +++++++++++++++++++--- |
2 files changed, 19 insertions(+), 3 deletions(-)
diff --git a/content/assets/covers/maggotbrain.jpg b/content/assets/covers/maggotbrain.jpg Binary files differ. diff --git a/content/listen.md b/content/listen.md @@ -1,14 +1,29 @@ --- -show_meta: no +show_meta: false title: Listen --- -An overview of music and podcasts I currently have on repeat. + +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). ## Music <section class="song-gallery"> <div class="song-card"> + <img alt="Maggot Brain Album Art" src="/assets/covers/maggotbrain.jpg"/> + <div class="song-info"> + <span class="song-title"> + Maggot Brain + </span> + <span class="artist-name"> + Funkadelic + </span> + <a class="song-link" href="https://music.youtube.com/watch?v=xby5467EbdU&si=Ia0gJKG1iEUE_tEt"> + Listen + </a> + </div> + </div> + <div class="song-card"> <img alt="Becoming X Album Art" src="/assets/covers/becomingx.jpg"/> <div class="song-info"> <span class="song-title"> @@ -92,4 +107,4 @@ An overview of music and podcasts I currently have on repeat. </a> </div> </div> -</section> +</section> +\ No newline at end of file