mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-14 05:24:39 -04:00
Fix content type reference
JSON is not a valid content file type in Hugo.
This commit is contained in:
parent
d332269246
commit
cb3d395de5
@ -129,9 +129,7 @@ This `_index.md` can also be directly under the `content/` directory.
|
|||||||
|
|
||||||
{{% note %}}
|
{{% note %}}
|
||||||
Here `md` (markdown) is used just as an example. You can use any file
|
Here `md` (markdown) is used just as an example. You can use any file
|
||||||
type as a content resource as long as it is a MIME type recognized by
|
type as a content resource as long as it is a content type recognized by Hugo.
|
||||||
Hugo (`json` files will, as one example, work fine). If you want to
|
|
||||||
get exotic, you can define your own media type.
|
|
||||||
{{% /note %}}
|
{{% /note %}}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user