eleventy
                                
                                
                                
                                    eleventy copied to clipboard
                            
                            
                            
                        A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
### 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...
### 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....
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/
`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
### 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....