Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

JSON Feed for Jekyll

License

NotificationsYou must be signed in to change notification settings

vallieres/jekyll-json-feed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

A simple feed file that follows the1.0 spec of the JSON Feed standard established byManton Reece andBrent Simmons.

Installation

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

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors6


[8]ページ先頭

©2009-2025 Movatter.jp