-
> If you omit the file extension (for example layout: mylayout), Eleventy will cycle through all of the supported template formats (mylayout.*) to look for a matching layout file.
https://www.11ty.…
-
I have tried to create a data file that fetches an API, loops through the responses, then fetches another API for each response. Everything worked as expected when I was just fetching the initial API,…
-
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 …
-
Some mechanism to allow extension of existing template engines with additional file extensions.
@paulrobertlloyd surfaced this in https://github.com/11ty/eleventy/issues/117#issuecomment-388576364 …
-
**Describe the bug**
Build fails when using this `.env` to speed up build.
## `.env` file
```
# Ignore ALL /docs/
#ELEVENTY_IGNORE_DOCS=true
# Only ignore /docs/android/
ELEVENTY_IGNORE…
-
When I started building the reading page, I used a Markdown file for each book and named the file the same as the book's ISBN.
This really doesn't scale very well.
Build times are slow as I run a sh…
-
https://github.com/11ty/eleventy/blob/d0ab03811e87735ac3d79f03bdbff493358f13df/src/defaultConfig.js#L94-L99
Note that using the previous API (`jsDataFileSuffix`) maintains backwards compatibility i…
-
Hello :wave:
I managed to use `@11ty/eleventy-img` in a webc:type="render" template by injecting it through a global JavaScript data file. I described the approach in my article [Optimize your im…
-
Hi,
you have a beautiful website and I tried to clone it, but it aint working:
```
/usr/local/bin/node /usr/local/lib/node_modules/yarn/bin/yarn.js install
yarn install v1.22.10
[1/4] 🔍 Res…
-
1. Make `this` for prop/data/attr reference optional. Similar to https://github.com/11ty/webc/issues/40 but for https://www.11ty.dev/docs/languages/webc/#webctyperender-(javascript-render-functions). …