11ty / 11ty-website

Documentation site for the Eleventy static site generator.
https://www.11ty.dev/
MIT License
467 stars 677 forks source link

add eleventy-plugin-vento #1699

Closed noelforte closed 1 month ago

noelforte commented 1 month ago

This pull request adds a listing for a plugin I wrote to add support for Vento (.vto) template files to Eleventy.

Vento is a new JS-template language that aims to pick up where languages like Nunjucks left off. While targeted at deno, it runs great in node.js as well. More info here: https://vento.js.org/

Thanks y'all!

Snapstromegon commented 1 month ago

I wasn't aware of vento - looks interesting and thanks for bringing support to 11ty!