About 58 results
https://www.coryd.dev/posts/2024/lightweight-search-in-eleventy · 18 Mar 2024
I've been using Pagefind for my site search for a while now and would readily recommend it, but I wanted to throw together something a bit lighter weight and customizable.
https://www.coryd.dev/posts/2024/building-a-reactive-website · 14 Mar 2024
No, not that kind. I'm thinking of the indie web kind we're seeing lately. The kind that incorporates content from around the web that the creator of the site cares with and engages with. I find this to be complementary to the popular and well-explained PO...
https://www.coryd.dev/posts/2024/sharing-links-via-rss-sharing-links-via-apis · 10 Mar 2024
I follow and subscribe to a whole bunch of blogs and less and less high-volume news via RSS. It's one of my absolute favorite mediums for keeping up with and reading content on the web.
https://www.coryd.dev/posts/2024/using-an-eleventy-event-to-optimize-component-javascript · 10 Mar 2024
I've added a small event to optimize web component JavaScript when my site builds.
https://www.coryd.dev/posts/2024/surfacing-most-used-tags-in-eleventy · 9 Mar 2024
I made some lightweight design changes to my site, keeping things simple but moving the date up above post headers, surfacing tags below and restoring Read more links.
https://www.coryd.dev/posts/2024/building-a-theme-toggle-web-component · 27 Feb 2024
I (very recently!) added a theme toggle to my site, right up there in the menu. It's a shiny sun or a purple moon depending on your preference. It was a liquid template with some JavaScript sprinkled in. I turned that into a web component.
https://www.coryd.dev/posts/2024/weaving-music-data-in-and-out-of-my-personal-website · 22 Feb 2024
I started integrating music data into my personal website when I added Last.fm artist and album displays to my now page. Initially, I tried sourcing artist images from a few different services, knowing that Last.fm had updated their API to stop serving the...
https://www.coryd.dev/posts/2024/building-a-bespoke-now-playing-web-component · 21 Feb 2024
I've long had a now playing element on the home page of my site that displays either what I've checked into on Trakt, the Lakers' record and who they're playing when a game is on or the last song I've listened to. After leveraging some new web components o...
https://www.coryd.dev/posts/2024/automatic-mastodon-post-embeds · 20 Feb 2024
I use Nicolas Hoizey's GitHub action to syndicate my web activity to Mastodon. Recently, I removed the display of webmentions from my posts after seeing Chris and Robb discuss some privacy concerns around them. Upon seeing David Darnes' mastodon-post web c...
https://www.coryd.dev/posts/2024/using-b2-as-a-json-data-store · 19 Feb 2024
My links page is powered by the Readwise Reader API but because there are, quite reasonably, rate limits in place, I've gone ahead and reduced the page count I fetch on each build and cached older link data from past builds in a B2 bucket.