Signed-off-by: Toshaan Bharvani <toshaan@vantosh.com>
@ -16,6 +16,7 @@ enableEmoji = true
[outputs]
home = [ "HTML" , "JSON" , "RSS" ]
page = [ "HTML" , "JSON" ]
[outputFormats]
[outputFormats.RSS]
@ -0,0 +1,5 @@
{
"title": "{{ .Title }}",
"permalink": "{{ .Permalink }}",
"content": "{{ .PlainWords }}"
}