My top tracks playlist

Here are my current top tracks on spotify:
Read more →

Embedding Spotify in Hugo with Shortcodes

If you’re running a Hugo site and want to embed Spotify tracks, albums, or playlists easily into your posts, you can create a custom shortcode to streamline the process. Something like this: I recently came across a helpful gist by j-un, and I’ll walk you through how to use it. 🛠️ Step-by-Step: Create the Spotify Shortcode 1. Create the shortcode file Navigate to your Hugo site’s root and create the following file:
Read more →

Posting Images In Hugo From VS Code

Trying to remember something I previously knew; how to insert images into posts. Using VS Code on macOS and the Paste Image extension you can copy the image into the clipboard using cmd + ctrl + shift + 4 Once in the clipboard you can paste the image into VS Code using cmd + alt + v. See below: Paste Image will copy the file into a folder and create the link in markup.
Read more →