Standard Search
About 58 results
https://www.coryd.dev/posts/2023/talk-building-a-now-page-with-eleventy · 24 Apr 2023
My talk from the Eleventy meetup about building my now page (you even get to see how much I resemble my avatar).
https://www.coryd.dev/posts/2023/another-eleventy-content-syndication-path · 28 Mar 2023
After posting and discussing my post from yesterday with Nicolas Hoizey I decided to explore his suggested path and explore using a GitHub action to handle posts to Mastodon, rather than Make.
https://www.coryd.dev/posts/2023/lazy-select-based-pagination-in-eleventy · 27 Mar 2023
I'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, found ...
https://www.coryd.dev/posts/2023/automate-and-syndicate-content-from-eleventy-to-mastodon · 27 Mar 2023
I'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.
https://www.coryd.dev/posts/2023/env-files-in-eleventy · 24 Mar 2023
The Eleventy docs recommend the dotenv package for working with .env files, but I've found dotenv-flow to be a bit more useful inasmuch as support for .env* file patterns make development more convenient.
https://www.coryd.dev/posts/2023/scheduled-eleventy-builds-on-vercel-with-cron-triggered-github-actions · 19 Mar 2023
In 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.
https://www.coryd.dev/posts/2023/building-my-now-page-using-eleventy · 18 Mar 2023
As part of my commitment to writing about things I've written in other frameworks in Eleventy, this is how I re-engineered my /now page in Eleventy.
https://www.coryd.dev/posts/2023/webmentions-in-eleventy · 17 Mar 2023
In the interest of continuing to repeat myself I'm writing, once again, about adding webmentions to a blog.