Skip to content

piktaszuikis/hexo-deployer-getforge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

hexo-deployer-getforge

GetForge deployer plugin for Hexo.

Installation

$ npm install hexo-deployer-getforge --save

Options

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)

How it works

It creates a temporary zip file and on successful upload deletes it.

License

WTFPL

About

GetForge deployer plugin for Hexo.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published