forked from argvchs/argvchs.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
rss2.xml
253 lines (130 loc) · 8.79 KB
/
rss2.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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
<title>Argvchs の小窝</title>
<link>https://argvchs.github.io/</link>
<atom:link href="https://argvchs.github.io/rss2.xml" rel="self" type="application/rss+xml"/>
<description></description>
<pubDate>Tue, 11 Apr 2023 14:17:07 GMT</pubDate>
<generator>http://hexo.io/</generator>
<item>
<title>2023 年洛谷愚人节比赛</title>
<link>https://argvchs.github.io/2023/04/09/luogu-april-fools-2023/</link>
<guid>https://argvchs.github.io/2023/04/09/luogu-april-fools-2023/</guid>
<pubDate>Sun, 09 Apr 2023 10:19:08 GMT</pubDate>
<description><p>2023 年洛谷愚人节比赛,我竟然拿到 #4 了</p></description>
<category domain="https://argvchs.github.io/categories/algorithm/">算法</category>
<category domain="https://argvchs.github.io/tags/luogu/">洛谷</category>
<comments>https://argvchs.github.io/2023/04/09/luogu-april-fools-2023/#disqus_thread</comments>
</item>
<item>
<title>线性化提交历史</title>
<link>https://argvchs.github.io/2023/02/26/linearize-commit-history/</link>
<guid>https://argvchs.github.io/2023/02/26/linearize-commit-history/</guid>
<pubDate>Sun, 26 Feb 2023 00:47:56 GMT</pubDate>
<description><p>ParticleX 主题之前用了 Git Flow AVH,提交记录很丑<br />
这篇文章说一下怎么线性化提交历史</p></description>
<category domain="https://argvchs.github.io/categories/other/">其他</category>
<category domain="https://argvchs.github.io/tags/github/">GitHub</category>
<category domain="https://argvchs.github.io/tags/git/">Git</category>
<comments>https://argvchs.github.io/2023/02/26/linearize-commit-history/#disqus_thread</comments>
</item>
<item>
<title>评论清除事件记录</title>
<link>https://argvchs.github.io/2023/02/19/clear-comments/</link>
<guid>https://argvchs.github.io/2023/02/19/clear-comments/</guid>
<pubDate>Sun, 19 Feb 2023 08:47:28 GMT</pubDate>
<description><p>用这个文章来记录 Argvchs 的评论清除事件<br />
不要误会啊,是技术原因导致的,我没有评论审查</p></description>
<category domain="https://argvchs.github.io/categories/other/">其他</category>
<category domain="https://argvchs.github.io/tags/comment/">评论</category>
<comments>https://argvchs.github.io/2023/02/19/clear-comments/#disqus_thread</comments>
</item>
<item>
<title>禁用年度月度归档</title>
<link>https://argvchs.github.io/2023/01/05/disable-yearly-monthly-archive/</link>
<guid>https://argvchs.github.io/2023/01/05/disable-yearly-monthly-archive/</guid>
<pubDate>Thu, 05 Jan 2023 09:53:55 GMT</pubDate>
<description><p>Hexo 会自动生成年度月度归档,可是 ParticleX 主题没有这个功能
<del>我太懒了</del><br />
所以我们就要禁用!</p></description>
<category domain="https://argvchs.github.io/categories/other/">其他</category>
<category domain="https://argvchs.github.io/tags/hexo/">Hexo</category>
<comments>https://argvchs.github.io/2023/01/05/disable-yearly-monthly-archive/#disqus_thread</comments>
</item>
<item>
<title>搭建 CDN</title>
<link>https://argvchs.github.io/2023/01/05/build-cdn/</link>
<guid>https://argvchs.github.io/2023/01/05/build-cdn/</guid>
<pubDate>Thu, 05 Jan 2023 07:31:20 GMT</pubDate>
<description><p>用 GitHub Actions + Netlify 搭建一个 CDN,和 <a
href="https://cdnjs.com">CDNJS</a> 自动同步</p></description>
<category domain="https://argvchs.github.io/categories/tutorial/">教程</category>
<category domain="https://argvchs.github.io/tags/cdn/">CDN</category>
<category domain="https://argvchs.github.io/tags/github/">GitHub</category>
<category domain="https://argvchs.github.io/tags/netlify/">Netlify</category>
<comments>https://argvchs.github.io/2023/01/05/build-cdn/#disqus_thread</comments>
</item>
<item>
<title>Hexo-Babel</title>
<link>https://argvchs.github.io/2022/12/13/hexo-babel/</link>
<guid>https://argvchs.github.io/2022/12/13/hexo-babel/</guid>
<pubDate>Tue, 13 Dec 2022 07:51:22 GMT</pubDate>
<description><p><a href="https://github.com/argvchs/hexo-babel">Hexo-Babel</a>
插件,使用 Babel 编译转换 JS 文件</p></description>
<category domain="https://argvchs.github.io/categories/tool/">工具</category>
<category domain="https://argvchs.github.io/tags/hexo/">Hexo</category>
<category domain="https://argvchs.github.io/tags/plugin/">插件</category>
<category domain="https://argvchs.github.io/tags/babel/">Babel</category>
<comments>https://argvchs.github.io/2022/12/13/hexo-babel/#disqus_thread</comments>
</item>
<item>
<title>Hexo 自动处理 CSS 兼容性</title>
<link>https://argvchs.github.io/2022/12/12/css-compatibility/</link>
<guid>https://argvchs.github.io/2022/12/12/css-compatibility/</guid>
<pubDate>Mon, 12 Dec 2022 06:22:40 GMT</pubDate>
<description><p>CSS 兼容性太麻烦了,所以要自动处理</p></description>
<category domain="https://argvchs.github.io/categories/tool/">工具</category>
<category domain="https://argvchs.github.io/tags/hexo/">Hexo</category>
<category domain="https://argvchs.github.io/tags/css/">CSS</category>
<comments>https://argvchs.github.io/2022/12/12/css-compatibility/#disqus_thread</comments>
</item>
<item>
<title>Hexo-Helper-Crypto</title>
<link>https://argvchs.github.io/2022/12/08/hexo-helper-crypto/</link>
<guid>https://argvchs.github.io/2022/12/08/hexo-helper-crypto/</guid>
<pubDate>Thu, 08 Dec 2022 08:26:33 GMT</pubDate>
<description>[Hexo-Helper-Crypto](https://github.com/argvchs/hexo-helper-crypto) 插件,用于在模板文件内加/解密数据,使用 [Crypto-js](https://github.com/brix/crypto-js)
密码是 `123456`
</description>
<category domain="https://argvchs.github.io/categories/tool/">工具</category>
<category domain="https://argvchs.github.io/tags/hexo/">Hexo</category>
<category domain="https://argvchs.github.io/tags/plugin/">插件</category>
<category domain="https://argvchs.github.io/tags/crypto-js/">Crypto-js</category>
<comments>https://argvchs.github.io/2022/12/08/hexo-helper-crypto/#disqus_thread</comments>
</item>
<item>
<title>GitHub 打不开终极办法</title>
<link>https://argvchs.github.io/2022/12/07/fix-github/</link>
<guid>https://argvchs.github.io/2022/12/07/fix-github/</guid>
<pubDate>Wed, 07 Dec 2022 01:33:01 GMT</pubDate>
<description><p>这几天 GitHub 几乎都是无法打开,改 Hosts 也不行,只能用龟速的 Tor</p></description>
<category domain="https://argvchs.github.io/categories/other/">其他</category>
<category domain="https://argvchs.github.io/tags/github/">GitHub</category>
<comments>https://argvchs.github.io/2022/12/07/fix-github/#disqus_thread</comments>
</item>
<item>
<title>Giscus</title>
<link>https://argvchs.github.io/2022/12/06/giscus/</link>
<guid>https://argvchs.github.io/2022/12/06/giscus/</guid>
<pubDate>Tue, 06 Dec 2022 10:35:05 GMT</pubDate>
<description><p><strong>Giscus 终于配置好了!</strong></p></description>
<category domain="https://argvchs.github.io/categories/other/">其他</category>
<category domain="https://argvchs.github.io/tags/comment/">评论</category>
<category domain="https://argvchs.github.io/tags/giscus/">Giscus</category>
<comments>https://argvchs.github.io/2022/12/06/giscus/#disqus_thread</comments>
</item>
</channel>
</rss>