Recent: Migration to Hugo

— Posts

A few weeks ago, I decided to invest some time into improving my website. This was a promise I made myself numerous times in the past – without much success – since I believed that it would be useful for me to have this as a sort of portfolio or resume for people to look at. However, due to academic workloads leading up to my recent graduation, I haven’t found the time to actually do that until after my graduation. Now that I have graduated, I do not have an excuse to leave my domain unused as it had been for a while before. Thus, I decided to see what options I have to make my site.

Some requirements I set out for what I wanted to use were that it had to:

Essentially, I wanted to use a static site generator that let me do what I wanted with as little configuration as necessary.

The first resource I came accross when doing my research was a website that listed various popular website generators called Jamstack, which listed static site generators such as Hugo and Jekyll (the static site generator I had previously been using). Both generators are great choices for making a website, but Jekyll had the disadvantage of requiring me to install extensions to add features to the website, like pagination. Such features would also require me to change the way my site is hosted – I use GitHub Pages to host my site – since the provider has a limited and fixed configuration for how sites can be hosted by default. Hugo, on the other hand, has most of these features built-in by default, while being significantly faster and requiring fewer depenencies to get started. Since I had to manually configure some Actions to get the site up and running either way, I went ahead and experimented with Hugo before keeping Jekyll as my generator, since I was already...

Read more