Setup

Setup

Installation

hugo new site <SITENAME> --format=yaml

Git

cd <SITENAME>
git init

.gitignore

.gitignore
/public/
/resources/
.hugo_build.lock

Content

hugo new <SECTIONNAME>/<FILENAME>.<FORMAT>

Server

hugo server --buildDrafts --disableFastRender