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

@zachleat Here’s a sample of JSDoc I added. I tried to be as terse as possible. The codebase is large, so I wanted to show you a sample of what...

Past discussion: https://github.com/11ty/eleventy/pull/3074 and https://github.com/11ty/eleventy/issues/1103 Please upvote the following comments for each of these languages to vote for their continued survival as an officially supported plugin:

breaking-change

This is fixing https://github.com/11ty/eleventy/issues/3206. The issue here is that in partials rendered using `{% render %}`, the `page` and `eleventy` variables do not exist, since the `{% render %}` tag...

### Operating system macOS Sonoma 14.2.1 ### Eleventy 2.0.1 ### Describe the bug Eleventy fails to build if a custom tag is defined and used within a liquid include (if...

needs-triage

This is a PR that fixes https://github.com/11ty/eleventy/issues/1541, and can probably be extended to include https://github.com/11ty/eleventy/issues/3172 and https://github.com/11ty/eleventy/issues/2453 as well. In a nutshell, the problem is that liquid partials rendered with...

### Operating system macOS Sonoma 14.2 ### Eleventy 3.0.0-alpha.2 ### Describe the bug The [11ty docs recommend this](https://www.11ty.dev/docs/config/#type-definitions) as the way to get TypeScript-powered autocomplete on the `eleventyConfig` object: ```js...

bug

### Operating system Windows 11 ### Eleventy 2.0.1 ### Describe the bug Hello. I can't get access to data inside liquid file which is triggered by the 'render'. But depricated...

needs-triage

### Operating system ubuntu:20.04 ### Eleventy 2.0.1 ### Describe the bug I currently have a site that is being built with AWS Amplify, recently a stale PR got merged in...

needs-triage

I'm following the [Serverless documentation](https://www.11ty.dev/docs/plugins/serverless) and am struggling to understand if I should be passing the [bundler options](https://www.11ty.dev/docs/plugins/serverless/#bundler-options) as an object when invoking `addPlugin(EleventyServerlessBundlerPlugin)`: ```js // ...config stuff... const {...

documentation

### Operating system macOS Sonoma ### Eleventy 2.0.1 ### Describe the bug getNextCollectionItem and getPreviousCollectionItem error in multi-language sites with matching fileslugs ### Reproduction steps I have a file structure...

needs-triage