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
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.
Thanks & take care -Tony