tlienart / Franklin.jl

(yet another) static site generator. Simple, customisable, fast, maths with KaTeX, code evaluation, optional pre-rendering, in Julia.
https://franklinjl.org
MIT License
932 stars 108 forks source link

How to add total words and time for reading in a post #1082

Open indymnv opened 2 months ago

indymnv commented 2 months ago

I want to add for each blog post the word count and the estimated time to read (this just as a ratio of the word count), my question remains as to what is the base function to be able to extract the corpus from the HTML to implement in utils.jl

shravanngoswamii commented 1 month ago

You can use Gumbo.jl for extracting text content!!