understand-hugo-project

Installation
SKILL.md

Important: There can be multiple Hugo projects (i.e. static websites) in the working directory we are working in. Each projects would be independent!

A single Hugo project usually is a directory where either there is:

  • a hugo.{toml,yaml} file present
  • or a hugo.{toml,yaml} present in a the directory config/_default/

The name of the containing directory is basically the name of the Hugo project/website.

The Hugo project has then the following directory structure.

Installs
1
First Seen
Jun 25, 2026
understand-hugo-project — simcap/claudeconfig