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 328 eleventy issues
Sort by recently updated
recently updated
newest added

This PR converts `possible-bug.md` and `enhancement.md` from issue templates to issue forms. Closes #1958 Screenshots of issue form. ### New bug issue forms. ![Possible bug issue form](https://user-images.githubusercontent.com/2221746/184026600-856acb41-e9b7-4b18-a3a9-d466d9983c68.png) ### New enhancement...

When I load my 11ty server my collection of blog posts is not reversed. Only when I make a tweak to the code like removing the reverse method and then...

education

**Is your feature request related to a problem? Please describe.** When writing a `.filter( … ) ` function in JavaScript, I tend to think of it as “Filter FOR «truthy...

enhancement
breaking-change

https://www.11ty.dev/docs/data-eleventy-supplied/ Suggested by @gigamonkey https://twitter.com/peterseibel/status/1552343686108700672 Related: https://www.11ty.dev/docs/events/#event-arguments

enhancement

**Is your feature request related to a problem? Please describe.** If I create a website that is multilingual, I would like to be able to specify a domain for the...

education

**Describe the bug** I make a clean install with 11ty 1.0, No problems during install, I setup the .elevnty.js and run tasks to watch changes with sass. Setup a template,...

bug: windows
education

**Describe the bug** Was experimenting with the possibility to use JS in the front matter (to call some globally defined function. While using the computedData with plain (yaml) front matter,...

needs-triage

I can't seem to use the [syntax highlighting](https://www.11ty.dev/docs/plugins/syntaxhighlight/) inside a paired shortcode? Is this supported? What I would like for this paired shortcode is to show the result of the...

education

I'm [trying to use programmatic API](https://github.com/monochromer/eleventy-deep-nested-computed-data/blob/json-stream/build.js) for Eleventy and `toNDJSON`. When i use `.on('data', () => {})` interface, it works fine - the data flow goes chunk by chunk ```javascript...

**Describe the bug** Computed `date` from 11tydata.js in a directory not used in sorting collection. **To Reproduce** Make two files in the same directory and collection (`slides` in this case)...

needs-triage