Greg Ives

Results 6 issues of Greg Ives

I am the author of the [eleventy-critical-css](https://github.com/gregives/eleventy-critical-css) Eleventy plugin which calls `critical.generate` for every HTML file outputted by Eleventy. [An issue](https://github.com/gregives/eleventy-critical-css/issues/7) was filed on eleventy-critical-css saying that the plugin was...

The newly released Eleventy v1.0 may introduce new features which can improve Twelvety, such as Custom Template Languages and the new Render Plugin. Release blog post here: https://www.11ty.dev/blog/eleventy-one-point-oh/

enhancement

[Eleventy Image](https://www.11ty.dev/docs/plugins/image/) has all the functionality we need to generate images in the `picture` shortcode, including an example of synchronous usage.

enhancement
good first issue

It might be possible to use [loader-runner](https://github.com/webpack/loader-runner) to support webpack loaders which would dramatically increase the number of loaders available.

enhancement

The extension documentation says > This extension keeps the aspect ratio of uploaded images constant and shrinks the image until the resized image’s dimensions are at or under your specified...

This PR updates the relative links in the alarms documentation, which don't currently work, to absolute links, which do work. Absolute links are used elsewhere in the documentation, so I...