eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
### Is your feature request related to a problem? Please describe. As of versions ``` "@11ty/eleventy": "3.0.0-alpha.17", "@11ty/eleventy-img": "^4.0.2", ``` Eleventy Image Plugin generates the following output for `` tag:...
I have a shortcode that uses declarative shadow DOM to scope its contents (I use it to have HTML figures). E.g. ```njk {% scoped %} {% endscoped %} ``` which...
### Operating system macOS Sonoma 14.5 ### Eleventy 3.0 alpha 17 ### Describe the bug In a `tsm` setup, I'd like to do Vitest testing with `new Eleventy()` and point...
### Why does this ticket exist? Sentiment about the current 11ty documentation forms into two somewhat conflicting groups: - Newcomers find the learning curve overwhelming, and - Those with more...
This comes up fairly often, most recently at #3379.
https://www.11ty.dev/docs/usage/#to-can-output-json Twas piggybacked on to https://github.com/11ty/eleventy/pull/1629 I personally don’t use this—anyone need to keep it around?
### Is your feature request related to a problem? Please describe. When writing a plugin, it's not uncommon for authors to want to allow users to pass a template used...
> @zachleat I think the fix for this issue (https://github.com/11ty/eleventy/commit/6b8e53e516b63d7096ce06a67df6f83b15d2b9c7) broke a workflow: > > Versions: > > - Node.js v20.15.1 (installed via nvm) > - Eleventy **3.0.0-alpha.14** through **3.0.0-alpha.17**...
### Operating system Arch Linux ### Eleventy v3.0.0-alpha.14 ### Describe the bug There has been plenty discussion and ongoing work around TypeScript support and pnpm support, (https://github.com/11ty/eleventy/issues/577, https://github.com/11ty/eleventy/issues/2876, https://github.com/11ty/eleventy/issues/2849) to...
### Operating system macOS Ventura 13.3 ### Eleventy 2.0.0 ### Describe the bug Since adding the EleventyHtmlBasePlugin, I noticed that anchor references within a page are now broken. For example,...