How to Separate Content from Website Code | Sean C Davis
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.
Andeers.com Archive About March 31, 2019 Eleventy Essentials I switched my personal site to Eleventy recently. It's a very good static site generator. Here are some tips and tricks I have discovered that are nice to have when you are creating a site. Start using the _data folder If you come from Jek...
Getting Started with Eleventy - DEV Community 👩💻👨💻
The era of static site generators is ever-growing due to the popularity of JamStack on the web. We'll learn how to get started with 11ty, a static site generator and explore its use cases.
Learn 11ty: A JavaScript Static Site Generator Tutorial - Snipcart
Ever heard of 11ty? It's a simple static site generator written in JavaScript. In this tutorial, we craft a small e-commerce app, exploring its set of features in the process.
5 Eleventy Tweaks That Make My Sites Better (and Maybe Yours) · Jens Oliver Meiert
Currently setting up my third site with Eleventy, I’ve run into a few things that proved useful. Here are five of them, including centrally defined layouts, title sorting, and easier hiding of posts.
If you want to build a JAMstack site, there are lots of great options out there. In this episode, Zach Leatherman (https://twitter.com/zachleat) teaches us how Eleventy makes building static sites fast and fun.
Create Your First Basic 11ty Website | 11ty Rocks!
Begin from a blank directory and build up your first Eleventy site. Includes gotchas along the way, why they happen, and how to resolve them. You'll create essential layouts while learn the basics of using Nunjucks and Markdown for templating. And you'll learn to work with local data and external API data. As a bonus, get setup to deploy your final site to Netlify.
One of the great things about Eleventy is its flexibility and its lack of assumptions about how your projects should be organized. However, in order to preserve my own sanity, I needed to come up with a default files and folders architecture that made sense to me.
Five Critical Things To Do Before Working With 11ty
Five pieces of knowledge I wish I knew before working with 11ty, the JavaScript-based static site generator. Get a jump start using this fantastic tool.
I spent a fair amount of time in 2021 building sites with 11ty. I started with no knowledge and ended with a set of preferred tips and tricks. Here's everything I know and wish I knew from the start.