eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
related to #3124
Right now the `log` filter logs the passed in values directly. This isn't always helpful when working with async values e.g. in webc components. This change adds the `logAsync` filter...
This Commit adds the `include` and `exclude` attributes to the pagination plugin. This allows for more semantic filtering in a backwards compatible manner. This commit also adds the required tests...
### Is your feature request related to a problem? Please describe. I'm interested in accessing the nunjucks environment to create shortcodes that do custom rendering. One examples is a shortcode...
This would resolve the issue I just opened: #3175 This is my first contribution, so let me know if there's a better process for contributing! Thanks ✨
### Operating system MacOS 14.1.2 ### Eleventy 2.0.1 ### Describe the bug I have recently updated Eleventy to version 2.0.1 and I used the handy update tool to accomplish this....
### Operating system macOS Sonoma 14.2.1 ### Eleventy v3.0.0-alpha.4 ### Describe the bug I've been converting my site to version 3.0.0 of Eleventy and have come across a reproducible bug...
### Operating system macOS Sonoma 14.2.1 ### Eleventy v3.0.0-alpha.4 ### Describe the bug When running `eleventy --serve --incremental` in v3.0.0, I've noticed the process crashes when attempting to save changes...
### Operating system Windows 10 ### Eleventy 2.0.2-alpha.2 ### Describe the bug I'm trying to implement the whole site using only webc and markdown, so there are no other templating...
@zachleat I’ve been trying to become familiar with the Eleventy codebase, and there are a number of things I’ve wondered about the code’s structure. Since v3 is on the horizon,...