Skip to content

ishallbethat/hexo-deployer-ipfs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:  "required, value is 'ipfs', type string"
 path:  "your folder, by default it's public, type string"
 host:  "your ipfs node hostname, by default localhost, type string"
 port:  "your ipfs port, by default 5001, type integer"
 protocol:  "protocol, by default http, type string"

About

ipfs site deployment plugin with hexo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published