mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-18 18:25:02 -04:00
Add mention of output format configuration to configuration.md
This commit is contained in:
parent
0b51849d0c
commit
24ae7df130
@ -381,6 +381,10 @@ blackfriday:
|
||||
```
|
||||
{{% /code %}}
|
||||
|
||||
## Configuring Additional Output Formats
|
||||
|
||||
Hugo v0.20 introduced the ability to render your content to multiple output formats (e.g., to JSON, AMP html, or CSV). See [Output Formats][] for information on how to add these values to your Hugo project's configuration file.
|
||||
|
||||
## Configuration Format Specs
|
||||
|
||||
* [TOML Spec][toml]
|
||||
@ -391,6 +395,7 @@ blackfriday:
|
||||
[directory structure]: /getting-started/directory-structure
|
||||
[json]: /documents/ecma-404-json-spec.pdf
|
||||
[lookup order]: /templates/lookup-order/
|
||||
[Output Formats]: /templates/output-formats/
|
||||
[templates]: /templates/
|
||||
[toml]: https://github.com/toml-lang/toml
|
||||
[yaml]: http://yaml.org/spec/
|
@ -17,7 +17,7 @@ aliases: [/templates/outputs/,/extras/output-formats/,/doc/output-formats/,/doc/
|
||||
toc: true
|
||||
---
|
||||
|
||||
Hugo `0.20` introduced the powerful feature **Custom Output Formats**; Hugo isn't just that "static HTML with an added RSS feed" anymore. _Say hello_ to calendars, e-book formats, Google AMP, and JSON search indexes, to name a few.
|
||||
Hugo `0.20` introduced the powerful feature **custom output formats**; Hugo isn't just "static HTML with an added RSS feed" anymore. *Say hello* to calendars, e-book formats, Google AMP, and JSON search indexes, to name a few.
|
||||
|
||||
This page describes how to properly configure your site with the media types and output formats, as well as where to create your templates for your custom outputs.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user