This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

hexo-deployer-ipfs-plus

1.0.0 • Public • Published

hexo-deployer-ipfs

this is extension for hexo to deploy static sites to ipfs network.

Installation Using npm

cd 'your hexo project' npm i --save hexo-deployer-ipfs

Configuration in your _config.yml file, configure a deployer as below.

deploy:
- type: ipfs        # required, value is 'ipfs', type string
  path: public      # your folder, by default public, type string
  protocol: http    # protocol, by default http, type string
  host: localhost   # your ipfs node hostname, by default localhost, type string
  port: 5001        # your ipfs port, by default 5001, type integer
  key: self         # your ipfs keypair, by default self, type string

Dependencies (3)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i hexo-deployer-ipfs-plus

    Weekly Downloads

    1

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    4.11 kB

    Total Files

    6

    Last publish

    Collaborators

    • leo1992