6 posts by Sean Davis
Two years after launching my site with 11ty, it’s grown considerably, and yet I’m still in love with...
Sean Davis · Aug 5, 2022
Categories: Why Eleventy?
3 Ways to Render Server-Side Components with Eleventy
While Eleventy doesn't appear to be built for today's component-driven landscape, here are three...
Sean Davis · Jan 10, 2021
Categories: How to...
Add Netlify Redirects and Headers to an Eleventy Project
What seems like a simple task can be a little tricky to get right with Eleventy. Learn how to add a...
Sean Davis · Sep 24, 2020
Add a Static Directory to an Eleventy Project
Copy static files from a directory into the root of the build directory with Eleventy.
Sean Davis · Aug 17, 2020
Categories: How to...
Building a Static API with Eleventy
Implement a Static API using the simple and fast static site generator, Eleventy.
Sean Davis · May 6, 2020
Categories: How to...
Ignore _site Build Directory in Eleventy
How to ignore the build output when adding it to gitignore causes problems.
Sean Davis · May 4, 2020
Categories: How to...