Hugo is a static site generator written in Go. It is a powerful tool that allows you to create and manage your website with ease.

Installation

Install Hugo using the following command:

brew install hugo

Configuration

After installing Hugo, you can create a new site using:

hugo new site my-site