Creating a blog with Hugo and Github Pages
Hugo is a static site generator. This means it creates static html and css files which you then upload to your server to host them. It is a back to basics approach in a world where javascript bundle sizes are going through the roof. Not only does less javascript mean faster load times and a better experience. Less dependencies make sure you don’t have to maintain your code as much. You don’t need a database to retrieve posts when you can just use html and links the way they were intended in the 90’s....