eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
After trying to import `node-fetch` to an Edge Function, I eventually stumbled upon: `// fetch() is supported natively by Deno!` in [edge-functions-examples/image-external.ts at b50cb0b330c6ea730887bdba6501777196ac2791 ยท netlify/edge-functions-examples](https://github.com/netlify/edge-functions-examples/blob/b50cb0b330c6ea730887bdba6501777196ac2791/netlify/edge-functions/image-external.ts#L6) I certainly got lucky...
Hey guys, Moving over from Jekyll and WordPress (to my shame) and I love Eleventy so far. I'm using the [Eleventy/Netlify Boilerplate](https://github.com/danurbanowicz/eleventy-netlify-boilerplate) project. My repo is [here](https://github.com/EdenKupe/notTheSky). Quick issue I'm...
**Describe the bug** Hi, I am attempting to configure serverless functions with Sanity to create a live content preview within the Sanity dashboard as seen [here](https://www.youtube.com/watch?v=Daui6gJqclw). I have setup the...
It changes Eleventy default ignore from `node_modules/**` to `**/node_modules/**`. https://github.com/11ty/eleventy/issues/2436 Docs section that will need to be updated => https://www.11ty.dev/docs/ignores/#node_modules
**Is your feature request related to a problem? Please describe.** I'm creating a site in a subdirectory of a site. This site is 1-level deep and I want all navigation...
On 2.0.0-canary.12
This may be a bit heretical / anti-11ty philosophy, but is there an opinion on how to compile and serve javascript? I want to write add some dynamic portions to...
Adds a more consistent `this` signature to Nunjucks and Liquid filters, as well as Handlebars helpers and JavaScript functions. Related to #1522. The changes aim to make the this signature...
``` --- pagination: data: standards size: 1 alias: standard addAllPagesToCollections: true permalink: "{{ standard.slug }}/index.html" eleventyComputed: title: "{{ standard.name }}" --- ``` Doesn't return anything for the ``. Prior, I...
Related docs: https://www.11ty.dev/docs/collections/ Aggregation issue for this! Specifically, when assigning: ```yaml tags: - JavaScript ``` ```yaml tags: - javascript ``` Right now the above two documents create two separate entries...