All Projects → hexojs → Hexo Livereload

hexojs / Hexo Livereload

Licence: mit
Livereload plugin for Hexo

Programming Languages

javascript
184084 projects - #8 most used programming language

Archived, please use hexo-browsersync instead.

hexo-livereload

Build Status NPM version Coverage Status

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)
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].