1. Kicking the Tires

Creating Your Site

hugo new site portfolio

Building the Home Page

hugo server

Building and Exploring Hugo’s Output

hugo

hugo --cleanDestinationDir

hugo --cleanDestinationDir --minify

2. Building a Basic Theme

Generating the Theme

hugo new theme basic

3. Adding Content Sections