forked from tophyip/hyipworld.github.io
-
Notifications
You must be signed in to change notification settings - Fork 5
/
feed.json
49 lines (49 loc) · 1.34 KB
/
feed.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
---
id: 169
layout: feed
---
{%- comment -%}
*
* This layout loops through a collection called `feeds` and collect site data
* and page for inclusion to the project mapping.
*
* You may see the running code here:
* https://chetabahana.github.io/feed.json
*
* The Structure of a Feed
* The JSON Feed format as JSON Feed Version 1.1
*
* {
* "version": "https://jsonfeed.org/version/1.1",
* "title": "title",
* "home_page_url": "url",
* "feed_url": "url",
* "next_url": "url",
* "external_url": "url",
* "user_comment": "",
* "items": [
* {
* "id": "id",
* "title": "title",
* "url": "url",
* "tags": "tags",
* "content_text": "plain text",
* "content_html": "html code",
* "summary": "plain text",
* "date_published": "date",
* "attachments": [
* {
* "url": "url",
* "mime_type": "mime_type",
* "size_in_bytes": integer,
* "duration_in_seconds": integer
* }
* ]
* }
* ]
* }
*
* To provide it with an online work you may see the main code here:
* https://github.com/chetabahana/chetabahana.github.io/blob/Chetabahana/_layouts/feed.rb
*
{%- endcomment -%}