Skip to navigation Skip to main content

Eleventy Firehose

This page shows activity from the Eleventy Blog, Quick Tips, YouTube channel, Mastodon account, and all GitHub releases (all of 11ty org repositories).


Filter:
etch.co moved from Next.js to 11ty and decreased their npm dependency count from 1115 to 13! 🤯 “It feels like the tooling has gotten out of the way, and the website is just a website again ❤️” https://etch.co/blog/we-migrated-our-site-to-eleventy-and-increased-performance-by-24-percent/

etch.co moved from Next.js to 11ty and decreased their npm dependency count from 1115 to 13! 🤯

“It feels like the tooling has gotten out of the way, and the website is just a website again ❤️”

etch.co/blog/we-migrated-our-s

htmlforpeople.com is #BuiltWithEleventy 🏆 https://htmlforpeople.com/
The Translated Hugo Initiative is #BuiltWithEleventy 🏆 [contains quote post or other embedded content]

import.meta.resolve can make it easier to passthrough copy assets from node_modules.

Future improvements: github.com/11ty/eleventy/issue

import { pathToFileURL } from
import.meta.resolve can make it easier to passthrough copy assets from node_modules. Future improvements: https://github.com/11ty/eleventy/issues/3885
Thanks to Kilian Finger, Eleventy’s @vite.dev Plugin v7 is now available! https://github.com/11ty/eleventy-plugin-vite/releases/tag/v7.0.0
unbreaking.org is #BuiltWithEleventy 🏆 [contains quote post or other embedded content]

The version history on the docs now includes prereleases too: 11ty.dev/docs/versions/

The version history on the docs now includes prereleases too: www.11ty.dev/docs/versions/ https://www.11ty.dev/docs/versions/
Eleventy v3.1.2 is now available: https://github.com/11ty/eleventy/releases/tag/v3.1.2
Eleventy v3.1.2 is now available: https://github.com/11ty/eleventy/releases/tag/v3.1.2
Beta channel release: v3.1.2-beta.3 (bug fix release) https://github.com/11ty/eleventy/releases/tag/v3.1.2-beta.3

New beta release: v3.1.2-beta.2 (includes a bug fix for internal caches on custom template syntaxes) github.com/11ty/eleventy/relea

New beta release: v3.1.2-beta.2 (includes a bug fix for internal caches on custom template syntaxes) https://github.com/11ty/eleventy/releases/tag/v3.1.2-beta.2
From the community: https://www.youtube.com/watch?v=4_bYUVGgQQo Thank you @vkc.sh!

New core beta release v3.1.2-beta.1 is available for testing now (bug fixes only): github.com/11ty/eleventy/relea

New core beta release v3.1.2-beta.1 is available for testing now (bug fixes only): https://github.com/11ty/eleventy/releases/tag/v3.1.2-beta.1

Feedback welcome on a proposed option to override the project root in Eleventy, please weigh in if you have opinions! github.com/11ty/eleventy/issue

Surfacing a hidden feature in Eleventy’s Bundle Plugin: `bundleHtmlContentFromSelector` to bundle HTML content!

`bundleHtmlContentFromSelector: "style"` to bundle <style> nodes or "script" to bundle <script> nodes.

11ty.dev/docs/plugins/bundle/#

Example: github.com/11ty/eleventy-base-

Early adopters and testers welcome on this new beta release!

Eleventy v3.1.1-beta.1: github.com/11ty/eleventy/relea

Eleventy LibDoc is a beautiful new documentation focused starter project from Olivier Blanc.

Source: github.com/ita-design-system/e
Demo: eleventy-libdoc.netlify.app/

not many folks used the very first version of eleventy on 8″ floppy

my hand is holding two 3d printed floppy disks, both with the 11ty sticker on top. one is 8″ and has v0.1.0 written on it. another is 3.5 and has v0.2.8 written on it

Try out the new interactive Playground component on the docs home page: 11ty.dev/#try-eleventy-in-your

That’s right: we’re running Eleventy in the build and in the browser. This unlocks many more exciting options for Eleventy projects — stay tuned!

A screenshot of the 11ty.dev home page playground, with panes for Code editing, output preview, input and output files, and view source option!

We’re moving Mastodon servers!

Hold on to your butts.

The Eleventy Meetup is happening today: 11tymeetup.dev/events/ep-23-no

Starring Michael W. Delaney and vrugtehagel!

New in Eleventy Bundle v3.0.4: a new option to populate per-route bundles with content right out of your HTML.

github.com/11ty/eleventy-plugi

Here’s an example that puts all `<style>` element content into a `css` bundle:

// Per-page bundles, see https://github.com/11ty/eleventy-plugin-bundle
eleventyConfig.addBundle( content to `css` bundle (use