March 26, 20242 minutes
Leveraging Hugo, Terraform, and AWS to build my personal site
I’ve never blogged about anything before, so this is a totally new skill for me to master.
But like many other proud nerds, I usually find myself jumping from blog to blog, reading about various topics.
Technology is changing our lives every day, so I thought I’d share a little bit of my journey with it.
With all that said, let’s see what happens from here 🚀
This project originated as an opportunity to experiment with the Hugo framework while also serving as a place to document my learnings throughout my software engineering journey.
Hugo stands as a markdown, folder-based static site generator crafted to empower creators with effortless website development. It’s open-source, has a ton of themes to choose from, and it’s super fast too. After peaking through the themes available, I decided to go with Doks. It looked very complete so I figured it would be a good starting point to learn and build upon.
Like any other good engineer, I try to aim for simplicity when it comes to maintaining things, and being AWS my bread & butter at work, I decided to host, serve, and deploy the site using AWS. But hey! who wants to spend all their time surfing the console just to make a tweak here and there, right? So, I went with the best practice and managed all resources using Terraform Infrastructure as Code (IaC). Keeps things nice and tidy 😌.
main
branch of the site repository.Source code can be found here. Pipeline here.
I might write more about the full detailed recipe for building a personal site in the future, but for now, this is it.