6 posts by Sean Davis
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
6 Reasons I (Still) Love 11ty
Two years after launching my site with 11ty, it’s grown considerably, and yet I’m still in love with the tool.
Aug 5, 2022
by Sean Davis (6 posts) · Website & RSS feed
Categories: Why Eleventy?
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 2.0.1. Eleventy v3.0 is currently under development and available for testing.
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 approaches we can take to get closer.
Jan 10, 2021
by Sean Davis (6 posts) · Website & RSS feed
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 _redirects file to Eleventy projects deployed with Netlify.
Sep 24, 2020
by Sean Davis (6 posts) · Website & RSS feed
Add a Static Directory to an Eleventy Project
Copy static files from a directory into the root of the build directory with Eleventy.
Aug 17, 2020
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...
Building a Static API with Eleventy
Implement a Static API using the simple and fast static site generator, Eleventy.
May 6, 2020
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...
Ignore _site Build Directory in Eleventy
How to ignore the build output when adding it to gitignore causes problems.
May 4, 2020
by Sean Davis (6 posts) · Website & RSS feed
Categories: How to...