How to live blogging with Hugo?

Hello everyone!
Is there a way to live blog using Hugo?
I want to live blog a event. In wordpress there’s some plugins to do it, but how about Hugo?
Ideas?

Hugo does not have anything like this integrated. If I would have to create that I would go one of two ways:

  1. Put the live-blog content into an iframe tag and reload that iframe every x minutes via JavaScript
  2. Let a script check, if the content of your liveblog changed and show a button that loads the new content on click

Variant 1 will annoy people if they are currently reading, variant 2 is a little bit more involved with programming.

Both ways have nothing to do with Hugo, searching for “live blog javascript” brings the following library, maybe helpful: