Travis CI + Hexo Automatically Deploy
Hexo is a powerful blog engine. It is a good choice for a personal blog. I have used it for 5 years. Recently, I setup my English site besides the original Chinese site. With 2 sites, it is more work to write, git and deploy.
Fortunately, there is a better solution for this problem. We could use Travis CI to automatically deploy the blog. The remain work is writing posts and git commit and push them. The CI would help us to deploy sites automatically.