CDCory Dransfeldtincoryd.hashnode.dev·Jun 7, 2023 · 3 min readOptimizing for performance with EleventyIn the interest of over-engineering my personal site I've gone out of my way to optimize it for performance. It started out fairly quick as it's static, built using Eleventy and is hosted with Vercel but, beyond the basic setup, I've taken some addit...00
CDCory Dransfeldtincoryd.hashnode.dev·May 26, 2023 · 5 min readDomain names as discoverable personal identifiers for the webWhat if — and hear me out here — instead of using email or a platform-owned account, we leveraged individual domain names as personal identifiers for the web? Our current state of affairs is essentially this: if you want to use a service or establish...00
CDCory Dransfeldtincoryd.hashnode.dev·Mar 28, 2023 · 2 min readAutomate and syndicate content from Eleventy to MastodonI've discussed building a now page using Eleventy but I also syndicate a subset of that content out to Mastodon using @11ty/eleventy-activity-feed and Make. The @11ty/eleventy-activity-feed allows you to aggregate various web feeds into a single feed...00
CDCory Dransfeldtincoryd.hashnode.dev·Mar 28, 2023 · 2 min readLazy select-based pagination in EleventyI've relaunched, rebuilt and rewritten my personal blog more times than I can count and I've had a trail of posts I've never fully migrated at each turn. This weekend, while relaxing and watching movies I ported them into Eleventy and, in doing so, f...00
CDCory Dransfeldtincoryd.hashnode.dev·Mar 19, 2023 · 2 min readScheduled Eleventy builds on Vercel with cron-triggered GitHub actionsIn an effort to get away from client-side Javascript and embrace Eleventy for what it is (a static site generator), I've dropped my social-utils instance offline and my now-playing track display on my home page that still relied on it. To update my f...00