Appfog deployer for Hexo
This plugin help deploy hexo in appfog
npm install hexo-deployer-appfog --save
Edit _config.yml
. Fill app
with the name of your application on appfog.
deploy:
type: appfog
app:
Edit _config.yml
.
deploy:
type:
Execute the following command. Don't forget to disable the plugin before uninstalling.
npm uninstall hexo-deployer-appfog