39af43ef1 Update postprocess.md 3ec192d08 Update multilingual.md 7fc7bf862 Add a note about some changes in 0.112.0 742510ae8 Fix ordinal abbrev example fe557031a Correct spelling for 'GitHub' and 'GitLab' (#2082) 84a059b9a Fix typo in hosting-on-azure.md (#2080) 3383786fe Add i18n to list of directories affected by ignoreFiles 5bfb95234 Update 404.md (#2076) 87545a4fd Update hosting-on-cloudflare-pages.md (#2078) aa5952c28 Add default module mount to example (#2075) ced5292c8 Align permalinks examples (#2073) 77b5009fd Fix typo c79319a6a Clarify description of baseURL e93a9807b Fix typo in frontmatter description (#2071) 05fe9163a Remove erroneous statement aa59ef383 docs: Remove note about hugo server not using 404 (#2068) 4a387a6b8 Clarify findRESubmatch (#2065) 47a9181b5 Clarify findRE, replaceRE, and findRESubmatch (#2064) e5eedbb5e Update theme 5d392c3d4 Clarify pageRef menu property (#2059) a557b0ebf Fix typos on Configure Hugo page (#2058) 17ef283e6 Clarify module.replacements wording (#2052) 5db4aa421 Fixing broken links (#2057) 9afa0c2fa Fix broken links (#2055) 49b981b1f Correct repo URL for migration tool (contentful.com) (#2056) 969c24c16 Remove duplicate content 0b91e7676 Revert "Delete duplicate content" 3229e79f2 Delete duplicate content ec4eddb98 Fix typo 6509159d5 Describe snap package strict confinement (#2050) 1589bcdb7 Remove hugo.Generator admonition (#2048) 7e553d11b Add example 48bec0335 Replace blockquotes with admonitions where appropriate (#2043) 98226fe61 Remove orphaned param fron admonition calls (#2042) 2a37a1d21 Clarify cast functions (#2041) 03fd1d404 Fix typo 1898013ef Fix typos 944e27430 Replace output shortcode calls 0c66fb055 Add example of shortcode calls within sample code f25a79c69 Replace tip and warning shortcode calls 3afac22fc Refactor code shortcode ad65d2931 Clarify seq function 59f8a1f48 Clarify title function 47535dc87 Cleanup hasPrefix hasSuffix 7bee3e4c1 Cleanup action delimiters cc96070f0 Correct functions archetype ffe5d39b9 Remove duplicate shortcodes 075c9f3fe Remove old todos bc3ec033c Front matter cleanup (#2039) 928b94505 Add code fence types (#2038) 856fa293c Document .File.Filename (#2037) 0988c4a42 Update output-formats.md (#2036) 289da5658 Change findRe to findRE 1e50f0583 Update theme f90fb1bf5 Improve type formatting (#2032) 7785fa7d9 Use code-toggle shortcode where appropriate f11cabf37 Add space after and before action delimiters ac333c795 Replace erroneous use of nocopy shortcode param 064896c06 Use bool param when calling code-toggle fb33bf59b Update code-toggle shortcode 6ddeab4f8 Add missing go-html-template code fence type (#2030) 1bba4cefb Fix links (#2029) 77f4d6c32 Link destination cleanup (#2028) fc0ecc027 Improve breadcrumb example (#2026) 6148be2de Update the breadcrumb navigation example (#2025) 6ebb37b1b Clarify sort function (#2024) 31269bad9 Add Winget installation method (#1988) d6c5f940e Resource methods: add signatures, minor improvements (#2017) d2e594cbc Modify inner variable shortcode-template explanation (#1985) a54927a7f Update GitHub Pages starter workflow (#2023) 2964c2d44 Remove orphaned static files (#2022) 97e5567cc Complete documentation on '.Scratch' and '.Store' (#2016) fa7b2e299 Fix typo bdce77c57 Remove literal from example menu template c0f23b216 Correct and improve menu documentation (#2010) 464368fd9 Document .Page.Store (#2011) a3d7c4a3a Improve urls.Parse function (#2012) d2cec3776 Clarify postcss config option (#2013) eb3003fef Fixed typo (#2007) 90c82d7ea Clarify mermaid markdown example (#2004) 1b11dcd5c docs(Diagrams): Update mermaid import mechanism (#1967) 4aceb6855 Fingerprinting, asset management: minor improvements (#2003) bcbc519bb resources.GetRemote: minor improvement (#2002) d54185bef Clarify markdownify behavior (#1999) afb582a80 Clarify usage of slug in front matter (#1998) f71985315 Update hasSuffix.md 29ad622a3 netlify: Hugo 0.111.3 adf223ecc Merge branch 'tempv0.111.3' 06858c646 docs: Improve examples of variadic math functions 8b656994e tpl/math: Allow multi numbers in add, sub, mul, div, min and max 2a38c4046 tpl: Add hasSuffix alias 4e0b98d54 switch transfers to workers 11651ac0f customize parallel transfer count 142f5da81 Update GitHub hosting instructions (#1991) ad7901d2f netlify: Hugo 0.111.2 0651a76e0 add headings to distinguish render hook context params d96d75be4 netlify: Hugo 0.111.1 226cb9e3a Add a paragraph about the new page template function 4c0157a49 Add .Fragments docs 6c78c0679 netlify: Bump to Hugo 0.111.0 7b11c24cf Merge branch 'feat/related-fragments' 615d18ef8 Add Related fragments config a36449b0c cods: Regen docs helper 0272fa45f Merge commit '336622d5e7afd9334cd2de7150d4f16bdf7c24f9' c5a962b93 related: Add config option cardinalityThreshold f91677377 docs: Another fix related docs example 17aa939ea docs: Fix related docs example 12c449150 Merge commit 'cf591b7c0c598d34896709db6d28598da37e3ff6' cb998b3d6 Add page fragments support to Related git-subtree-dir: docs git-subtree-split: 39af43ef11c23b8eaea7e17b59ff065a169305ac
10 KiB
title | description | categories | keywords | menu | toc | weight | aliases | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Front Matter | Hugo allows you to add front matter in yaml, toml, or json to your content files. |
|
|
|
true | 60 |
|
Front matter allows you to keep metadata attached to an instance of a content type---i.e., embedded inside a content file---and is one of the many features that gives Hugo its strength.
{{< youtube Yh2xKRJGff4 >}}
Front Matter Formats
Hugo supports four formats for front matter, each with their own identifying tokens.
- TOML
- identified by opening and closing
+++
. - YAML
- identified by opening and closing
---
. - JSON
- a single JSON object surrounded by '
{
' and '}
', followed by a new line. - ORG
- a group of Org mode keywords in the format '
#+KEY: VALUE
'. Any line that does not start with#+
ends the front matter section. Keyword values can be either strings (#+KEY: VALUE
) or a whitespace separated list of strings (#+KEY[]: VALUE_1 VALUE_2
).
Example
{{< code-toggle >}} title = "spf13-vim 3.0 release and new website" description = "spf13-vim is a cross platform distribution of vim plugins and resources for Vim." tags = [ ".vimrc", "plugins", "spf13-vim", "vim" ] date = "2012-04-06" categories = [ "Development", "VIM" ] slug = "spf13-vim-3-0-release-and-new-website" {{< /code-toggle >}}
Front Matter Variables
Predefined
There are a few predefined variables that Hugo is aware of. See Page Variables for how to call many of these predefined variables in your templates.
- aliases
- An array of one or more aliases (e.g., old published paths of renamed content) that will be created in the output directory structure . See Aliases for details.
- audio
- An array of paths to audio files related to the page; used by the
opengraph
internal template to populateog:audio
. - cascade
- A map of front matter keys whose values are passed down to the page's descendants unless overwritten by self or a closer ancestor's cascade. See Front Matter Cascade for details.
- date
- The datetime assigned to this page. This is usually fetched from the
date
field in front matter, but this behavior is configurable. - description
- The description for the content.
- draft
- If
true
, the content will not be rendered unless the--buildDrafts
flag is passed to thehugo
command. - expiryDate
- The datetime at which the content should no longer be published by Hugo; expired content will not be rendered unless the
--buildExpired
flag is passed to thehugo
command. - headless
- If
true
, sets a leaf bundle to be headless. - images
- An array of paths to images related to the page; used by internal templates such as
_internal/twitter_cards.html
. - isCJKLanguage
- If
true
, Hugo will explicitly treat the content as a CJK language; both.Summary
and.WordCount
work properly in CJK languages. - keywords
- The meta keywords for the content.
- layout
- The layout Hugo should select from the lookup order when rendering the content. If a
type
is not specified in the front matter, Hugo will look for the layout of the same name in the layout directory that corresponds with a content's section. See Content Types. - lastmod
- The datetime at which the content was last modified.
- linkTitle
- Used for creating links to content; if set, Hugo defaults to using the
linktitle
before thetitle
. Hugo can also order lists of content bylinktitle
. - markup
- experimental; specify
"rst"
for reStructuredText (requiresrst2html
) or"md"
(default) for Markdown. - outputs
- Allows you to specify output formats specific to the content. See output formats.
- publishDate
- If in the future, content will not be rendered unless the
--buildFuture
flag is passed tohugo
. - resources
- Used for configuring page bundle resources. See Page Resources.
- series
- An array of series this page belongs to, as a subset of the
series
taxonomy; used by theopengraph
internal template to populateog:see_also
. - slug
- Overrides the last segment of the URL path. Not applicable to section pages. See URL Management for details.
- summary
- Text used when providing a summary of the article in the
.Summary
page variable; details available in the content-summaries section. - title
- The title for the content.
- type
- The type of the content; this value will be automatically derived from the directory (i.e., the section) if not specified in front matter.
- url
- Overrides the entire URL path. Applicable to regular pages and section pages. See URL Management for details.
- videos
- An array of paths to videos related to the page; used by the
opengraph
internal template to populateog:video
. - weight
- used for ordering your content in lists. Lower weight gets higher precedence. So content with lower weight will come first. If set, weights should be non-zero, as 0 is interpreted as an unset weight.
- <taxonomies>
- Field name of the plural form of the index. See
tags
andcategories
in the above front matter examples. Note that the plural form of user-defined taxonomies cannot be the same as any of the predefined front matter variables.
{{% note %}}
If neither slug
nor url
is present and permalinks are not configured otherwise in your site config
file, Hugo will use the filename of your content to create the output URL. See Content Organization for an explanation of paths in Hugo and URL Management for ways to customize Hugo's default behaviors.
{{% /note %}}
User-Defined
You can add fields to your front matter arbitrarily to meet your needs. These user-defined key-values are placed into a single .Params
variable for use in your templates.
The following fields can be accessed via .Params.include_toc
and .Params.show_comments
, respectively. The Variables section provides more information on using Hugo's page- and site-level variables in your templates.
{{< code-toggle copy=false >}} include_toc: true show_comments: false {{</ code-toggle >}}
Front Matter Cascade
Any node or section can pass down to descendants a set of Front Matter values as long as defined underneath the reserved cascade
Front Matter key.
Target Specific Pages
The cascade
block can be a slice with a optional _target
keyword, allowing for multiple cascade
values targeting different page sets.
{{< code-toggle copy=false >}} title ="Blog" cascade background = "yosemite.jpg" [cascade._target] path="/blog/**" lang="en" kind="page" cascade background = "goldenbridge.jpg" [cascade._target] kind="section" {{</ code-toggle >}}
Keywords available for _target
:
- path
- A Glob pattern matching the content path below /content. Expects Unix-styled slashes. Note that this is the virtual path, so it starts at the mount root. The matching supports double-asterisks so you can match for patterns like
/blog/*/**
to match anything from the third level and down. - kind
- A Glob pattern matching the Page's Kind(s), e.g. "{home,section}".
- lang
- A Glob pattern matching the Page's language, e.g. "{en,sv}".
- environment
- A Glob pattern matching the build environment, e.g. "{production,development}"
Any of the above can be omitted.
Example
In content/blog/_index.md
{{< code-toggle copy=false >}} title: Blog cascade: banner: images/typewriter.jpg {{</ code-toggle >}}
With the above example the Blog section page and its descendants will return images/typewriter.jpg
when .Params.banner
is invoked unless:
- Said descendant has its own
banner
value set - Or a closer ancestor node has its own
cascade.banner
value set.
Order Content Through Front Matter
You can assign content-specific weight
in the front matter of your content. These values are especially useful for ordering in list views. You can use weight
for ordering of content and the convention of <TAXONOMY>_weight
for ordering content within a taxonomy. See Ordering and Grouping Hugo Lists to see how weight
can be used to organize your content in list views.
Override Global Markdown Configuration
It's possible to set some options for Markdown rendering in a content's front matter as an override to the Rendering options set in your project configuration.