add individual member json files

Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
jamesk-patch-1
Toshaan Bharvani 2 years ago
parent 465a3bb14d
commit 1c41b2b176

@ -15,11 +15,7 @@ disableHugoGeneratorInject = false
enableEmoji = true

[outputs]
home = [ "HTML", "JSON" , "RSS" ]
members = [ "HTML", "JSON", "RSS" ]
specifications = [ "HTML", "JSON" ]
ready = [ "HTML", "JSON" ]
schedule = [ "HTML", "Calendar" , "RSS" ]
home = [ "HTML" , "JSON" , "RSS" ]

[outputFormats]
[outputFormats.RSS]

@ -0,0 +1,8 @@
{
"title": "{{ .Title }}",
"permalink": "{{ .Permalink }}",
"level": "{{ .Params.level }}",
"joined": "{{ .Params.joined }}",
"link": "{{ .Params.link }}",
"content": "{{ .PlainWords }}"
}
Loading…
Cancel
Save