eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
### Operating system Xubuntu 22.04 ### Eleventy 2.0.1 ### Describe the bug I have a fairly standard setup using an image shortcode to generate responsive images. ```javascript eleventyConfig.addShortcode("image", async function(src,...
### Operating system macOS Sonoma v14.2.1 ### Eleventy 2.0.1 (also reproducible on 3.0.0-alpha4) ### Describe the bug This bug was a nasty one to stumble upon and took me a...
- Recently came across a scenario where the auto reload feature (watch files) of 11ty wasn't working in a docker container for mounted files. - You can find the reason...
### Operating system macOS Sonoma 14.2.1 (23C71) ### Eleventy 2.0.2-alpha.2 ### Describe the bug I'm using Eleventy Serverless in dynamic template rendering mode to render previews of the site before...
### Operating system macOS Ventura 13.6.3 ### Eleventy 3.0.0-alpha.4 ### Describe the bug When I set my custom Eleventy server (written as ESM and linked via `npm ln`) like this:...
### Operating system macOS Sonoma Version 14.2.1 ### Eleventy 2.0.1 ### Describe the bug ``` eleventyConfig.addTransform("htmlmin", async function(content) { // Prior to Eleventy 2.0: use this.outputPath instead if( this.page.outputPath &&...
via https://www.11ty.dev/blog/canary-eleventy-v3/#%E2%80%BC%EF%B8%8F-warning-%E2%80%BC%EF%B8%8F-project-slipstream-changes
* src/Plugins/HtmlBasePlugin.js: Keep the hash if specified. * test/HtmlBasePluginTest.js: Add tests.
v3.0.0-alpha.4 I have a writeup here: https://boehs.org/node/investigating-a-11ty-race-condition A portion of the post has been copied below: --- This error is incorrect: ``` [11ty] Problem writing Eleventy templates: (more in DEBUG...
**Describe the bug** I'm trying to use getFilteredByTags on these existing tags but but am receiving an empty array. I am using getFilteredByTag on each of those tags separately and...