mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-16 01:30:18 -04:00
7 lines
401 B
Markdown
7 lines
401 B
Markdown
---
|
|
title: output format
|
|
reference: /configuration/output-formats/
|
|
---
|
|
|
|
An _output format_ is a collection of settings that defines how Hugo renders a file when building a site. For example, `html`, `json`, and `rss` are built-in output formats. You can create multiple output formats and control their generation based on [page kind](g), or by enabling one or more output formats for specific pages.
|