All Projects → vallieres → jekyll-json-feed

vallieres / jekyll-json-feed

Licence: Apache-2.0 license
JSON Feed for Jekyll

Projects that are alternatives of or similar to jekyll-json-feed

tidyRSS
An R package for extracting 'tidy' data frames from RSS, Atom, JSON and geoRSS feeds
Stars: ✭ 62 (+1.64%)
Mutual labels:  json-feed
vuepress-plugin-feed
RSS, Atom, and JSON feeds generator plugin for VuePress 1.x
Stars: ✭ 46 (-24.59%)
Mutual labels:  json-feed
github-stars-feed
Get the latest feed of GitHub Stars out there! 🌟 ⭐ ✨
Stars: ✭ 30 (-50.82%)
Mutual labels:  json-feed
reader
A Python feed reader library.
Stars: ✭ 290 (+375.41%)
Mutual labels:  json-feed
Netnewswire
RSS reader for macOS and iOS.
Stars: ✭ 5,105 (+8268.85%)
Mutual labels:  json-feed
Rss Bridge
The RSS feed for websites missing it
Stars: ✭ 4,067 (+6567.21%)
Mutual labels:  json-feed
bubo-rss
An irrationally minimalist, static RSS feed reader you can instantly deploy on Netlify, Glitch or your own server.
Stars: ✭ 41 (-32.79%)
Mutual labels:  json-feed
rss-button-for-safari
Safari web extension for news feed discovery of RSS, Atom, JSON Feed & RDF+RSS.
Stars: ✭ 16 (-73.77%)
Mutual labels:  json-feed
json-feed-viewer
The world's first JSON feed viewer 🥇
Stars: ✭ 40 (-34.43%)
Mutual labels:  json-feed

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
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].