#1 Making A Hugo Website

What is a Hugo Website

Hugo is a static site generator for creating fast and fairly complex websites, written in Go. When using you do not have to be familiar with Go and it is even possible to only have to write Markdown files when making your own website. When I have used it though I have found it very useful to know some HTML/CSS and Javascript, these tools allow you to customise your website much more and have helped me to tailor the websites I’ve made in the past to have great features such as tools to pull information from other sites to then be displayed or even to implement your own commenting system.

The use cases are pretty wide. I myself have made Hugo powered websites for the technical documentation of a few teams at one of my previous roles and have also now used it to write the website you are most likely reading this on at https://fredericowieser.github.io/.

How to get started?

I would recommend going to the Quick start | Hugo guide. After that direct yourself to the Complete List | Hugo Themes where you can pick out a base template to then customise and work on, I have found this to be the fastest way to achieving a Minimal Viable Product. All the themes will have git repositories available for you to then build on locally.