axitkhurana / buster

Brute force static site generator for Ghost
MIT License
802 stars 139 forks source link

Buster generate doesn't generate #78

Closed talhaokur closed 8 years ago

talhaokur commented 8 years ago

Hi!

I've installed buster with pip. And did these:

buster setup --gh-repo="http://github.com/seniorokur/seniorokur.github.io.git"
buster generate
buster deploy

But nothing happened. I've tried buster preview but then I only saw .git folder and README.md file. Where is the problem?

Edit: I also tried buster generate --domain=http://localhost:2368

Loyalsoldier commented 8 years ago

Try to use this fork: https://github.com/Misiur/buster

talhaokur commented 8 years ago

Well, it worked for me. Thank you @Loyalsoldier !