Open kaceo opened 1 year ago
It might work if you exclude the page from the collections using something like eleventyExcludeFromCollections: true
in the front matter.
Otherwise I generally use Node's util.inspect()
for debugging which handles circular JSON, but not sure how that works w/ EJS templating.
Operating system
debian 11
Eleventy
2.0.1
Describe the bug
The template described in https://www.11ty.dev/docs/permalinks/#custom-file-formats does not work.
Reproduction steps
Create an empty project with this file index.ejs
as stated in https://www.11ty.dev/docs/permalinks/#custom-file-formats
Expected behavior
Expect to create a file index.json with the content of all pages.
Reproduction URL
No response
Screenshots
No response