hexo-browsersync
v0.3.0
Published
BrowserSync plugin of Hexo.
Downloads
2,623
Readme
hexo-browsersync
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
You can check BrowserSync options for more info.
N.B.: logSnippet
is disabled by default.
License
MIT