How to install the static site generator Hugo on Debian 10


Hugo is a popular and open-source static site generator.

Installing Hugo

sudo apt-get update
sudo apt-get -y upgrade
sudo apt-get install hugo

To check which version is installed you can use the following command:

/usr/bin/hugo version

Leave a Reply

Your email address will not be published. Required fields are marked *