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.
Implement a Static API using the simple and fast static site generator, Eleventy.
How to ignore the build output when adding it to gitignore causes problems.