eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
### Operating system Node.js 19.4.0 ### Eleventy 2.0.0-beta.1 ### Describe the bug the following code logs to the console twice for every element in the collection: `collection/collection.11tydata.js` ```js module.exports =...
Make sure to note all of the use cases for configuration files (CommonJS projects, ESM projects, CJS in an ESM project, ESM in a CJS project), template files (.11ty.js .11ty.cjs)...
### Operating system Debian GNU/Linux 11 (bullseye) ### Eleventy 3.0.0-alpha.4 ### Describe the bug While canarying 3.0.0, I've discovered that trying to watch or serve a site which isn't at...
**Describe the bug** Most of the links given in the `pagination` object start with a double forward slash. **To Reproduce** paginate some data look at `pagination` object. links except `href`...
https://github.com/parcel-bundler/watcher seems like a much better alternative to Choikdar. It's already used by projects like Tailwind, Nx, Nuxt, VSCode, etc (https://github.com/parcel-bundler/watcher#who-is-using-this). Vite [considered switching to it](https://github.com/vitejs/vite/issues/13593) but it happened to...
### Operating system macOS Sonoma Version 14.2.1 ### Eleventy 2.0.1 ### Describe the bug Hi. Sorry for reporting several issues in one — they all are related to my repro...
### Operating system Windows 10 ### Eleventy 10.2.4 ### Describe the bug When running 11ty using the `--serve` flag, it should, to my understanding, watch for changes to any content...
### Operating system macOS Sonoma 14.2.1 ### Eleventy 2.0.1 ### Describe the bug I’m writing an async filter to fetch the data of a Sanity document based on its ID....
### Operating system ubuntu.23.04 ### Eleventy 2.0.1 ### Describe the bug I Have exactly the same issue, the only differencies are I aliases 11ty.js with page.jsx. And I run 11ty...
(This one is just a reminder for me) See: https://www.11ty.dev/docs/config/#type-definitions Pre-alpha I can confirm that v9 (ESM) of `eleventy-base-blog` with npm installed via `file:../eleventy` works fine but I want to...