greghendershott / frog

Frog is a static blog generator implemented in Racket, targeting Bootstrap and able to use Pygments.
916 stars 96 forks source link

Feature request - livereload support #261

Open winny- opened 2 years ago

winny- commented 2 years ago

When building a website or doing frontend work it can be very helpful to automatically refresh the page when the content or templates have been modified. For example the static website generator hugo offers this functionality via livereload.

I'd use the heck out this feature in frog :).

More about livereload here (GitHub).