项目作者: anteriovieira

项目描述 :
Copy deployer plugin for Hexo
高级语言: JavaScript
项目地址: git://github.com/anteriovieira/hexo-deployer-copy.git
创建时间: 2017-07-25T20:30:47Z
项目社区:https://github.com/anteriovieira/hexo-deployer-copy

开源协议:

下载


Copy deployer plugin for Hexo

This plugin can deploy your blog via copy.

Usage

Install

  1. npm install hexo-deployer-copy --save

Configure

Add to to deploy in _config.yml.

  1. # You can use this:
  2. deploy:
  3. type: copy
  4. to: <dir>
  5. 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.

  1. npm update

Uninstall

Execute the following command.

  1. npm uninstall hexo-deployer-copy

License

The MIT License