Skip to main content

springheel.genjsonfeed module

Generate JSON Feeds.

springheel.genjsonfeed.genJsonFeed(jsond: dict, translated_strings: dict)dict

Generate a JSON Feed for the site.

Parameters
jsonddict

The contents of the site.jsond dictionary that lists various JSON endpoints.

translated_stringsdict

The translation file contents for this site. Used for making a feed comment.

Returns
dict

The contents of a JSON Feed.