Better word counts and reading time in Eleventy (11ty)
I recently switched to using Eleventy to generate my blog. As part of this process, I needed to implement word counts for each of my posts. I made my own plugin for this as I was unable to find an existing one that met my requirements - they either used regex to parse HTML or included non-text like scripts and code snippets in the count.
Read more Better word counts and reading time in Eleventy (11ty)