Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vallieres/jekyll-json-feed
- Owner: vallieres
- License: apache-2.0
- Created: 2017-05-17T19:02:28.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-08-10T20:34:17.000Z (over 4 years ago)
- Last Synced: 2024-08-03T22:02:41.267Z (5 months ago)
- Topics: jekyll, json, json-feed
- Size: 11.7 KB
- Stars: 61
- Watchers: 4
- Forks: 11
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```