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 | weight | aliases | toc | |||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Data Templates | In addition to Hugo's built-in variables, you can specify your own custom data in templates or shortcodes that pull from both local and dynamic sources. |
|
|
|
80 |
|
true |
Hugo supports loading data from YAML, JSON, XML, and TOML files located in the data
directory at the root of your Hugo project.
{{< youtube FyPgSuwIMWQ >}}
The Data Folder
The data
folder should store additional data for Hugo to use when generating your site.
Data files are not for generating standalone pages. They should supplement content files by:
- extending the content when the front matter fields grow out of control, or
- showing a larger dataset in a template (see the example below).
In both cases, it's a good idea to outsource the data in their (own) files.
These files must be YAML, JSON, XML, or TOML files (using the .yml
, .yaml
, .json
, .xml
, or .toml
extension). The data will be accessible as a map
in the .Site.Data
variable.
To access the data using the site.Data.filename
notation, the filename must begin with an underscore or a Unicode letter, followed by zero or more underscores, Unicode letters, or Unicode digits. For example:
123.json
- Invalidx123.json
- Valid_123.json
- Valid
To access the data using the index
function, the filename is irrelevant. For example:
Data file | Template code |
---|---|
123.json |
{{ index .Site.Data "123" }} |
x123.json |
{{ index .Site.Data "x123" }} |
_123.json |
{{ index .Site.Data "_123" }} |
x-123.json |
{{ index .Site.Data "x-123" }} |
Data Files in Themes
Data Files can also be used in themes.
However, note that the theme data files are merged with the project directory taking precedence. That is, Given two files with the same name and relative path, the data in the file in the root project data
directory will override the data from the file in the themes/<THEME>/data
directory for keys that are duplicated).
Therefore, theme authors should be careful not to include data files that could be easily overwritten by a user who decides to customize a theme. For theme-specific data items that shouldn't be overridden, it can be wise to prefix the folder structure with a namespace; e.g. mytheme/data/<THEME>/somekey/...
. To check if any such duplicate exists, run hugo with the -v
flag.
The keys in the map created with data templates from data files will be a dot-chained set of path
, filename
, and key
in the file (if applicable).
This is best explained with an example:
Example: Jaco Pastorius' Solo Discography
Jaco Pastorius was a great bass player, but his solo discography is short enough to use as an example. John Patitucci is another bass giant.
The example below is a bit contrived, but it illustrates the flexibility of data Files. This example uses TOML as its file format with the two following data files:
data/jazz/bass/jacopastorius.toml
data/jazz/bass/johnpatitucci.toml
jacopastorius.toml
contains the content below. johnpatitucci.toml
contains a similar list:
{{< code-toggle file="jacopastorius" >}} discography = [ "1974 - Modern American Music … Period! The Criteria Sessions", "1974 - Jaco", "1976 - Jaco Pastorius", "1981 - Word of Mouth", "1981 - The Birthday Concert (released in 1995)", "1982 - Twins I & II (released in 1999)", "1983 - Invitation", "1986 - Broadway Blues (released in 1998)", "1986 - Honestly Solo Live (released in 1990)", "1986 - Live In Italy (released in 1991)", "1986 - Heavy'n Jazz (released in 1992)", "1991 - Live In New York City, Volumes 1-7.", "1999 - Rare Collection (compilation)", "2003 - Punk Jazz: The Jaco Pastorius Anthology (compilation)", "2007 - The Essential Jaco Pastorius (compilation)" ] {{< /code-toggle >}}
The list of bass players can be accessed via .Site.Data.jazz.bass
, a single bass player by adding the filename without the suffix, e.g. .Site.Data.jazz.bass.jacopastorius
.
You can now render the list of recordings for all the bass players in a template:
{{ range $.Site.Data.jazz.bass }}
{{ partial "artist.html" . }}
{{ end }}
And then in the partials/artist.html
:
<ul>
{{ range .discography }}
<li>{{ . }}</li>
{{ end }}
</ul>
Discover a new favorite bass player? Just add another .toml
file in the same directory.
Example: Accessing Named Values in a Data File
Assume you have the following data structure in your User0123.[yml|toml|xml|json]
data file located directly in data/
:
{{< code-toggle file="User0123" >}} Name: User0123 "Short Description": "He is a jolly good fellow." Achievements:
- "Can create a Key, Value list from Data File"
- "Learns Hugo"
- "Reads documentation" {{</ code-toggle >}}
You can use the following code to render the Short Description
in your layout:
<div>Short Description of {{ .Site.Data.User0123.Name }}: <p>{{ index .Site.Data.User0123 "Short Description" | markdownify }}</p></div>
Note the use of the markdownify
template function. This will send the description through the Markdown rendering engine.
Get Remote Data
Use getJSON
or getCSV
to get remote data:
{{ $dataJ := getJSON "url" }}
{{ $dataC := getCSV "separator" "url" }}
If you use a prefix or postfix for the URL, the functions accept variadic arguments:
{{ $dataJ := getJSON "url prefix" "arg1" "arg2" "arg n" }}
{{ $dataC := getCSV "separator" "url prefix" "arg1" "arg2" "arg n" }}
The separator for getCSV
must be put in the first position and can only be one character long.
All passed arguments will be joined to the final URL:
{{ $urlPre := "https://api.github.com" }}
{{ $gistJ := getJSON $urlPre "/users/GITHUB_USERNAME/gists" }}
This will resolve internally to the following:
{{ $gistJ := getJSON "https://api.github.com/users/GITHUB_USERNAME/gists" }}
Add HTTP headers
Both getJSON
and getCSV
takes an optional map as the last argument, e.g.:
{{ $data := getJSON "https://example.org/api" (dict "Authorization" "Bearer abcd") }}
If you need multiple values for the same header key, use a slice:
{{ $data := getJSON "https://example.org/api" (dict "X-List" (slice "a" "b" "c")) }}
Example for CSV files
For getCSV
, the one-character-long separator must be placed in the first position followed by the URL. The following is an example of creating an HTML table in a partial template from a published CSV:
{{< code file="layouts/partials/get-csv.html" >}}
{{ $url := "https://example.com/finance/employee-salaries.csv" }} {{ $sep := "," }} {{ range $i, $r := getCSV $sep $url }} {{ end }}Name | Position | Salary |
---|---|---|
{{ index $r 0 }} | {{ index $r 1 }} | {{ index $r 2 }} |
The expression {{ index $r number }}
must be used to output the nth-column from the current row.
Cache URLs
Each downloaded URL will be cached in the default folder $TMPDIR/hugo_cache/
. The variable $TMPDIR
will be resolved to your system-dependent temporary directory.
With the command-line flag --cacheDir
, you can specify any folder on your system as a caching directory.
You can also set cacheDir
in the main configuration file.
If you don't like caching at all, you can fully disable caching with the command-line flag --ignoreCache
.
Authentication When Using REST URLs
Currently, you can only use those authentication methods that can be put into an URL. OAuth and other authentication methods are not implemented.
Load Local files
To load local files with getJSON
and getCSV
, the source files must reside within Hugo's working directory. The file extension does not matter, but the content does.
It applies the same output logic as above in Get Remote Data.
{{% note %}}
The local CSV files to be loaded using getCSV
must be located outside the data
directory.
{{% /note %}}
LiveReload with Data Files
There is no chance to trigger a LiveReload when the content of a URL changes. However, when a local file changes (i.e., data/*
and themes/<THEME>/data/*
), a LiveReload will be triggered. Symlinks are not supported. Note too that because downloading data takes a while, Hugo stops processing your Markdown files until the data download has been completed.
{{% warning "URL Data and LiveReload" %}}
If you change any local file and the LiveReload is triggered, Hugo will read the data-driven (URL) content from the cache. If you have disabled the cache (i.e., by running the server with hugo server --ignoreCache
), Hugo will re-download the content every time LiveReload triggers. This can create huge traffic. You may reach API limits quickly.
{{% /note %}}
Examples of Data-driven Content
- Photo gallery JSON powered: https://github.com/pcdummy/hugo-lightslider-example
- GitHub Starred Repositories in a post using data-driven content in a custom short code.