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 328 eleventy issues
Sort by recently updated
recently updated
newest added

I was [reading about the upcoming Dev Server in v2](https://www.11ty.dev/docs/dev-server/), and I noticed some issues with the option names. I’ll go through the options that raised my eyebrow one by...

enhancement

I'm trying to create a live preview system for a CMS Consider this data: ```json [ { "name": "post1", "content": "Content for Post 1" }, { "name": "post2", "content": "Content...

needs-triage

This commit makes the EleventyServe module listen with the correct folder. WARNING! This is still broken, as it doesn't update when you change the output directory! Fixing this issue will...

I'm using Nunjucks layouts, and the `layout` attribute in Front Matter for [layout chaining](https://www.11ty.dev/docs/layout-chaining/), so that a `page.njk` layout uses a `base.njk` layout. As I read it, the [Addendum about...

education

Hi, first of all, thank you very much for an awesome tool. I have only been using 11ty for about 2 weeks now but it has been great. I ran...

education

This Commit adds the correct glob to the passthroughGlobs when passthroughAll is enabled. Fixes #439

**Describe the bug** If you create a nested collection using `eleventyConfig.addCollection`, and try to use that in pagination, it will not be able to complete the build and throw an...

needs-triage

**Describe the bug** It seems that any change over `.eleventy.js` dependencies - like filters, shortcodes, etc - is detected but not reloaded. The change is not applied. **To Reproduce** With...

on-hold
needs-reproduction

I am still exploring Eleventy, but I really love how simple it is to work with. I want to build a site with user dashboard, and I want those pages...

education

**Describe the bug** Hi. Got a query. I'm building an 11ty site using Tailwind. For .md files, strangely all paragraph contents inside tag are being wrapped by double quotes "...."....

needs-triage