eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
**Describe the bug** When attempting to run Eleventy with a tool like `concurrently` or `npm-run-all`, Eleventy doesn't appear to watch targets specified via `addWatchTarget`. However, it does work in other...
**Describe the bug** I've a semi-open site generator project that squishes gigabytes of data sources down to about 6.9k pages to be processed by eleventy in two ways: 1) the...
support global / constant basename like `index` for [Directory Data File](https://www.11ty.dev/docs/data-template-dir/) so when renaming directories, we dont have to rename the directory data files too `.eleventy.js` ```js module.exports = function(eleventyConfig)...
So that pagination data key can be determined dynamically, based on a callback function that gets passed all template data. So you can do something like: ---js { pagination: {...
When there is an error writing templates, it would be helpful to print the affected file. I got this error 'You’re trying to use a layout that does not exist'...
**Describe the bug** According to the [Render documentation](https://www.11ty.dev/docs/plugins/render/): > Everything you’ve added to project’s configuration file will also be available in these renders too: shortcodes, filters, etc. However, the Render...
I’d like to put together a list of large Eleventy sites for performance testing and benchmarking new Eleventy releases (potentially resulting in an automated test). This will likely be most...
* Write `images` in output? * Maybe as a larger option for Custom `addExtension` templates too? In this tweet Lea is attempting to make a PNG from a canvas buffer...
Hey Friends, I have been running into some issues with 11ty. The setup I am using is pretty strait forward. I have a google sheet setup for a product list....
I'm trying to build an Eleventy collection from external data, while keeping the default [collection item data structure](https://www.11ty.dev/docs/collections/#collection-item-data-structure). I have a REST API that serves JSON content, which looks like...