hexo-deployer-qiniucloud
v1.0.0
Published
QiniuCloud deployer plugin of Hexo.
Downloads
5
Maintainers
Readme
hexo-deployer-qiniucloud
Qiniu deployer plugin for Hexo.
Installation
npm install hexo-deployer-qiniucloud --save
Usage
1.sign up and login in on qiniucloud
2.creat a 'Public' Bucket
3.get key
4.configure this plugin in _config.yml
deploy:
type: qiniucloud
bucket: <bucketName>
accessKey: <accessKey>
secretKey: <secretKey>
5.deploy
hexo deploy
6.binding your domain.(Maybe you need recharge 10RMB)
License
MIT