hexo-deployer-ftpupload
v1.0.0
Published
hexo文件上传插件,用于将文件上传到ftp服务器上
Readme
FTP deployer plugin for Hexo
This plugin can upload your blog via ftp.
Usage
Install
npm install hexo-deployer-ftpupload --saveConfigure
Add host, user, password and path to deploy in _config.yml.
deploy:
- type: ftpUpload
host: ftphost
user: ftpuser
password: ftppassword
path: uploadPath (defalut: /)This plugin is based on the promise-ftp project to upload files, so you can use the connect configuration in it.
