hexo-deployer-copy

1.0.5 • Public • Published

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] 
Option Description Default Param
to Destination directory Required
clean_before Clear the destination directory before copying false Optional

Update

Execute the following command.

npm update

Uninstall

Execute the following command.

npm uninstall hexo-deployer-copy

License

The MIT License

Package Sidebar

Install

npm i hexo-deployer-copy

Weekly Downloads

6

Version

1.0.5

License

ISC

Last publish

Collaborators

  • anteriovieira
  • hexobot