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:

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

Feedback welcome on a proposed option to override the project root in Eleventy, please weigh in if you have opinions! https://github.com/11ty/eleventy/issues/3857
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. https://www.11ty.dev/docs/plugins/bundle/#bundling-html-node-content Example: https://github.com/11ty/eleventy-base-blog/blob/977d950fa73bd609338393b3cb29c21e39e63dbe/eleventy.config.js#L34-L49
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. https://www.11ty.dev/docs/plugins/bundle/#bundling-html-node-content Example: https://github.com/11ty/eleventy-base-blog/blob/977d950fa73bd609338393b3cb29c21e39e63dbe/eleventy.config.js#L34-L49

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-

This 88×31 #BuiltWithEleventy animated badge from @chrisburnell.com is only 3KB! https://chrisburnell.com/note/eleventy-animated-88x31/
The Emoji Periodic Table is #BuiltWithEleventy 🏆 emoji.shadycharacters.co.uk via https://mastodon.social/@shadychars/114637034016045284 https://emoji.shadycharacters.co.uk/
Christopher Kirk-Nielsen wrote up their journey with Vento: https://chriskirknielsen.com/blog/from-nunjucks-to-vento-in-eleventy-migration-guide/
New release: Eleventy v3.1.1 (we fixed some things) https://github.com/11ty/eleventy/releases/tag/v3.1.1
New release: Eleventy v3.1.1 (we fixed some things) https://github.com/11ty/eleventy/releases/tag/v3.1.1

Early adopters and testers welcome on this new beta release!

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

Early adopters and testers welcome on this new beta release! Eleventy v3.1.1-beta.1: https://github.com/11ty/eleventy/releases/tag/v3.1.1-beta.1

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/

Eleventy LibDoc is a beautiful new documentation focused starter project. Source: https://github.com/ita-design-system/eleventy-libdoc Demo: eleventy-libdoc.netlify.app https://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
not many folks used the very first version of eleventy on 8″ floppy

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!

not many people know this but before npm we used to mail out physical media to folks

A 3d printed floppy disk with an 11ty sticker attached. My hand is holding it up

New on the docs and new in Eleventy v3.1.0:

HTML Relative Passthrough File Copy (only copy files referenced in templates!)

11ty.dev/docs/copy/#copy-a-fil

Eleventy v3.1.0 is now available 🎈

⏩ 11% faster!
🤏 22% smaller!

github.com/11ty/eleventy/relea

A responsible security disclosure for the Syntax Highlight plugin: github.com/11ty/eleventy-plugi

Due to quick action by npm and good granular access security policy there was no impact and no action is necessary.

New release: Eleventy Fetch v5.1.0

github.com/11ty/eleventy-fetch

Streamlined: 47% smaller! Backwards compatible with existing cache files! Bug fixes! Endorsed by the new pope*!

*not really

Node v24 was released today and our test suite is already green to go: github.com/11ty/eleventy/actio

Congrats and thank you to the Node.js team for all of your hard work! nodejs.org/en/blog/release/v24

Got the website updated with our new Mastodon profile!

And if a neighborhood.11ty.dev subdomain wasn’t enough proof of authenticity, our profile is now Verified™ with 11ty.dev too 😅

Eleventy Arbitrary Milestone Alert: 11ty/eleventy has crossed 18000 Stars on GitHub!

Add yours: github.com/11ty/eleventy

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