cntoby / hexo-deployer-ftput

FTP deployer plugin for Hexo.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FTP deployer plugin for Hexo

This plugin can upload your blog via ftp.

Usage

Install

npm install hexo-deployer-ftput --save

Configure

Add host, user, password and path to deploy in _config.yml.

deploy:
  - type: ftput
    host: host
    user: username
    pass: password
    remote: remote path(defalut: /)

This plugin is based on the promise-ftp project to upload files, so you can use the connect configuration in it.

About

FTP deployer plugin for Hexo.


Languages

Language:JavaScript 100.0%