-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.xml
32 lines (25 loc) · 1.51 KB
/
index.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" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Adrian's Blog</title>
<link>https://adrianduan.github.io/</link>
<description>Recent content on Adrian's Blog</description>
<generator>Hugo -- gohugo.io</generator>
<lastBuildDate>Thu, 03 Sep 2020 17:40:15 +0800</lastBuildDate>
<atom:link href="https://adrianduan.github.io/index.xml" rel="self" type="application/rss+xml" />
<item>
<title>About</title>
<link>https://adrianduan.github.io/about/</link>
<pubDate>Thu, 03 Sep 2020 17:46:24 +0800</pubDate>
<guid>https://adrianduan.github.io/about/</guid>
<description>About me </description>
</item>
<item>
<title>Test</title>
<link>https://adrianduan.github.io/posts/test/</link>
<pubDate>Thu, 03 Sep 2020 17:40:15 +0800</pubDate>
<guid>https://adrianduan.github.io/posts/test/</guid>
<description>Test Code Highlight 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 export class TextureLoader { public static use( resource: ILoaderResource, next: (...args: any[]) =&gt; void ): void { if (resource.data &amp;&amp; resource.type === Resource.TYPE.IMAGE) { resource.texture = Texture.fromLoader( resource.data, resource.url, resource.name ); } next(); } } Test Markdown Syntax Header 1 Header 2 Header 3 Header 4 Header 5 Header 6 This is a blockquote with two paragraphs.</description>
</item>
</channel>
</rss>