mirror of
https://github.com/gohugoio/hugo.git
synced 2026-09-03 20:22:38 +00:00
30a20122b7
# Conflicts: # docs/data/docs.yaml
710 B
710 B
title
| title |
|---|
| component |
A component is a collection of related files, housed within the unified file system, that fulfills a specific function in building a Hugo website. These components are categorized into seven types: archetypes, assets, content, data, templates, translation tables, and static files, and can be defined within the project or provided by modules.
Each component has a dedicated directory within the unified file system:
| Component | Directory within the unified file system |
|---|---|
| archetypes | archetypes |
| assets | assets |
| content | content |
| data | data |
| templates | layouts |
| translation tables | i18n |
| static files | static |
| {class="!mt-0"} |