-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
59 lines (31 loc) · 1.47 KB
/
atom.xml
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
50
51
52
53
54
55
56
57
58
59
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Hexo</title>
<icon>http://example.com/icon.png</icon>
<link href="http://example.com/atom.xml" rel="self"/>
<link href="http://example.com/"/>
<updated>2023-02-07T04:14:24.855Z</updated>
<id>http://example.com/</id>
<author>
<name>John Doe</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>hi</title>
<link href="http://example.com/2023/02/07/hi/"/>
<id>http://example.com/2023/02/07/hi/</id>
<published>2023-02-07T04:14:24.000Z</published>
<updated>2023-02-07T04:14:24.855Z</updated>
</entry>
<entry>
<title>Hello World!</title>
<link href="http://example.com/2020/09/27/hello-world/"/>
<id>http://example.com/2020/09/27/hello-world/</id>
<published>2020-09-27T10:42:38.000Z</published>
<updated>2023-02-07T11:54:48.541Z</updated>
<summary type="html"><p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a></summary>
<category term="World" scheme="http://example.com/tags/World/"/>
<category term="Hello" scheme="http://example.com/tags/Hello/"/>
<category term="hi" scheme="http://example.com/tags/hi/"/>
</entry>
</feed>