1.0.6 • Published 5 years ago

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

Weekly downloads
2
License
MIT
Repository
github
Last release
5 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

5 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago