Introduction

I decided to transition this website from a plain HTML & CSS website to a hugo website.

What is hugo?

Hugo is a static site generator written in go. Basically, I write the pages in markdown, provide hugo with some templates and a theme and it builds my website accordingly. It’s really efficient for blogs since it makes making new blog posts and organizing/showing them much faster.