Using the Eleventy Image plugin without a central image folder
Eleventy’s official image pre-processing plugin assumes you have a single folder with all your images in it. I needed something different, and this is how I did it.
">
Eleventy’s official image pre-processing plugin assumes you have a single folder with all your images in it. I needed something different, and this is how I did it.
I knew the basic theory of implementing a dark mode for my site. Making it actually work was a whole other thing.
This year I went back to pick up some previous reads that I'd attempted and abandoned in the past. I'm glad I did!
What we learned from the first year of running Shopify.dev, and what changes we made as a result.
Inside my 72-hour dash to preserve a complete digital snapshot of CanadianBusiness.com.
Exactly one year ago today, I published my first Eleventy plugin. Here are some of the things I’ve learned since then.
You’d think the waking nightmares of 2020 would prompt more escapist reading, but instead I zagged toward nonfiction.
I recently released a plugin for quickly embedding media in Eleventy sites. I think it has potential!
For almost a year I’ve been working on a major project at Shopify and it’s finally out in the world: On February 12, we relaunched the platform’s developer documentation at Shopify.dev.
Contributing to a feature branch that periodically gets rebased against master can lead to rebase hell. Here’s how to recover gracefully with `git cherry-pick`