-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfeed.xml
32 lines (30 loc) · 990 Bytes
/
feed.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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/">
<title>no title</title>
<link href="https://kimsuhyuk.github.io/gh-pages/feed.xml" rel="self" />
<link href="https://kimsuhyuk.github.io/gh-pages" />
<updated>2023-10-27T11:39:35+09:00</updated>
<author>
<name>suhyuk</name>
</author>
<id>https://kimsuhyuk.github.io/gh-pages</id>
<entry>
<title>test</title>
<author>
<name>suhyuk</name>
</author>
<link href="https://kimsuhyuk.github.io/gh-pages/test.html"/>
<id>https://kimsuhyuk.github.io/gh-pages/test.html</id>
<updated>2023-10-27T11:39:35+09:00</updated>
<summary>
<![CDATA[
test
]]>
</summary>
<content type="html">
<![CDATA[
<p>test</p>
]]>
</content>
</entry>
</feed>