Live reload when source files change for Hexo. Support PJAX and Hot-reloading CSS.
$ npm i -D hexo-server-live
$ hexo server
live_reload:
delay: 0
info: true
retry: 3000
- delay: Reload delay after file updates
- info: Whether to print information when file updates
- retry: Delay for retrying to connect SSE
MIT