2024-04-01
This article documents the process of building a personal blog website with Hugo, from initialization to setting up a custom domain.
Creating a Personal Website with Hugo Locally Hugo is an open-source static site generator written in Go, known for being lightweight and fast. Official Website
Installation Platform: Ubuntu 22.04.2 LTS (Windows Subsystem for Linux 2)
Installing Go Follow the official tutorial to install Go. After installation, update PATH by adding to ~/.
read more