0.0.1 • Published 12 years ago
hexo-deployer-rsyncc v0.0.1
hexo-deployer-rsyncc
A more configurable rsync deployer for hexo.
Usage
Install
$ npm install hexo-deployer-rsyncc --saveEnable
Add hexo-deployer-rsyncc to plugins in your _config.yml.
plugins:
- hexo-deployer-rsynccConfigure
Configure the following options in _config.yml or some separate file
(default: rsync.json).
hostuserrootport(optional, default: 22)delete(optional, default: true)
Options from _config.yml override those loaded from rsync.json. You can
load a different config file from the default with the config_file option.
0.0.1
12 years ago