axitkhurana / buster

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

How to generate continuously after first 'buster generate'? #46

Closed devanp92 closed 9 years ago

devanp92 commented 9 years ago

I want to use Buster to publish to Github Pages but after the first 'buster generate', how can I use buster to add another post to /static/ without having to manually create a directory, index.html, and replace my markdown with HTML?

axitkhurana commented 9 years ago

Um, use ghost on your machine as you would. After making changes in markdown, see the preview at the localhost:2368 (or similar) page. Run buster generate again to update HTML. buster deploy to deploy to Github Pages.

So, basically buster generate after every markdown change should generate fresh HTML pages.