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

**Describe the bug** Hi, sorry for the double post. I added this to the Discussions board (https://github.com/11ty/eleventy/discussions/2118) thinking maybe I did something simple (and wrong ;) but I haven't seen...

bug: lite
error-messaging

**Describe the bug** I'm not sure if this is a bug, as it seems new, but it may also be a doc issue. I built an incredibly simple site: /index.liquid...

documentation
education
feature: 🪞 ignores

Hi 😄 This PR adds support for custom Ejs functions (also async functions). Example of the syntax is: ``` module.exports = function(eleventyConfig) { eleventyConfig.addEjsFunction("myAsyncFunction", async function(a, b) { … });...

pr: enhancement
template-language: ejs

See #2470 for more details why this is not (yet) 100.

This PR contains some changes to the Sortable class, to make the API a little more consistent (IMO) while being backwards compatible.

Solves #1510 Adding the inputPath to the markdown renderer so markdown it can be referenced by plugins.

on-hold

I believe that the lines 14-18 are from an old version, since they are not hit by UT coverage and probably don't even work as the author expected. https://github.com/11ty/eleventy/blob/fc6fc96707ad9ca062622ea11e0c092b666372a9/src/Util/Merge.js#L11-L44 I...

If an asterisk is used to expand a `.gitignore`'s folder rule, Eleventy will not follow that rule and attempts to scan the entire `node_modules/` folder. **Steps to Reproduce** 1. Add...

needs-triage
feature: 🪞 ignores