-
This will speed up page load times, especially on the affordable housing search page. Even with cached housing data, serverless takes 1-2 seconds to render the full affordable housing search landing …
-
(I'm not sure if Deno is officially supported, but I assume it is here as this is an official plugin for 11ty, where deno is officially supported)
When trying to build webc files on deno, dynamic a…
-
After recently updating my system, when running a build with
```
npx --version
10.8.3
```
There now is a DepeciationWarning. To trace the warning, I started the build (server) via
```
NOD…
-
It's really neat how the `eleventyImageTransformPlugin` will automatically enhance img tags.
If an img tag already has a `width` attribute set, it would be helpful if the plugin used that value ins…
-
**Is your feature request related to a problem? Please describe.**
As an Eleventy (11ty) user, I struggle to integrate the existing WebC image component provided by unpic-img. While WebC works well f…
-
### Preflight Checks
- [X] I have [searched issues across Anrei Jiroh's GitHub repositories](https://github.com/issues?q=org%3Aandreijiroh-dev+user%3Aajhalili2006+) and there are no duplicates found.…
-
### Operating system
macOS Sonoma 14.4.1
### Eleventy
3.0.0
### Describe the bug
While Eleventy is building the site, it's not possible to kill the process with `Ctrl-C`. Only after the build is …
-
It appears that trying to bundle css from a nunjucks macro file using getBundleFileUrl results in a fatal error.
Here is the stacktrace (`` substituted for actual pc path):
```
[11ty] Problem wri…
-
Would be nice to be able to do something like this:
` downloadPaths: {
md: "content/blog/{slug}",`
I'm trying to stick with the structure from the 11ty blog starter template: https://gi…
-
### Operating system
linux
### Eleventy
3
### Describe the bug
I have .md file inside of which I have an include:
```
{% include 'promo.html' %}
```
my promo.html content would be something…