hexo-deployer-clodui
v1.1.1
Published
Clodui deployer plugin for Hexo
Downloads
3
Readme
hexo-deployer-clodui
Clodui deployer plugin for Hexo.
Installation
npm install hexo-deployer-clodui --save
Options
You can configure this plugin in _config.yml
.
deploy:
type: clodui
username: <Clodui username> # or set environment variable CLODUI_USERNAME
password: <Clodui password> # or set environment variable CLODUI_PASSWORD
website_id: <Clodui website id> # or set environment variable CLODUI_WEBSITE
publish: [true|false] # default is false`
Check out Clodui docs for more details.