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
trafficstars

I was trying to use data from the Data Cascade in a filter. I asked about it in this discussion: https://github.com/11ty/eleventy/discussions/2841 and @pdehaan extremely helpfully solved it. The relevant docs...

enhancement

### Is your feature request related to a problem? Please describe. In general the `add*()` functions of the eleventy config are non-destructive if possible. `addMarkdownHightlighter()` on the other hand behaves...

enhancement
good first issue
breaking-change
feature: 🥸 API consistency

### Is your feature request related to a problem? Please describe. I have a few types of pages that I currently exclude from collections because I want them to disappear...

enhancement

**Describe the bug** I'm trying to manage drafts in [my Eleventy project](https://github.com/nhoizey/nicolas-hoizey.com/), and not including them in a production build. My `_data/eleventyComputed.js` file [contains this](https://github.com/nhoizey/nicolas-hoizey.com/blob/main/src/_data/eleventyComputed.js#L244-L247) (and much much more): ```javascript...

needs-triage

### Operating system Windows 11 ### Eleventy 2.0.1 ### Describe the bug Repo: https://github.com/wcDogg/eleventy-test Structure: - There are 2 source collections - `.src/content/blog` and `.src/content/docs`. - `blog` has a `blog.js`....

needs-triage

Step 4 of Getting Started leaves me still confused about templates. Is *every* file with content considered a "template"? Looking back on the page now, I see that it does...

documentation

I would like to keep content separate from metadata. I thought that could be achieved by putting corresponding data files in the same directory structure under _data as the template...

education
feature: 🔌 plugins

### Operating system Windows 10 ### Eleventy 2.0.1 ### Describe the bug If you run 11ty in "serve" mode and change a partial file, a rebuild is triggered but the...

needs-triage

Lockfiles exist to guarantee consistency across installs, especially in [CI tests](https://github.com/11ty/eleventy/blob/main/.github/workflows/ci.yml#L21)! This is a fresh lockfile from a fresh clone and install, and all tests are passing.

needs-discussion

No need for this since the [organization-level FUNDING.yml](https://github.com/11ty/.github/blob/main/.github/FUNDING.yml) exists and is identical to this one. ![Screenshot of a notice above this repository's FUNDING.yml file saying that it is overriding the...