eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
**Description of the Bug** I'm following the [Getting Started](https://www.11ty.dev/docs/getting-started/) guide. After installation of Eleventy and creation of some basic files (`index.html` and `README.md`) I tried to execute Eleventy, but got...
### Operating system macOS Monterey v12.7.3 ### Eleventy 3.0.0-alpha.10 ### Describe the bug The plugin requires that links to sibling pages on pages in sub directories be prefaced with the...
### Is your feature request related to a problem? Please describe. Chrome has recently launched the [Speculation Rules API](https://developer.chrome.com/docs/web-platform/prerender-pages) which provides a way of a page telling the browser to...
I have some private npm package that contains Handlebars partials, which I want to directly use these partials in my Eleventy website, and had hoped that I could reference them...
### Is your feature request related to a problem? Please describe. I'm trying to replace `markdown-it` with `remark`, and the docs currently state: > Note that overriding md opts-out of...
### Operating system macOS 14.2.1 ### Eleventy 2.0.1 ### Describe the bug Creating individual pages from data using [the `pagination` technique](https://www.11ty.dev/docs/pages-from-data/) started suddenly returning a RangeError: ``` [11ty] Problem writing...
Edit: I created [a PR here](https://github.com/11ty/eleventy/pull/3426): #3426 ### Operating system Fedora Linux 40 ### Eleventy canary ### Describe the bug Hello It's probably me, but i can't get even the...
### Is your feature request related to a problem? Please describe. Currently, Eleventy works beautifully with Deno. However, it requires a `package.json` with `"type": "module"` to trigger Eleventy to go...
Fix #3425 This changes the import of liquidjs to proper import (same as in liquidjs's docs i mean) It works with the latest version of liquidjs (10.16.5)
### Operating system macOS Sonoma 14.6.1 ### Eleventy 3.0.0-beta.1 ### Describe the bug The plugin does not check for existing `id` attributes in the markup, only ones created for headers...