What problem does it solve?
Hugo project work is slowed by inconsistent layouts, front matter, and deployment practices. This skill defines a standardized structure and conventions to accelerate scaffolding, auditing, and maintenance of Hugo sites or themes.
Core Features & Use Cases
- Standard project layout: content/, layouts/, assets/, i18n/, archetypes/, and modules properly organized to support repeatable builds.
- Front matter conventions: consistent YAML/TOML front matter across pages to enable reliable taxonomies, slugs, and metadata.
- Template hierarchy guidance: recommended usage of baseof.html, _default templates, and module-driven theming to ensure predictable rendering.
- Module-based deployment: Hugo Modules over git submodules for reproducible and versioned deployments.
- Page Bundles & asset pipeline: practices for co-located content and assets, and how Hugo Pipes fit into the build.
- Audit & scaffolding: strategies to review or scaffold Hugo sites or themes against the standard.
Quick Start
Initialize a new Hugo site with these standards to scaffold a consistent site quickly.