Initial website creation with Hugo
vellosa.com [Unofficial]
May 14, 2026
After deciding to create another personal blog and choosing the technologies, the next step is to build the basic site.
For this I’ve been using a Debian laptop for local Hugo development. Unfortunately, the Hugo version available through the Debain package manager was quite old, so I downloaded the latest release directly from GitHub instead.
From a browser navigate to the Hugo releases page and download the latest .deb package. Then to install Hugo package, run the command (with the updated version number):
Discussion in the ATmosphere