- Notifications
You must be signed in to change notification settings - Fork11
vallieres/jekyll-json-feed
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A simple feed file that follows the1.0 spec of the JSON Feed standard established byManton Reece andBrent Simmons.
Copy thefeed.json
file to the root directory of your Jekyll install.
Add the following line to yourhead.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
About
JSON Feed for Jekyll
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Releases
No releases published
Packages0
No packages published
Contributors6
Uh oh!
There was an error while loading.Please reload this page.