Deploy Hugo to Github Pages using Wercker
The easiest solution how to publish with Hugo to Github Pages is to have two separate repositories, one with blog source files and second with html files. Simple.
We can push files from both repositories manually or can do better. Push just source content and leave the rest for automatic deployment.