-
Say this island exists in two separate independent sections of a WebC page:
```html
```
Note that this means the same bucket CSS will exist in two places on the page ``.…
-
After migrating to eleventy 1.x and updating the postCSS configuration accordingly, build fails with a warning about a
```
[11ty] Problem writing Eleventy templates: (more in DEBUG output)
[11ty]…
-
Right now when you pass an array to `getComponentsMap` we assume that you’re passing in a list of file names. You may want some of these to be globs.
Practically speaking this is used by the Eleven…
-
**Is your feature request related to a problem? Please describe.**
Yes, It would be nice to have context to which file is being rendered when I am writing custom plugins for my markdown.
I am try…
-
Noticed on my blog that every `diff` block generates unclosed ``-elements.
```diff-javascript
- foo();
```
I was able to trace the problem down to this particular line:
https://github.c…
-
I believe some other tools call this `taxonomies`
This could enable some other neat things like nested levels of pagination. An example of a workaround for two levels of pagination can be found her…
-
1st. Go slow when talking to me. I am sometimes out of my depth as far as some of this tech goes, 11ty I know nothing about, for example. I have a passable understanding of Github and obsidian, html, …
-
I'm getting a runtime error when adding the plugin to my eleventy config:
```text
[11ty] Eleventy CLI Fatal Error: (more in DEBUG output)
[11ty] 1. Error processing a plugin (via EleventyPluginEr…
-
You could also use a JS function for this as well (with JS front matter) and bypass the webc parsing altogether:
```yaml
---js
{
permalink: function(data) {
return "`/${th…
-
So `.webc` files are HTML. So we can use HTML syntax highlighting and formatting for it. But we can also use them to hold site content, what Eleventy calls "templates". A template can also hold frontm…