-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.json
39 lines (39 loc) · 1.23 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
{
"version": "https://jsonfeed.org/version/1",
"title": "Jermain Kaminski",
"description": "",
"home_page_url": "https://jermainkaminski.com",
"feed_url": "https://jermainkaminski.com/feed.json",
"user_comment": "",
"author": {
"name": "Jermain Kaminski"
},
"items": [
{
"id": "https://jermainkaminski.com/test.html",
"url": "https://jermainkaminski.com/test.html",
"title": "Test",
"author": {
"name": "Jermain Kaminski"
},
"tags": [
],
"date_published": "2024-08-15T13:06:32+02:00",
"date_modified": "2024-08-15T13:06:32+02:00"
},
{
"id": "https://jermainkaminski.com/testing.html",
"url": "https://jermainkaminski.com/testing.html",
"title": "Testing",
"summary": "Test successful.",
"content_html": "<p class=\"msg msg--success\">Test successful.</p>",
"author": {
"name": "Jermain Kaminski"
},
"tags": [
],
"date_published": "2024-08-15T12:50:17+02:00",
"date_modified": "2024-08-15T12:50:17+02:00"
}
]
}