Nicolas Hoizey
Nicolas Hoizey
It uses AST instead of DOM API. Not documented yet. Example here: https://github.com/11ty/eleventy-plugin-font-awesome/blob/0cd3614968a02ed5f33ca9ab3f41ec198a35f060/src/transform.js#L55
As noted by Aaron, an image was not ignored when his HTML was split on multiple lines: https://github.com/aarongustafson/aaron-gustafson.com/commit/695bf9d0d8b89a562c0a0fe400665aba8fc91819
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action
See https://nicolas-hoizey.com/tags/abookapart/
I have tokens defined in Tokens Studio without units (so defaulting to `px`) [to be able to use math expressions](https://docs.tokens.studio/tokens/using-math#adding-units). I use the `tokens-studio` transformGroup, but I want to get...
I'm using Forestry to edit content for a site generated with Eleventy, and it manages drafts with a YFM variable named `published` with values `false` and `true`. I would like...
# Updating dependencies 1 package(s) will be upgraded: ``` Package Current Wanted Latest Location Depended by @types/vscode 1.99.1 1.106.1 1.106.1 node_modules/@types/vscode vscode-gremlins ```
It looks like if I want a bundle to be used in multiple pages, it has to be built as many times, even if the content is always the same....
### Is your feature request related to a problem? Please describe. As mentioned in [another issue about the Bundle plugin bundling assets multiple times even with the same content](https://github.com/11ty/eleventy-plugin-bundle/issues/36), I...
**Describe the bug** I have a call to `addPassthroughCopy` with a glob to take all images, but one folder is in my `.eleventyignore` file and the images inside it are...