hexo-deployer-azure-blob-storage

1.0.6 • Public • Published

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

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hexo-deployer-azure-blob-storage

    Weekly Downloads

    4

    Version

    1.0.6

    License

    MIT

    Unpacked Size

    5.17 kB

    Total Files

    5

    Last publish

    Collaborators

    • thdotnet