-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathatom.xml
81 lines (46 loc) · 2.73 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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>GeekYutu.cn</title>
<icon>https://geekyutu.cn/icon.png</icon>
<subtitle>极客玉兔</subtitle>
<link href="https://geekyutu.cn/atom.xml" rel="self"/>
<link href="https://geekyutu.cn/"/>
<updated>2023-09-03T12:40:08.074Z</updated>
<id>https://geekyutu.cn/</id>
<author>
<name>吃不胖的兔宝</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>why-react-hooks</title>
<link href="https://geekyutu.cn/2021/04/why-react-hooks/"/>
<id>https://geekyutu.cn/2021/04/why-react-hooks/</id>
<published>2021-04-09T08:04:54.000Z</published>
<updated>2023-09-03T12:40:08.074Z</updated>
<summary type="html"><ul>
<li>非可视逻辑</li>
<li>如果组件具有状态或需要使用生命周期方法,则必须使用类(class component)。否则,如果它只是接受 props 并渲染一些</summary>
<category term="react" scheme="https://geekyutu.cn/tags/react/"/>
</entry>
<entry>
<title>重新出发</title>
<link href="https://geekyutu.cn/2021/03/restart/"/>
<id>https://geekyutu.cn/2021/03/restart/</id>
<published>2021-03-16T13:57:56.000Z</published>
<updated>2023-09-03T12:40:08.074Z</updated>
<summary type="html"><p>2021年,家庭发生了比较大的变故,关心我的小小伙伴应该已经知道了</p>
<p>上一次更新是5年前,写点什么好呢?<br>我想就以我与父亲的故事开始吧。</p></summary>
</entry>
<entry>
<title>用Hexo+Github Page搭建博客成功~</title>
<link href="https://geekyutu.cn/2016/04/first-article/"/>
<id>https://geekyutu.cn/2016/04/first-article/</id>
<published>2016-04-13T15:22:18.000Z</published>
<updated>2023-09-03T12:40:08.073Z</updated>
<summary type="html"><p>锵锵锵锵~~~<br>花花丹的第一个正式Blog终于搭建完毕。</p>
<p>很早以前用CSDN写文章的时候,就下定决心要给自己建个网站。<br>暂时还没有购买域名和服务器的打算,感觉免费的Github Page已经够用啦~</p>
<p>一开始呢,自己是一点一点写静态HTML页面,一个布局就能coding好久好久……<br>后来发现这种方法太慢了,而且后期维护也不太方便。</p></summary>
<category term="生活" scheme="https://geekyutu.cn/categories/%E7%94%9F%E6%B4%BB/"/>
<category term="杂谈" scheme="https://geekyutu.cn/tags/%E6%9D%82%E8%B0%88/"/>
</entry>
</feed>