eleventy
eleventy copied to clipboard
A simpler site generator. Transforms a directory of templates (of varying types) into HTML.
Related issues: * https://github.com/11ty/eleventy-dependency-tree/pull/3 * https://github.com/11ty/eleventy/issues/2142 * https://github.com/11ty/eleventy/issues/1953
I'd like to use [IANA time zone codes](https://en.wikipedia.org/wiki/List_of_tz_database_time_zones) for specifying localized time in post dates, like so: ```yaml date: 2019-08-31 23:59:56 Europe/Lisbon ``` In my humble opinion this would be...
So maybe this wasn't the intent, but... I've built a demo that uses transforms to notice when the destination is PDF. When it has, it creates a PDF version of...
### Operating system macOS 13.2.1 ### Eleventy 2.0.1 ### Describe the bug If filter is used in JS data files then there is no `this.page` data. ```js // _data/eleventyComputed.js module.exports...
### Operating system Fedora 38 Workstation, 64-bit with GNOME 44.3 on Wayland, kernel linux 6.4.9-200.fc38.x86_64 ### Eleventy 2.0.1 ### Describe the bug When attempting to set a permalink structure with...
I have this code for my prev next post -> ``` « Prev Post Next Post » ``` But it doesn't works and always return to that current post. How...
I'm using both the Quick Tips here: * [#001 - Inline Minified CSS](https://www.11ty.dev/docs/quicktips/inline-css/) * [#002—Inline Minified JavaSCript](https://www.11ty.dev/docs/quicktips/inline-js/) So my default layout looks roughly like this: ```html {{title}} {% set css...
### Operating system Ubuntu ### Eleventy 2.0.1 ### Describe the bug When using `setServerPassthroughCopyBehavior('passthrough');` in conjunction with `'@11ty/eleventy-plugin-vite'` results in the following error, when trying to run `npx @11ty/eleventy --serve`:...
**Describe the bug** I have a Vue.js template example within a markdown code block, as seen [here in my blogs source](https://github.com/photogabble/website/blob/main/posts/2018-05-03-build-an-incremental-web-game-with-vue-js.md?plain=1#L298-L299) and in the below screenshot: In upgrading to eleventy...
### Is your feature request related to a problem? Please describe. With #1522 `this.page` was added for transformers. However this page data does not contain any of the front matter...