mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-14 08:40:09 -04:00
11 lines
434 B
Markdown
11 lines
434 B
Markdown
---
|
|
title: primary output format
|
|
details: /configuration/outputs/
|
|
---
|
|
|
|
A _primary output format_ defines the default URL returned by the [`Permalink`] and [`RelPermalink`] methods for a given [page kind](g). It is specified as the first entry within the [outputs configuration] for that page kind.
|
|
|
|
[`Permalink`]: /methods/page/permalink/
|
|
[`RelPermalink`]: /methods/page/relpermalink/
|
|
[outputs configuration]: /configuration/outputs/
|