Category: Claude
- Spotify, oops
So, I’ve got a little shell script generates templates for new Song of the Day posts using a simple Hugo archetype. Its got place holders for track name, artist name, and the track id in the Spotify …
- New Site Feature: Running Wrap-Ups
Since I’ve got a working pipe line to get running data from my watch to my phone to mac and into run log entries, I can summarize some details into weekly (or monthly or quarterly, etc.) wrap-ups. I …
- Claude for Design
Lets gussy up the site header text just a little bit. Lets stretch out Claude’s design skills. can you design some styled text for “Jason Crowther” options to replace the “jasoncrowther.com” text in …
- New! Related Posts
Turns out that adding Related Posts in Hugo is easy! It has a built in Related Content engine. So plug-in a few configuration variables and update the template for single posts and you’re done! I …
- Run Log Integration
Over the years, I’ve had a few different flavors of run log integration; a homebrewed cgi, a simple third party logging site that’s long departed that I can’t remember the name of, and select runs …
- Bookmarks Integration
I use Raindrop.io to manage my bookmarks. I thought it would be fun to have a streamlined way to share select bookmarks in the blog:was; somewhat similar to the way that Brett Terpstra does his …
- More Bug Fixes
Just a couple small improvements: When using the site from a phone sized viewport, when the menu items unfold, they appeared behind the hero image on the home page. Turns out when you use css to …
- Category List
The Claude generated scaffold for my new Hugo site didn’t include a category list page. I’m pretty sure that I could figure out how to pull one off given enough fiddling, but lets see what Claude can …
- Search Bugfix
Noticed an entity encoding problem (a recurring theme) in search results. The exact same bug was already fixed in post snippets in the post list page and in description field in RSS for posts. Lets …
- Migrated to Hugo
I’m kinda bored with Wordpress. Its bloated, kinda annoying to maintain, and has some questionable leadership at this point. I’d looked at migrating to an SSG in the past, but none jumped out as being …