-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.json
41 lines (41 loc) · 1.28 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
{
"version": "https://jsonfeed.org/version/1",
"title": "Aliang+",
"description": "",
"home_page_url": "http://aliang.plus",
"feed_url": "http://aliang.plus/feed.json",
"user_comment": "",
"author": {
"name": "Aliang"
},
"items": [
{
"id": "http://aliang.plus/di-er-pian/",
"url": "http://aliang.plus/di-er-pian/",
"title": "第二篇",
"summary": "第二篇吧",
"content_html": "<p>第二篇吧</p>",
"author": {
"name": "Aliang"
},
"tags": [
],
"date_published": "2024-07-30T23:38:17+08:00",
"date_modified": "2024-07-30T23:38:17+08:00"
},
{
"id": "http://aliang.plus/1223/",
"url": "http://aliang.plus/1223/",
"title": "第一篇",
"summary": "尝试使用publii构建静态博客",
"content_html": "<p>尝试使用publii构建静态博客</p>",
"author": {
"name": "Aliang"
},
"tags": [
],
"date_published": "2024-07-28T12:41:10+08:00",
"date_modified": "2024-07-28T20:54:24+08:00"
}
]
}