About 58 results
https://www.coryd.dev/posts/2025/building-an-oembed-endpoint · 19 May 2025
For reasons that elude me I cannot get Open Graph tags to work when anything from this site is posted on Mastodon. I've fiddled with server configs, my aggressive robots.txt and still — nothing. They work everywhere else . So I built an oEmbed endpoint.
https://www.coryd.dev/posts/2025/running-11ty-and-php-concurrently · 7 May 2025
Now that I have several sections of this site served dynamically using PHP I've finally put together a single command to work on the site locally.
https://www.coryd.dev/posts/2025/generating-absolute-urls-in-my-rss-feeds · 5 Mar 2025
My RSS feeds are generated by 11ty at build time from a Liquid.js template. When I wrote posts and link elsewhere on my site I use a bookmarklet to capture the URI for linking. To ensure I have absolute URLs in my feeds, I use a filter to convert said URIs...
https://www.coryd.dev/posts/2025/dynamic-pages-with-php-and-11ty · 12 Feb 2025
When I moved this site to my own hosting I rewrote the dynamic code that had previously been handled by edge functions in PHP. To speed up build times and make things scale nicely as I add more content and pages, I recreated my media pages as an amalgam of...
https://www.coryd.dev/posts/2024/populating-env-vars-using-1password · 14 Dec 2024
I love automating things and — with that impulse entirely unchecked — I've written up a shell script to make setting this site up for local development even simpler.
https://www.coryd.dev/posts/2024/heres-how-this-is-all-put-together · 8 Nov 2024
I've been fiddling with this site for the better part of a year now and now that it's fairly stable, I'm putting together what amounts to a public README (or a note to self). This post is that document.
https://www.coryd.dev/posts/2024/building-an-album-releases-calendar-subscription · 27 Oct 2024
As part of tracking the music I listen to I also keep track of upcoming albums. When I add an album, I also have fields for release dates and links.
https://www.coryd.dev/posts/2024/11ty-meetup-tracking-and-displaying-music-history · 23 Oct 2024
I got to speak at the 11ty meetup today about the music tracking contraption I've built into my site. I have a fairly detailed post on how I built it and another on the method I'm using to render dynamic media (read: musician/band) pages .
https://www.coryd.dev/posts/2024/dynamic-pages-with-11ty-and-cloudflare-workers · 22 Oct 2024
I was rendering about 3300 pages every time my 11ty site built — probably overkill. About 615 artist pages, 1200+ movie pages, 500 show pages, 500 for books and ~35 for genres. Whew. Build times hovered at about a minute (still very impressive!) but woul...
https://www.coryd.dev/posts/2024/aggregating-content-using-collections-in-eleventy · 4 Oct 2024
I have a bunch (too much?) content on this site and I use a collection containing a few child functions to aggregate all of it into a sitemap, search index and unified feed that gets syndicated to Mastodon.