Jekyll Json Feed Save

JSON Feed for Jekyll

Project README

JSON Feed for Jekyll

A simple feed file that follows the 1.0 spec of the JSON Feed standard established by Manton Reece and Brent Simmons.

Installation

Copy the feed.json file to the root directory of your Jekyll install.

Add the following line to your head.html (or similar theme file where the <head> section of your site is defined.

<link rel="alternate" title="{{ site.title }}" type="application/json" href="{{ "/feed.json" | absolute_url }}" />

If your server is not configured to serve JSON files, you might need to add this to your .htaccess file:

AddType application/json .json
Open Source Agenda is not affiliated with "Jekyll Json Feed" Project. README Source: vallieres/jekyll-json-feed
Stars
61
Open Issues
3
Last Commit
3 years ago
License

Open Source Agenda Badge

Open Source Agenda Rating