Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/vallieres/jekyll-json-feed

JSON Feed for Jekyll
https://github.com/vallieres/jekyll-json-feed

jekyll json json-feed

Last synced: 2 months ago
JSON representation

JSON Feed for Jekyll

Awesome Lists containing this project

README

        

# JSON Feed for Jekyll

A simple feed file that follows the [1.0 spec](https://jsonfeed.org/version/1) of the JSON Feed standard established by [Manton Reece](http://manton.org/) and [Brent Simmons](http://inessential.com/).

## 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 `` section of your site is defined.

```

```

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

```
AddType application/json .json
```