Just writing a quick blog post to share the fact that putting together the initial site took under an hour! Thanks Hugo. If you’re not already aware, Hugo is a static site generator written in golang. It’s quite similar to Jekyll. It was super simple to run brew install hugo, hugo new site my-website, find a theme and clone it inside the new site, then run hugo server -t terminal. Done!