fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

10K
active users

Eleventy 🎈 v3.0.0

New image optimization recipe to save on build minutes.

Store your optimized output images in .cache for disk cache re-use (note: preserving .cache across builds is a host-dependent feature)

github.com/11ty/eleventy-img/i

This works today to store output images into .cache/ and then copy those assets to the output folder post-build: import fs from "node:fs"; import Image, { eleventyImageTransformPlugin } from "@11ty...
GitHubTransform method option to put generated image disk cache in .cache folder · Issue #285 · 11ty/eleventy-imgBy zachleat