How To Deploy a Hugo Site to Production with Git Hooks on Ubuntu 14.04
Hugo is a static site generator that allows you to easily create and publish web content by writing in simple markup languages. Hugo can parse your content files according to your specified configuration, apply a theme, and generate beautiful web pages that can easily be…