ipfs-shipyard / ipfs-deploy

Zero-Config CLI to Deploy Static Websites to IPFS
Other
1.16k stars 122 forks source link

Hexo uses ./public #120

Closed tcrowe closed 4 years ago

tcrowe commented 4 years ago

What does it do?

It changes information about hexo that says it uses "./public" instead of "./out" for the static build path. I have contributed to hexo and I am in that org too. For the skeptical observer: https://hexo.io/docs/configuration#Directory

I can change the order, or note, or delete "out" if you want.

How to test

The change is trivial and 54 tests passed with no errors.

You can still test if you wish to.

# clone and test
git clone -b hexo-public-dir https://github.com/tcrowe/ipfs-deploy.git
cd ipfs-deploy
npm install
npm test

# optional cleanup
cd ..
rm -rf ipfs-deploy

Thanks & take care -Tony

tcrowe commented 4 years ago

Easy PR - only a few lines to review =]