Note from 1 April 2020

Trying to write documentation for my #Eleventy plugin as runable examples… not so easy, but I think it's worth the effort!

https://github.com/nhoizey/eleventy-plugin-images-responsiver/tree/master/docs/examples


  1. Some things I wish people mentioned when writing about #Eleventy usage, moreover concerning assets bundling (Sass, JavaScript, etc.):

    • Does it run only once per asset, or once per template where the asset is used?
    • Does it run before or after HTML is generated?
    • Does it manage hashes for cache busting?

    This is really important for sites with many contents/pages, build speed, and site performance.