Clodui deployer plugin for Hexo
Clodui deployer plugin for Hexo.
npm install hexo-deployer-clodui --save
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.