Huog is a blog generating system written in go. You could give the article in Markdown format and it will then render the article into html files. Github.com is the place where it uses git to do the version control and they now provide each account a static blog system. So combine the two together, we then have an ideal personal blog with version control. This will include the following topic:

  • Generate a blog site using hugo
  • Host the webpage source code on github.com
  • Host the hugo output(webpage to show) on github.com