Create a Hugo site
Creating a Hugo website involves several steps. Below is a step-by-step guide to help you create a basic Hugo website:
Create a new site
Navigate to the directory where you want to store your project and run:
hugo new site <site name>
This creates a new directory called site name
with a basic Hugo structure.