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

From the incremental doc page: "If you create/update a template file, Eleventy will run the build for that file and only that file". However, on Windows, the above seems to...

needs-triage

**Describe the bug** When running `eleventy --serve` for local development if I try to access my `manifest.json` I get a 301 redirect to `/manifest.json/` (i.e. including a trailing slash) which...

needs-triage

**Is your feature request related to a problem? Please describe.** Right now, there are two major limitations to Eleventy's API documentation: 1. Information on the APIs is scattered throughout guide...

enhancement
feature: ⌨️ programmatic API

**Is your feature request related to a problem? Please describe.** I am new to the Eleventy project and I feel that the need to use `@11ty/eleventy` instead of `eleventy` in...

enhancement

This is a first implementation for #1175 and #2287 to gather feedback. This change allows for more fine grained control over how a template is excluded from collections by allowing...

**Is your feature request related to a problem? Please describe.** Where is no clear and predictable way to access `page data` inside: * `filter` * `shortcode` * `transform` It would...

enhancement

This change adresses the issue in #2386. It changes the output for custom engines as follows: Before: ``` [11ty] Writing _site/index2/index.html from ./index2.md (liquid) [11ty] Writing _site/test/index.html from ./test.md (liquid)...

in-progress

Via https://starfallprojects.co.uk/blog/markdoc-eleventy/#enabling-markdoc We don’t have a unique key or name for these addExtension when overrides are in place, so maybe just say `(custom)`?

bug

This change adds watchtargets for eleventyignore (and if configured gitignore) files. Fixes #1473

This change adds a "PathNormalizer" with tests which converts all paths to be unix compatible (replace "\" with "/"). That way auto reloading dependencies of the config also works on...