This tutorial is really short. First download Buster. To do so open your terminal and type:

    sudo easyinstall pip

You need pip a python packaging manager to install Buster.
Now run the command:

    pip install buster

This will take a minute or so. When Buster is installed it is first important that you have made your Ghost blog and added pages. If you need to add a custom domain, you can but I will not cover that here.

When your site is ready to generate a static version run the command:

    buster generate --domain=http://127.0.0.1:2368 

This will generate static files ready for upload to Github. Then pass

    buster deploy

to finish. Sin é.