-
Hi Folks!
I followed your [deployment guideline](https://enhance.dev/docs/learn/deployment/11ty) for 11ty and got the following error message:
[11ty] Problem writing Eleventy templates: (more in D…
-
Just FYI, the current Eleventy 2.0.0 canary (with @zachleat's new server to substitute for BrowserSync) apparently has a problem with this plugin, since it crashed on launch with the following:
```…
-
https://github.com/twigjs/twig.js
https://github.com/ericmorand/twing
Relevant: https://twitter.com/zachleat/status/1009783307364720640
Twig is popular with PHP devs, I think? Wordpress/Drupal/…
-
Maybe I'm old but I think the blog should have RSS. Seems like there is an 11ty plugin.
https://github.com/openwebdocs/owd-website/blob/bc05579783c107d29b0c8c9293b2bc3165143e4c/.eleventy.js#L47
-
Hi, does anyone have a way for this plugin to work with inline code `like this`?
Thanks!
-
This event was only publishing layouts consumed first-hand by content templates (not layout chaining)
-
I noticed that the `templateFormatsAdded` on `eleventyConfig` keeps growing. I'm not sure if this is intended or a bug. An array with similar values that keeps growing feels like a memory leak.
…
-
This is the step that requires knowledge of each template’s dependencies:
* What collections the changed template is a part of and what other templates _consume_ those collections.
* Keep in mind …
-
Hi, I have a problem when trying to use the Edge plugin, when I add the plugin like this:
```
const { EleventyEdgePlugin } = require("@11ty/eleventy");
module.exports = (config) => {
config.…
-
Currently, images added to the site are not optimised and are served in their original format. This is not great for both performance and sustainability.
Image should be:
- Converted to WEBP & A…