A Jekyll plugin to generate a JSON feed of your Jekyll posts. The plugin will automatically use any of the following configuration variables, if they are present in your site's _config.yml file. The plugin exposes a helper tag to expose the appropriate meta tags to support the automated discovery of your feed. Simply place {% json_feed_meta %} someplace in your template's <head> section, to output the necessary metadata. The plugin uses Jekyll's smartify filter for processing the site title...