Learn several ways to randomly pick or subset data, or limit the returned results from a data array.| 11ty.rocks
Ensure templates that display content from collections, like a blog index, rebuild when associated collection content changes.| 11ty.rocks
Use these plugins or code snippets to make CSS a first-class templating language in Eleventy and add processing with LightningCSS and/or Sass.| 11ty.rocks
Use this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy collection.| 11ty.rocks
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.| 11ty.rocks
11 nifty resources from the Eleventy community, including CSS and JS processing, sharing WebC components, and organizing the config.| 11ty.rocks
Review major feature additions, breaking changes, and various enhancements to prepare for the v2 stable release of 11ty.| 11ty.rocks
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!| 11ty.rocks
What is WebC and what does it have to do with Eleventy?| 11ty.rocks
Using environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process.| 11ty.rocks
Replace characters that are often stripped out of post titles by RSS readers and social network link embeds| 11ty.rocks
Create a single-page site that composites working code examples by leveraging Nunjucks templating abilities and custom collections and shortcodes.| 11ty.rocks
Learn what makes Eleventy unique, and about some essential concepts to help you successfully get started.| 11ty.rocks
Grab this snippet to quickly add a basic navigation partial that includes highlighting the current page| 11ty.rocks
Learn how to open the browser when Eleventy is served by BrowserSync.| 11ty.rocks
A useful technique to manage site metadata (title, description, url, etc) for ease of retrieval throughout templates and content.| 11ty.rocks
Examples of common ways to modify permalink structure.| 11ty.rocks
Explore scenarios where you may want to exclude content from output or collections.| 11ty.rocks
Quickly assign settings to a collection instead of repeating the info in each content's front matter.| 11ty.rocks
Learn how to change content output's file type and/or location within the filesystem.| 11ty.rocks
A collection of Eleventy (11ty) starters, projects, plugins, and resources created by Stephanie Eckles (@5t3ph).| 11ty.rocks
Create a collection of content using any Eleventy templating language and learn to control the output to enable using that content as data.| 11ty.rocks
Eleventy includes features that allow exceeding the traditional limits of static. Learn how to leverage these features and think beyond static when using Eleventy.| 11ty.rocks
Includes filters for creating an excerpt and other content enhancements.| 11ty.rocks
Create randomized and other variations for your Eleventy collections.| 11ty.rocks
Set up a way to retrieve `.env` variables within your site content, layouts, and config.| 11ty.rocks
Extend the default `slug` filter and enable accessible heading anchors.| 11ty.rocks
Use this shortcode and filter as a starting point for your date transformation needs.| 11ty.rocks
A collection of Eleventy (11ty) starters, projects, plugins, and resources created by Stephanie Eckles (@5t3ph).| 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.| 11ty.rocks
Collections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data.| 11ty.rocks