0.4.0 • Published 9 years ago
hexo-deployer-aliyun v0.4.0
hexo-deployer-aliyun
Aliyun deployer plugin for Hexo.
Installation
$ npm install hexo-deployer-aliyun --saveOptions
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.