https://github.com/anteriovieira/hexo-deployer-copy
Copy deployer plugin for Hexo
https://github.com/anteriovieira/hexo-deployer-copy
copy deployer hexo plugin
Last synced: about 1 month ago
JSON representation
Copy deployer plugin for Hexo
- Host: GitHub
- URL: https://github.com/anteriovieira/hexo-deployer-copy
- Owner: anteriovieira
- Created: 2017-07-25T20:30:47.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-27T17:28:05.000Z (almost 8 years ago)
- Last Synced: 2025-03-01T21:19:39.594Z (2 months ago)
- Topics: copy, deployer, hexo, plugin
- Language: JavaScript
- Size: 9.77 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Copy deployer plugin for [Hexo](http://zespia.tw/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`.
```yml
# You can use this:
deploy:
type: copy
to:
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