jaspervdj / hakyll

A static website compiler library in Haskell
jaspervdj.be/hakyll
Other
2.7k stars 409 forks source link

Add JSON Feed support #975

Closed ozkutuk closed 1 year ago

ozkutuk commented 1 year ago

The JSON Feed format is a pragmatic syndication format, like RSS and Atom, but with one big difference: it’s JSON instead of XML.

This PR adds JSON Feed support to Hakyll with a pretty barebone template, conforming to the JSON Feed 1.1 spec. I have deployed it to my personal blog to serve as a working example, and it seems to work without any issues.