Setup a Blog With Github Pages and Hugo

Always be yourself. Except if you can be Batman, then be Batman!

GitHub pages are super powerful and very easy to use for creating markdown based static websites. In this post I will walk through how I made this very page. My setup will be two GitHub repositories, one for the source of the page (https://github.com/bzoltan1/blog-source) and the other where the html artifacts are deployed (https://github.com/bzoltan1/bzoltan1.github.io) Here I would like to note that it is possible to use a single repository with two branches, one for holding the the source and the other where the website is deployed. [Read More]