Posts
Articles and tutorials exclusive to 11ty Rocks!
Building A Membership Site With 11ty
๐ฟ 6 min. read โข Posted on: Jan 26, 2023
Do you want to offer exclusive content, but also have full control over the platform you use? With the power combo of Eleventy, Netlify, and Supabase, weโll create an authenticated membership site, no frameworks required.
Read Post
New Features and Upgrade Considerations for Eleventy v2.0.0
๐ฟ 7 min. read โข Posted on: Jan 12, 2023
Review major feature additions, breaking changes, and various enhancements to prepare for the v2 stable release of 11ty.
Read Post
Understanding WebC Features and Concepts
๐ฟ๐ฟ๐ฟ 15 min. read โข Posted on: Oct 24, 2022
WebC is an exciting addition to the 11ty ecosystem as it enables first-class components. Putting the pieces together may be a little overwhelming, so letโs review some WebC features to help you be successful!
Read Post
Introduction to WebC
๐ฟ๐ฟ 11 min. read โข Posted on: Oct 15, 2022
What is WebC and what does it have to do with Eleventy?
Read Post
Ignore Eleventy Files With Environment Variables
๐ฟ 2 min. read โข Posted on: Mar 25, 2022
Using environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process.
Read Post
Creating and Using Eleventy Collections
๐ฟ 6 min. read โข Posted on: Nov 11, 2021
Collections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data.
Read Post
Use Eleventy Templating To Include Static Code Demos
๐ฟ๐ฟ๐ฟ 15 min. read โข Posted on: Apr 2, 2021
Create a single-page site that composites working code examples by leveraging Nunjucks templating abilities and custom collections and shortcodes.
Read Post
A Deep Dive Into Eleventy Static Site Generator
๐ฟ 1 min. read โข Posted on: Mar 24, 2021
Learn what makes Eleventy unique, and about some essential concepts to help you successfully get started.
Read Post
Using Template Content as Data for 11ty
๐ฟ 4 min. read โข Posted on: Feb 15, 2021
Create a collection of content using any Eleventy templating language and learn to control the output to enable using that content as data.
Read Post
Going Beyond Static Sites With Eleventy
๐ฟ๐ฟ๐ฟ๐ฟ 18 min. read โข Posted on: Jan 28, 2021
Eleventy includes features that allow exceeding the traditional limits of static. Learn how to leverage these features and think beyond static when using Eleventy.
Read Post
Create Your First Basic 11ty Website
๐ฟ๐ฟ๐ฟ๐ฟ 18 min. read โข Posted on: Oct 31, 2020
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.
Read Post