1.1.1 • Published 4 years ago

hexo-deployer-clodui v1.1.1

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

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.