mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-17 09:34:42 -04:00
Add RSS templates example
This commit is contained in:
parent
6c0bde3f88
commit
88b9eb0ed9
@ -193,6 +193,16 @@
|
|||||||
"layouts/_default/list.html"
|
"layouts/_default/list.html"
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"Example": "RSS home, no theme.",
|
||||||
|
"OutputFormat": "RSS",
|
||||||
|
"Suffix": "xml",
|
||||||
|
"Template Lookup Order": [
|
||||||
|
"layouts/rss.xml",
|
||||||
|
"layouts/_default/rss.xml",
|
||||||
|
"layouts/_internal/_default/rss.xml"
|
||||||
|
]
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"Example": "JSON home, no theme.",
|
"Example": "JSON home, no theme.",
|
||||||
"OutputFormat": "JSON",
|
"OutputFormat": "JSON",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user