21 posts by Stephanie Eckles
2023
CAUTION
The posts below were published before the release of Eleventy v3.0.0 (Oct 1, 2024). Information in these posts may be out of date. The current stable release is 3.12.
Ensure templates that display content from collections, like a blog index, rebuild when associated collection content changes.
Mar 18, 2023
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
Use these plugins or code snippets to make CSS a first-class templating language in Eleventy and add processing with LightningCSS and/or Sass.
Feb 25, 2023
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: CSS/Sass
Use this 11ty plugin to enforce a typed frontmatter schema for templates within an Eleventy collection.
Feb 17, 2023
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Collections
CAUTION
The posts below were published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information in these posts may be out of date. The current stable release is 3.12.
YouTube video
Feb 5, 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.
Jan 26, 2023
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...Edge Functions
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!
Oct 24, 2022
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: WebC
What is WebC and what does it have to do with Eleventy?
Oct 15, 2022
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: WebC
Using environment variables and the Eleventy config option to ignore files, we can exclude files or directories depending on our build process.
Mar 25, 2022
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
Use this command line combination for building a static site that includes Browsersync, processing Sass and running the final files through autoprefixer and cssnano.
Feb 19, 2022
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: CSS/SassGetting Started
2021
CAUTION
The posts below were published before the release of Eleventy v1.0.0 (Jan 9, 2022). Information in these posts may be out of date. The current stable release is 3.12.
Collections allow you to group templates and then sort, filter, and perform other manipulations to customize the display of your template content and data.
Nov 11, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Collections
Replace characters that are often stripped out of post titles by RSS readers and social network link embeds
Aug 8, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...Social MediaFiltersRSS
YouTube video
May 31, 2021
by Stephanie Eckles (21 posts)
Categories: How to...Why Eleventy?
Tips for creating Eleventy layouts.
Apr 16, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: CSS/Sass
Use this shortcode and filter as a starting point for your date transformation needs.
Mar 27, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: DatesHow to...FiltersShortcodes
Learn what makes Eleventy unique, and about some essential concepts to help you successfully get started.
Mar 24, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Getting Started
Includes filters for creating an excerpt and other content enhancements.
Mar 24, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Filters
A useful technique to manage site metadata (title, description, url, etc) for ease of retrieval throughout templates and content.
Feb 15, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Data CascadeGlobal Data
Create a collection of content using any Eleventy templating language and learn to control the output to enable using that content as data.
Feb 15, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Data CascadeCollections
Eleventy includes features that allow exceeding the traditional limits of static. Learn how to leverage these features and think beyond static when using Eleventy.
Jan 28, 2021
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: Why Eleventy?
2020
In the last article, we learned what goes into planning for a community-driven site. We saw just how many considerations are needed to start accepting user
Aug 20, 2020
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...
I've recently found myself reaching for Eleventy (aka 11ty) above all other tools when I want to develop a website. It's hard to beat a static site generator
Aug 19, 2020
by Stephanie Eckles (21 posts) · Website & RSS feed
Categories: How to...