As your 11ty application evolves, you’ll want more organization with your JavaScript. Here’s a method for bundling together using esbuild.
When using raw JavaScript with 11ty, there are multiple approaches you can take for binding events, all without complicating the JavaScript you’re using.
Two years after launching my site with 11ty, it’s grown considerably, and yet I’m still in love with the tool.
A super quick and simple way to speed up the development experience on 11ty sites as they grow in size and complexity.
It takes a lot to bring an idea to life on the web, even for the simplest of sites. Follow this guide for a detailed look at moving from concept to a website deployed to your domain.
It's much easier to maintain a site over time when the content is separate from the code. Walk through that process using a real example with Eleventy.
Learn how to take a handful of static HTML files and convert them into templated files that will help you minimize errors and work more efficiently.
While Eleventy doesn't appear to be built for today's component-driven landscape, here are three approaches we can take to get closer.
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.
Copy static files from a directory into the root of the build directory with Eleventy.