Skip to content

clodui/hexo-deployer-clodui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.