1.0.6 • Published 6 years ago

hexo-deployer-azure-blob-storage v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

hexo-deployer-azure-blob-storage

Azure Blob Storage deployer plugin for Hexo

Installation

$ npm install hexo-deployer-azure-blob-storage --save

Setup

You must provide the following parameters in the _config.yml file:

deploy:
  type: azure
  storage_account_name: <storage_account_name>
  storage_access_key: <storage_access_key>
  azure_container_name: hexo # you can change if you want. Only lowercase letters and no special chars are allowed.

Usage

$ hexo deploy

License

MIT

1.0.6

6 years ago

1.0.5

9 years ago

1.0.4

9 years ago

1.0.3

9 years ago

1.0.2

9 years ago

1.0.1

9 years ago

1.0.0

9 years ago