-
Notifications
You must be signed in to change notification settings - Fork 0
/
atom.xml
63 lines (36 loc) · 7.15 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
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>Randy Chuang's Blog</title>
<subtitle>Fall Forward</subtitle>
<link href="https://randy-chuang.github.io/atom.xml" rel="self"/>
<link href="https://randy-chuang.github.io/"/>
<updated>2022-02-04T04:31:01.794Z</updated>
<id>https://randy-chuang.github.io/</id>
<author>
<name>Randy Chuang</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>Test post</title>
<link href="https://randy-chuang.github.io/Blog/Test-post/"/>
<id>https://randy-chuang.github.io/Blog/Test-post/</id>
<published>2021-10-16T20:00:32.000Z</published>
<updated>2022-02-04T04:31:01.794Z</updated>
<content type="html"><![CDATA[<h1 id="Heading-1"><a href="#Heading-1" class="headerlink" title="Heading 1"></a>Heading 1</h1><p>Hello world, this is my first post for blog testing. </p><span id="more"></span><blockquote><p>quote cotent </p></blockquote><figure> <img src="image.jpg" title="Sunshine" width="" height="" alt=""> <figcaption style="text-align: right">Photo credit: <a href="https://www.ali-nsa.net/">Tourism Bureau</a> </figcaption></figure><p>$LaTeX\, Math\, expression\, \epsilon_0$</p><p>$\sin ^{ 2 }{ \theta +\cos ^{ 2 }{ \theta =1 } }$</p><script type="math/tex; mode=display">f(x) = \int_{0}^{\pi} sin(x) dx</script><script type="math/tex; mode=display">\begin{bmatrix}1 & 2 & 3 \\4 & 5 & 6 \\7 & 8 & 9 \end{bmatrix}+\begin{bmatrix}10 & 11 & 12 \\13 & 14 & 15 \\16 & 17 & 18\end{bmatrix}=\begin{bmatrix}11 & 13 & 15 \\17 & 19 & 21 \\23 & 25 & 27\end{bmatrix}</script><p>$\pi$</p><script type="math/tex; mode=display">\begin{equation} \label{eq1}e=mc^2\end{equation}</script><p>The famous matter-energy equation $\eqref{eq1}$ proposed by Einstein…</p><script type="math/tex; mode=display">\begin{equation} \label{eq2}\begin{aligned}a &= b + c \\ &= d + e + f + g \\ &= h + i\end{aligned}\end{equation}</script><p>Equation $\eqref{eq2}$ is a multi-line equation.</p><script type="math/tex; mode=display">\begin{align}a &= b + c \label{eq3} \\x &= yz \label{eq4}\\l &= m - n \label{eq5}\end{align}</script><p>There are three aligned equations: equation $\eqref{eq3}$, equation $\eqref{eq4}$ and equation $\eqref{eq5}$.</p><script type="math/tex; mode=display">\begin{align}-4 + 5x &= 2+y \nonumber \\ w+2 &= -1+w \\ ab &= cb\end{align}</script><script type="math/tex; mode=display">x+1\over\sqrt{1-x^2} \tag{i}\label{eq_tag}</script><p>Equation $\eqref{eq_tag}$ use <code>\tag{}</code> instead of automatic numbering.</p><h2 id="Heading-2"><a href="#Heading-2" class="headerlink" title="Heading 2"></a>Heading 2</h2><div class="table-container"><table><thead><tr><th style="text-align:left">a</th><th style="text-align:left">s</th><th style="text-align:left">c</th></tr></thead><tbody><tr><td style="text-align:left">dd</td><td style="text-align:left">ddddddd</td><td style="text-align:left">aa</td></tr><tr><td style="text-align:left">ddd</td><td style="text-align:left">233</td><td style="text-align:left">rrrr</td></tr></tbody></table></div><ol><li>123</li><li>2</li><li>sss</li></ol><h2 id="References"><a href="#References" class="headerlink" title="References"></a>References</h2><ul><li><a href="https://hexo.io/docs/">Hexo documentation</a></li></ul><h1 id="Heading-2-1"><a href="#Heading-2-1" class="headerlink" title="Heading 2"></a>Heading 2</h1>]]></content>
<summary type="html"><h1 id="Heading-1"><a href="#Heading-1" class="headerlink" title="Heading 1"></a>Heading 1</h1><p>Hello world, this is my first post for blog testing. </p></summary>
<category term="Blog" scheme="https://randy-chuang.github.io/categories/Blog/"/>
<category term="Hexo" scheme="https://randy-chuang.github.io/tags/Hexo/"/>
<category term="LaTeX" scheme="https://randy-chuang.github.io/tags/LaTeX/"/>
</entry>
<entry>
<title>Hello World</title>
<link href="https://randy-chuang.github.io/Blog/hello-world/"/>
<id>https://randy-chuang.github.io/Blog/hello-world/</id>
<published>2021-10-16T16:00:32.000Z</published>
<updated>2022-02-04T04:31:01.794Z</updated>
<content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p><span id="more"></span><h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/writing.html">Writing</a></p><h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/server.html">Server</a></p><h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/generating.html">Generating</a></p><h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>]]></content>
<summary type="html"><p>Welcome to <a href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p></summary>
<category term="Blog" scheme="https://randy-chuang.github.io/categories/Blog/"/>
<category term="Hexo" scheme="https://randy-chuang.github.io/tags/Hexo/"/>
</entry>
</feed>