hexo-livereload
v0.2.0
Published
LiveReload plugin for Hexo
Downloads
8
Readme
hexo-livereload
Refresh the browser when files changed.
Install
$ npm install hexo-livereload --save
Usage
Install the browser extension: http://feedback.livereload.com/knowledgebase/articles/86242-how-do-i-install-and-use-the-browser-extensions-
When you run hexo server
, this plugin will be started automatically.
Options
You can configure this plugin in _config.yml
.
livereload:
port: 35729
- port - LiveReload port (Default: 35729)