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

**Describe the bug** I'm trying this simple example of the renderTemplate feature (using beta8): ``` {% assign name = "Ray" %} Hello World, and {{ name }} {% renderTemplate "md"...

needs-triage
feature: 🪢 render plugin

### Operating system macOS Sonoma 14.0 (23A339) ### Eleventy 3.0.0-alpha.10 ### Describe the bug Using Eleventy 3.0.0-alpha.10, my website fails to compile Nunjucks files correctly, returning something akin to the...

needs-triage
release: canary

### Operating system macOS Sonoma 14.4.1 ### Eleventy 2.0.1 and 3.0.0-alpha.10 ### Describe the bug When using `addPassthroughCopy()` with a custom destination directory, files nested within the source directory will...

needs-triage

I was trying to use the Node frontmatter in the 3.0 alpha, and couldn't find any docs on it. The closest thing I found was this section on custom JavaScript...

documentation

### Is your feature request related to a problem? Please describe. not a problem ### Describe the solution you'd like would be nice a intora plugin: https://pintorajs.vercel.app/docs/getting-started/usage/ ### Describe alternatives...

enhancement

No change to behavior. A bit easier/faster to read. 😸

### Is your feature request related to a problem? Please describe. It would be nice to have access to a list of Universal Filters and Shortcodes in the configuration API....

enhancement

Like `eleventyExcludeFromCollections` but set in https://www.11ty.dev/docs/languages/custom/ somewhere. cc @5t3ph https://github.com/5t3ph/eleventy-plugin-sass-lightningcss#usage > ⚠️ Important: The files will end up in collections.all and appear in places like RSS feeds where you may...

enhancement
feature: 🤟 custom template languages

### Operating system macOS Sonoma 14.5 ### Eleventy v3.0.0-alpha.11+ ### Describe the bug Using any version of `v3.0.0-alpha` after `alpha.10` results in 80% of files no longer being written to...

education
waiting-to-close
release: canary

### Operating system macOS Sonoma 14.4.1 ### Eleventy 3.0.0-alpha.13 ### Describe the bug When trying to build a project which works fine in Eleventy 2.0.1, using Eleventy 3.0.0-alpha.13, the build...

in-progress
needs-triage