-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathatom.xml
More file actions
42 lines (24 loc) · 1.15 KB
/
atom.xml
File metadata and controls
42 lines (24 loc) · 1.15 KB
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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Rui's Blog</title>
<subtitle>Some random thoughts</subtitle>
<link href="http://yoursite.com/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2019-01-02T20:17:12.000Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>Rui Huang</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>AoC2018</title>
<link href="http://yoursite.com/2019/01/02/AoC2018/"/>
<id>http://yoursite.com/2019/01/02/AoC2018/</id>
<published>2019-01-02T19:49:42.000Z</published>
<updated>2019-01-02T20:17:12.000Z</updated>
<summary type="html"><p><em>A brief summary post of my Advent of Code 2018 experience.</em></p>
<h2 id="Advent-of-Code"><a href="#Advent-of-Code" class="headerli</summary>
<category term="Advent of Code" scheme="http://yoursite.com/tags/Advent-of-Code/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
</entry>
</feed>