eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
### Is your feature request related to a problem? Please describe. You can’t include static assets such as images or external CSS files when using Eleventy without a config file....
I was trying to do unique-to-my-project highlighter overrides--without the overhead of creating another plugin (because some of my changes are currently very idiosyncratic...)--but found that `addMarkdownHighlighter()` would mysteriously not be...
**Describe the bug** Setting size 1 in a pagination results in having a flat array instead of an array of arrays, as described in **To Reproduce** Use the following njk...
Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `@11ty/[email protected]` for the project I'm working on. I use a [lazy image library](https://github.com/aFarkas/lazysizes),...
### Operating system macOS 13.3.1 ### Eleventy 2.0.1 ### Describe the bug I just tried using the [HTML plugin](https://www.11ty.dev/docs/plugins/html-base/) for the first time and it worked great—except it didn’t update...
### Operating system macOS Ventura 13.4.1 (c) ### Eleventy 2.0.1 ### Describe the bug If I have links like: - `/` - `/foo` they'll get correctly mapped to: - `/de`...
### Operating system Windows 10 Pro Workstation 22H2 ### Eleventy 2.0.1 ### Describe the bug Hello! I found an issue with the `permalink` key in the data cascade when handling...
I'm finding it difficult to find a "way in" to the docs. - /docs landing page is the place for a guide to the documentation section itself, not the place...
### Is your feature request related to a problem? Please describe. The njk system supports extends and blocks but this seems to break Eleventy’s data cascade. ### Describe the solution...
This feature adds the ability to define a `rebuildUrl` in the config. When eleventy-dev-server is running and a POST request is made to that URL, 11ty rebuilds the site. Usage:...