Skip to navigation Skip to main content
The possum is Eleventy’s mascot

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).


45 results

Filter:
bugsrock.online is #BuiltWithEleventy 🏆 https://bugsrock.online/
Eleventy Meetup Ep.25 is happening today! ★ How I added structured data to my personal website and blog — ‪@kajkandler.bsky.social‬ ★ Deploying 11ty Automatically — ‪@mwdelaney.me‬ https://11tymeetup.dev/events/ep-25-structured-data-and-deploying-11ty/

Eleventy Meetup Ep.25 is happening today!

★ How I added structured data to my personal website and blog — @kajkandler
★ Deploying 11ty Automatically — Michael Delaney

11tymeetup.dev/events/ep-25-st

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/

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 core beta release v3.1.2-beta.1 is available for testing now (bug fixes only): github.com/11ty/eleventy/relea

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/

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