Copy deployer plugin for Hexo
This plugin can deploy your blog via copy.
npm install hexo-deployer-copy --save
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 |
Execute the following command.
npm update
Execute the following command.
npm uninstall hexo-deployer-copy
The MIT License