eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
### Operating system macOS Big Sur ### Eleventy 3.0 alpha 13 ### Describe the bug [Repo](https://github.com/pauleveritt/eleventy-tsx-shortcodes) and [video](https://youtu.be/m0lzT7__O7U) TSX layout components work great. Subcomponents work great. But they don't have...
### Operating system macOS Sonoma 14.5 ### Eleventy 2.0.1 ### Describe the bug When using Liquid as the template engine, I am unable to split the shortcode arguments into multiple...
### Operating system Xubuntu 22.04 ### Eleventy 2.0.1 ### Describe the bug I have a fairly standard setup using an image shortcode to generate responsive images. ```javascript eleventyConfig.addShortcode("image", async function(src,...
### Operating system Windows 10 ### Eleventy v2.0.1 ### Describe the bug In windows (does not happen on my linux desktop), if input is a folder (instead of ./) pre-existing...
### Operating system macOS Sonoma 14.2.1 (23C71) ### Eleventy @11ty/[email protected] ### Describe the bug As of writing this issue, I'm seeing new deprecation warnings for the following packages: ```sh npm...
https://liquidjs.com/tutorials/parse-parameters.html#Parse-Parameters-as-Values https://liquidjs.com/tutorials/parse-parameters.html#Parse-Key-Value-Pairs-as-Named-Parameters Currently implementation predated those features and is using a one-off parser using `moo`: https://github.com/11ty/eleventy/blob/0f44f756a30247515033945e74e171a293bc75d5/src/Engines/Liquid.js I think due to the size of this change, we’ll probably want a configuration...
I read [a few issues](https://github.com/11ty/eleventy/issues/853) to have multiple content blocks in a template but I can't make it work. It's working wiht paired shortcode but I see 'undefined' in the...
The official JSDoc events is confusing and poorly documented, so this is really just “tagging” where event are listened for, and where they are emitted. …That said, I think it’s...
I have a collection of pages grouped by `tags: episode`. When I cycle through such collection using `{%- for episode in collections.episode -%}` I can easily get front matter data...
### Is your feature request related to a problem? Please describe. TypeScript support, more specifically declarations within `.eleventy.js` configuration files seems to be a rather problematic for folks. The current...