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. I created a node module to generate paginated category pages for a site (https://www.npmjs.com/package/eleventy-generate-category-pages). When I run an Eleventy...
### Operating system Windows 10 ### Eleventy 1.0.2 ### Describe the bug Because of some conflict between Bootstrap fixed navbar and HTML sections, I'd like to customize the HTML generation...
### Is your feature request related to a problem? Please describe. I'm working on a blog that uses [Giscus](https://github.com/giscus/giscus) that allows to change theme by using custom CSS. In order...
### Operating system Windows 11 ### Eleventy 3.0.0_alpha5 ### Describe the bug ``` [11ty] Problem writing Eleventy templates: (more in DEBUG output) [11ty] TemplateLayoutPathResolver directory does not exist for home:...
### Operating system macOS Sonoma 14.2.1 ### Eleventy 3.0.0-alpha.3 ### Describe the bug Using eleventyComputed to build permalinks for paginated pages works great… *unless* the permalink function access `data.collections.anyCollectionName`. If...
### Is your feature request related to a problem? Please describe. When using the RenderPlugin you have to specifiy paths relative to the project dir. This is very annoying when...
### Operating system macOS Sonoma 14.1.1 ### Eleventy 3.0.0-alpha.5 ### Describe the bug If I have a file `.eleventy.js` to configure Eleventy in my docs folder, then running `npx @11ty/eleventy...
I have been confused about how to get global data in WebC components before finding this while reading the code. I don't think it's in the WebC docs yet.
### Is your feature request related to a problem? Please describe. _No response_ ### Describe the solution you'd like I hate to chain a sequence of transforms that all -...
My original code: please can someone help review this # Node.js # Build a general Node.js project with npm. # Add steps that analyze code, save build artifacts, deploy, and...