Hexo Browsersync Save

BrowserSync plugin for Hexo.

Project README

hexo-browsersync

NPM version Coverage Status

BrowserSync plugin for Hexo.

Installation

$ npm install hexo-browsersync --save

Usage

hexo-browsersync is transparent. Once installed, just run hexo-server as you usually do, and you will benefit from the features from browsersync.

Options

BrowserSync options are supported inside _config.yml file, e.g.:

browsersync:
  logLevel: "warn"
  ghostMode:
    scroll: true
  instanceName: "uniqueString"

You can check BrowserSync options for more info.

N.B.: logSnippet is disabled by default. Also, instanceName allows you to create a named instance. The default value is undefined (anonymous instance).

License

MIT

Open Source Agenda is not affiliated with "Hexo Browsersync" Project. README Source: hexojs/hexo-browsersync
Stars
139
Open Issues
8
Last Commit
3 weeks ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating