page

Asset Pipelines 37 posts

2026

favicon for site or author

Styles in Eleventy (Again)

A technical walkthrough on how I heavily optimized (and some would argue over-engineered) the CSS loading path on this Eleventy website.

Kitty Giraudel (16)

favicon for site or author

Feature Toggles with Eleventy

A short technical walkthrough on setting up feature toggles in Eleventy.

Kitty Giraudel (16)

favicon for site or author

Building brennan.day Part Two: IndieWeb, New Features, and Three Months of Iterations

What have I added to my site since I started in December? Quality-of-life improvements, new pages, interesting features, and of course, easter eggs! When you add a little each day, it really adds up.

Brennan Kenneth Brown (13)

favicon for site or author

Precompressed HTML at the Edge: Eleventy Meets Cloudflare Workers

In this post, I will show you how I integrate Brotli level 11 compression directly into my 11ty build process to squeeze every possible byte out of my blog’s HTML.

Matt Hobbs (8)

favicon for site or author

Simple themeing strategies for simple websites

Been having some fun with website themes lately, here's a detailed blog post of how I manage them

Grigor Malo (3)

favicon for site or author

Cache-busting that CSS & JS

The saga continues...now we cache-bust those CSS and JS references.

Bob Monsour (26)

favicon for site or author

On not minifying CSS & JS (part 2)

So this is how I am now not minifying CSS and JS bundles in 11ty.

Bob Monsour (26)

favicon for site or author

Minify those CSS & JS bundles? Maybe not.

I saved a ton on site build time by not minifying CSS & JS...YMMV.

Bob Monsour (26)

favicon for site or author

Syndicating posts to mastodon via the gitlab pipeline

POSSE worflow got an upgrade #posse #indieweb

Grigor Malo (3)

2025

My New On-Demand Image Resizing Pipeline for Eleventy

Don't get me wrong: I love using Eleventy . I am benefiting so much of its little and big conveniences and generally agree…

Martin Hähnel (14)

favicon for site or author

Using esbuild in Eleventy

The personal website of Dan Cătălin Burzo.

Dan Cătălin Burzo (6)

favicon for site or author

Font Subsetting in Eleventy

eleventy-plugin-font-subsetting works fine but its configuration is finicky.

Shiv J.M. (13)

favicon for site or author

Asset fingerprinting and the preload response header in 11ty

I’ll be building on my earlier post about CSS asset fingerprinting, this time adding the preload response header into the mix. Together, these techniques make sure your browser grabs my blog’s CSS right away, keeping things fast and seamless.

Matt Hobbs (8)

favicon for site or author

Conditional favicon in Elev­enty using passthrough copy

Never mix up dev and prod again! (due to identical icons, at least)

Christopher Kirk-Nielsen (15)

favicon for site or author

Building This Website with Eleventy and Bulma

A look at the tech stack and decisions behind building my personal website using modern, simple tools.

Lasantha Kularatne (1)

favicon for site or author

Cache-Busting Assets in Eleventy

Generate a sourcemap and add it to Eleventy’s global data.

Aleksandr Hovhannisyan (14)

2024

favicon for site or author

Eleventy Buckets & Cascade Layers

Solving a problem I created

Miriam Suzanne (1)

favicon for site or author

Organizing NPM Build Scripts

I recently took an existing codebase and ported it over to Eleventy. The main purpose was to recreate the website with existing markdown files and CSS. Creating the collections and templates was the bulk of the work, but I also needed the CSS to work.

Trevor Morris (8)

favicon for site or author

Getting started with Eleventy

The missing getting-started guide for the Eleventy (11ty) static-site generator.

Sean McPherson (3)

favicon for site or author

2024 redesign

Some notes about this 2024 redesign.

Christopher Kirk-Nielsen (15)

favicon for site or author

How I shaved 1.5 minutes off my Eleventy build time

I had a revelation earlier today that solved a long-standing performance issue I’ve been having with the initial build of my Eleventy website, and here’s how it saved me a bunch of time!

Chris Burnell (8)

favicon for site or author

Using an Eleventy event to optimize component JavaScrip

I've added a small event to optimize web component JavaScript when my site builds.

Cory Dransfeldt (46)

favicon for site or author

@fec/eleventy-plugin-asset-pipeline: Better Cache Busting with Eleventy

I have created an Eleventy plugin to easily implement cache busting and asset handling.

Florian Eckerstorfer (9)

2023

favicon for site or author

Migrating from WordPress to Eleventy (part 3)

Placeholder text. Can't generate excerpt

Carlos Araya (5)

favicon for site or author

Delaying asset requests in Eleventy

Simulate slow connections on your Eleventy website using dev server middleware.

Darek Kay (5)

favicon for site or author

Compiling CSS with Eleventy

A list of different options for compiling CSS with Eleventy

Robb Knight (20)

favicon for site or author

A Future of Themes with CSS Container Style Queries

One way to implement themes on a website with style queries.

Christopher Kirk-Nielsen (15)

favicon for site or author

CloudCannon

CloudCannon.com officially switched our website over to build with Eleventy, and the results with this static site generator have been amazing.

David Large (5)

favicon for site or author

Font Subsetting with Eleventy.js

Blog and general digital garden of the full stack programmer Simon Dann.

Simon Dann (11)

favicon for site or author

Combining 11ty Static Site Generator with ASP.NET Core

Combining 11ty Static Site Generator with ASP.NET Core for maximum awesomeness.

Khalid Abuhakmeh (4)

favicon for site or author

External Asset Pipeline with Eleventy

I like to use NPM scripts for my asset pipeline instead of using Eleventy to generate assets and orchestrate everything. The latest release of Eleventy Dev Server makes that approach both easy to implement and quite performant.

Jérôme Coupé (10)

2022

favicon for site or author

Eleventy asset pipeline: precompiled assets without Gulp

Precompiled Sass and JS files that become part of the source folder.

Christopher Kirk-Nielsen (15)

favicon for site or author

Eleventy within Eleventy to compile when you compile: precompiling reused assets

Pre-compile some reused assets to avoid repeating the same operation.

Christopher Kirk-Nielsen (15)

2021

favicon for site or author

Bundle JavaScript with Eleventy and esbuild

How to add JavaScript and bundle it together for an Eleventy project plus integration with the development server for automatic reloading.

Rob Anderson (5)

favicon for site or author

Asset Pipelines in Eleventy

While some SSGs have a standardized way of handling assets, Eleventy does not. That's a good thing! Here are a few possible approaches you can take.

Max Böck (8)

Categories
favicon for site or author

Let's Learn Eleventy (11ty) - How to make a JavaScript bundle

In the fifth part of the Let't Learn Eleventy series, we'll learn how handle JavaScript

Rares Portan (5)

2020

favicon for site or author

Asset Pipelines in Eleventy

This is a clever trick (probably too clever) for setting up Eleventy to manage asset pipelines like SCSS and JavaScript transformations, as well as using hashes in filenames for cache busting.

Evan Sheehan (8)

Some content below may have been published before the release of Eleventy v3.0.0 (October 1, 2024). Information may have changed in newer versions. Current stable release: 3.12
Some content below may have been published before the release of Eleventy v2.0.0 (Feb 8, 2023). Information may have changed in newer versions. Current stable release: 3.12.
Some content below may have been published before the release of Eleventy v1.0.0 (Jan 8, 2022). Information may have changed in newer versions. Current stable release: 3.12.
All of the content below was published before the release of Eleventy v1.0.0 (Jan 8, 2022). Information may have changed in newer versions. Current stable release: 3.12.