A quick guide about how to transfer your Jekyll blog from GitHub to Bitbucket and host it with Aerobatic for free!

Recently I decided to transfer my personal blog which is implemented with Jekyll from GitHub to Bitbucket and access it with the Aerobatic addon.

Here is a compact list of steps you have to follow if you also want to host your Jekyll blog on Bitbucket:

1
2
3
4
5
6
7
8
     {
        "_aerobatic": {
            "build": {
                "engine": "jekyll"
            }
        }
     }
    

That’s it! With only fours (five if you want to register a custom domain) simple steps you have a fully functional Jekyll blog running on Bitbucket.

comments powered by Disqus