-
Notifications
You must be signed in to change notification settings - Fork 0
/
feed.xml
56 lines (40 loc) · 2.47 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>Chunyu's Personal Website</title>
<description>Chunyu's personal website.</description>
<link>http://localhost:4000/</link>
<atom:link href="http://localhost:4000/feed.xml" rel="self" type="application/rss+xml"/>
<pubDate>Wed, 08 May 2024 11:16:34 -0500</pubDate>
<lastBuildDate>Wed, 08 May 2024 11:16:34 -0500</lastBuildDate>
<generator>Jekyll v3.9.0</generator>
<item>
<title>code snippet test</title>
<description><p>This is a raw snippet:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>hello world
123
This is a text snippet
</code></pre></div></div>
<p>This is a JavaScript snippet:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>const add = (a, b) =&gt; a + b
const minus = (a, b) =&gt; a - b
console.log(add(100,200)) // 300
console.log(minus(100,200)) // -100
</code></pre></div></div>
<p>This is a Python snippet:</p>
<div class="language-plaintext highlighter-rouge"><div class="highlight"><pre class="highlight"><code>def say_hello():
print("hello world!")
say_hello() // "hello world!"
</code></pre></div></div>
<hr />
<p>Side note comment: applied a bug fix similar to <a href="https://github.com/Atlas7/atlas7.github.io/commit/6659f4a47f6ec66987adb0f683a9c6f3842252ae#diff-818954a41dbfb01af70050a459c603b9">this commit</a> to ensure code snippet does not collapse unexpectly upon clicking on it. This issue is tracked <a href="https://github.com/jarrekk/Jalpc/issues/97">here</a>.</p>
</description>
<pubDate>Thu, 21 Dec 2017 00:00:00 -0600</pubDate>
<link>http://localhost:4000/html/2017/12/21/test-code-snippets.html</link>
<guid isPermaLink="true">http://localhost:4000/html/2017/12/21/test-code-snippets.html</guid>
<category>Jalpc</category>
<category>Jekyll</category>
<category>HTML</category>
</item>
</channel>
</rss>