1.0.5 • Published 7 years ago

hexo-deployer-copy v1.0.5

Weekly downloads
1
License
ISC
Repository
github
Last release
7 years ago

Copy deployer plugin for Hexo

This plugin can deploy your blog via copy.

Usage

Install

npm install hexo-deployer-copy --save

Configure

Add to to deploy in _config.yml.

# You can use this:
deploy:
  type: copy
  to: <dir>
  clean_before: [true|false] 
OptionDescriptionDefaultParam
toDestination directoryRequired
clean_beforeClear the destination directory before copyingfalseOptional

Update

Execute the following command.

npm update

Uninstall

Execute the following command.

npm uninstall hexo-deployer-copy

License

The MIT License

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago