GetForge deployer plugin for Hexo.
$ npm install hexo-deployer-getforge --save
You can configure this plugin in _config.yml
.
# You can use this:
deploy:
type: getforge
username: <your username>
password: <your password>
domain: <your website domain>
- username: GetForge username (email)
- password: GetForge password in plain text
- domain: Your site domain (i.e. my-blog.getforge.io)
It creates a temporary zip file and on successful upload deletes it.
WTFPL