This commit is contained in:
parent
3cdacbfec5
commit
72b54c0e41
11
config.yml
11
config.yml
@ -34,11 +34,21 @@ outputFormats:
|
|||||||
isHTML: false
|
isHTML: false
|
||||||
noUgly: true
|
noUgly: true
|
||||||
permalinkable: false
|
permalinkable: false
|
||||||
|
Json:
|
||||||
|
name: "Json"
|
||||||
|
mediaType: "application/json"
|
||||||
|
baseName: "feed"
|
||||||
|
isPlainText: false
|
||||||
|
rel: "alternate"
|
||||||
|
isHTML: false
|
||||||
|
noUgly: true
|
||||||
|
permalinkable: false
|
||||||
|
|
||||||
outputs:
|
outputs:
|
||||||
home:
|
home:
|
||||||
- HTML
|
- HTML
|
||||||
- ATOM
|
- ATOM
|
||||||
|
- JSON
|
||||||
page:
|
page:
|
||||||
- HTML
|
- HTML
|
||||||
section:
|
section:
|
||||||
@ -48,6 +58,7 @@ outputs:
|
|||||||
term:
|
term:
|
||||||
- HTML
|
- HTML
|
||||||
- ATOM
|
- ATOM
|
||||||
|
- JOSN
|
||||||
|
|
||||||
privacy:
|
privacy:
|
||||||
disqus:
|
disqus:
|
||||||
|
Loading…
Reference in New Issue
Block a user