The bmannconsulting.com website
1--- 2link: https://www.jsonfeed.org/ 3tags: 4 - specification 5 - feeds 6 - JSON 7github: https://github.com/manton/JSONFeed 8--- 9[Announced May 2017](https://www.jsonfeed.org/2017/05/17/announcing-json-feed.html): 10 11> We — Manton Reece and Brent Simmons — have noticed that JSON has become the developers’ choice for APIs, and that developers will often go out of their way to avoid XML. JSON is simpler to read and write, and it’s less prone to bugs. 12> 13> So we developed JSON Feed, a format similar to [RSS](http://cyber.harvard.edu/rss/rss.html) and [Atom](https://tools.ietf.org/html/rfc4287) but in JSON. It reflects the lessons learned from our years of work reading and publishing feeds. 14 15The [spec is at version 1.1](https://www.jsonfeed.org/version/1.1/) as of August 2020. 16 17## Jekyll JSON Feed Templates 18 19https://github.com/georgemandis/jekyll-json-feeds 20 21These are Version 1.0 templates that need to be slightly updated.