1.1.1 • Published 6 years ago
hexo-deployer-clodui v1.1.1
hexo-deployer-clodui
Clodui deployer plugin for Hexo.
Installation
npm install hexo-deployer-clodui --saveOptions
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.