-
Instead of resizing/optimizing images locally, make use of 11ty's image processing feature:
https://www.11ty.dev/docs/plugins/image/
-
I have front matter like this
``` yaml
---
date: Created
updated: Last Modified
---
```
and it outputs `date` and `updated` as the strings "Created" and "Last modified" respectively. I expect…
-
### Story
_No response_
### Description
It appears all of our blog posts have the same meta description: "Scale your Node-RED deployments in production. Open-Source and available on Docker, Kuberne…
-
Hi there,
I've stumbled upon a very weird bug.
In my setup I have a .njk file that includes a JS script so I'm able to minify these files within Eleventy using a transform, without needing other…
-
I'm trying to use `markdown-it-image-size` in my [Eleventy](https://11ty.dev/) projects, where
- Markdown files are in sub folders
- Markdown code for images is relative (no path at all when the im…
-
Add support for mermaid style diagrams in Markdown, similar to what GitHub has done https://github.blog/2022-02-14-include-diagrams-markdown-files-mermaid/
-
If a sitemap.xml is generated as part of an 11ty build the plugin fails.
Works fine in dev.
I created a simple hello-world example in
https://github.com/andystevenson/11ty-plugin-vite-sitemap-iss…
-
Hello Aleksandr,
I'm trying to install your plugin with Eleventy 2.0.0; Node v16.13.0; NPM 8.1.0; Windows 10
and I get:
```
[11ty] Eleventy CLI Fatal Error: (more in DEBUG output)
[11ty] 1. Err…
-
This would be to allow passing third party components globally to no-import. For example :
```js
module.exports = function(config) {
config.addPlugin(require("@11ty/eleventy-plugin-webc"), {
…
-
# 🐛 bug report
I was attempting to use dynamic imports in a resolver plugin (written in CJS) to load an ESM package. Doing so causes Parcel to throw an error that "A dynamic import callback was…