Skip to main content

{{ 11tybundle.dev }}

21 posts by Stephanie Eckles

Smart Incremental Rebuilds With eleventyImport

Ensure templates that display content from collections, like a blog index, rebuild when associated...

Categories: How to...  

Process CSS or Sass With LightningCSS

Use these plugins or code snippets to make CSS a first-class templating language in Eleventy and add...

Categories: CSS/Sass  

Eleventy Collection Schemas

Use this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy...

Categories: Collections  

Building A Membership Site With 11ty

Do you want to offer exclusive content, but also have full control over the platform you use? With...

Categories: Edge Functions  How to...  

Understanding WebC Features and Concepts

WebC is an exciting addition to the 11ty ecosystem as it enables first-class components. Putting the...

Categories: WebC  

Introduction to WebC

What is WebC and what does it have to do with Eleventy?

Categories: WebC  

Ignore Eleventy Files With Environment Variables

Using environment variables and the Eleventy config option to ignore files, we can exclude files or...

Categories: How to...  

Minimum Static Site Setup with Sass

Use this command line combination for building a static site that includes Browsersync, processing...

Categories: CSS/Sass  Getting Started  

Creating and Using Eleventy Collections

Collections allow you to group templates and then sort, filter, and perform other manipulations to...

Categories: Collections  

Filter Titles for RSS and Social Shares

Replace characters that are often stripped out of post titles by RSS readers and social network link...

Categories: Filters  How to...  Social Media  

Going Beyond Static Sites With Eleventy

YouTube video

Categories: How to...  Why Eleventy?  

Layout Templating

Tips for creating Eleventy layouts.

Categories: CSS/Sass  

11ty Date Shortcodes and Filters

Use this shortcode and filter as a starting point for your date transformation needs.

Categories: Dates  Filters  How to...  

A Deep Dive Into Eleventy Static Site Generator

Learn what makes Eleventy unique, and about some essential concepts to help you successfully get...

Categories: Getting Started  

Filters for 11ty Content

Includes filters for creating an excerpt and other content enhancements.

Categories: Filters  

Site Metadata

A useful technique to manage site metadata (title, description, url, etc) for ease of retrieval...

Categories: Data Cascade  Global Data  

Using Template Content as Data for 11ty

Create a collection of content using any Eleventy templating language and learn to control the...

Categories: Collections  Data Cascade  

Going Beyond Static Sites With Eleventy

Eleventy includes features that allow exceeding the traditional limits of static. Learn how to...

Categories: Why Eleventy?  

A Community-Driven Site with Eleventy: Building the Site

In the last article, we learned what goes into planning for a community-driven site. We saw just how...

Categories: How to...  

A Community-Driven Site with Eleventy: Preparing for Contributions

I've recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to...

Categories: How to...