verso2

A simple web framework.
git clone git://git.chappelle.dev/verso2.git
Log | Files | Refs | README | LICENSE

commit d906d74e0eaaad78fdaa9c6738efd7d4048fd96e
parent 3d9001e0cf023735201983922f14e21f2e2ce44c
Author: Nathaniel Chappelle <nathaniel@chappelle.dev>
Date:   Thu, 14 May 2026 11:49:14 -0700

Merge branch 'main' of git.chappelle.dev:/var/git/verso2

Diffstat:
Acontent/assets/covers/easterpink.jpg | 0
Mcontent/listen.md | 22++++++++++++++++++----
2 files changed, 18 insertions(+), 4 deletions(-)

diff --git a/content/assets/covers/easterpink.jpg b/content/assets/covers/easterpink.jpg Binary files differ. diff --git a/content/listen.md b/content/listen.md @@ -3,14 +3,27 @@ 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 -touching 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="Easter Pink Album Art" src="/assets/covers/easterpink.jpg"/> + <div class="song-info"> + <span class="song-title"> + Easter Pink + </span> + <span class="artist-name"> + fakemink + </span> + <a class="song-link" href="https://music.youtube.com/watch?v=47pZpxxFYZw&amp;si=5fepDyDIdZ_5tXJo"> + Listen + </a> + </div> + </div> + <div class="song-card"> <img alt="Blow Me Album Art" src="/assets/covers/blowme.jpg"/> <div class="song-info"> <span class="song-title"> @@ -108,4 +121,4 @@ touching a single piece of code (until it breaks). </a> </div> </div> -</section> +</section> +\ No newline at end of file