Files
hugo/docs/content/en/quick-reference/glossary/component.md
T
Bjørn Erik Pedersen 30a20122b7 Merge commit '8f3c066d23f431fb2c53d97ea489e4c28b42bd82'
# Conflicts:
#	docs/data/docs.yaml
2026-02-14 12:14:33 +01:00

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"}