After a while with this website built with Jekyll I decided to make a new iteration of this blog. Some of the reasons is because Jekyll feels a bit dated to me and I did not enjoy that much to work with an application built with Ruby.
Recently, I have been trying a lot of things with Go(lang). One of the main pitch points of selling the language is what is made with it, and usually are mentioned Docker, Kubernetes, Prometheus, Caddy and of course Hugo.
From the all above the most aproachable to dig in the code to me seems the Hugo project, and the easiest use case that could get something useful in short time. Documentation and the showcase of websites seems pretty neat, and the workflow of publication seems more enjoyable to me. So this a the result after a quick migration of the content from the previous version of this website.
The website is built using the “Beautiful Hugo Theme”, but in the future, I would like to make something a bit more customized, but I don’t have that need yet.
The deployment proccess, is a bit easier, I don’t need a Ruby docker a image anymore and use the local Hugo client. I can keep a separate repository private with the raw code of the website and a public one with the HTML built wich can be served as Github Pages.