eleventy icon indicating copy to clipboard operation
eleventy copied to clipboard

A simpler site generator. Transforms a directory of templates (of varying types) into HTML.

Results 415 eleventy issues
Sort by recently updated
recently updated
newest added

### Operating system macOS Ventura 13.2.1 ### Eleventy 2.0.0 ### Describe the bug I’m trying to use a custom base file name so that I can use the following directory...

bug
education
feature: šŸ›  configuration
feature: šŸ” data cascade

### Is your feature request related to a problem? Please describe. By default, the InputPathToUrl tansform plugin leaves the portion of the link to a file after the `#` unchanged....

education

https://github.com/11ty/eleventy/issues/3310#issuecomment-2200988712 Docs for this currently exist here: https://www.11ty.dev/docs/languages/custom/#access-to-existing-filters-and-shortcodes but also need to be (arguably): - https://www.11ty.dev/docs/config/ - https://www.11ty.dev/docs/create-plugin/

documentation

`eleventyConfig.directories` https://github.com/11ty/eleventy/issues/2729#issuecomment-2043095000 https://github.com/11ty/eleventy/pull/3244 Notable cross-reference to `eleventy.directories` in Eleventy Supplied Data: https://www.11ty.dev/docs/data-eleventy-supplied/#eleventy-variable

documentation

### Is your feature request related to a problem? Please describe. I am attempting to write design system components that are compatible across a range of React architectures, including 11ty....

education
typescript