hexo-deployer-aliyun
v0.4.0
Published
Aliyun deployer plugin of Hexo.
Downloads
3
Readme
hexo-deployer-aliyun
Aliyun deployer plugin for Hexo.
Installation
$ npm install hexo-deployer-aliyun --save
Options
You can configure this plugin in _config.yml
.
# You can use this:
deploy:
type: aliyun
bucket: <yourBucketName>
region: <yourOSSregion>
accessKeyId: <yourAccessKeyId>
accessKeySecret: <yourAccessKeySecret>
Known Issues
Aliyun only finds index.html
in root. This is detail
So you must set full url in your hexo blog codes like /archives/index.html
except the root path.