<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>奇点之光</title>
  
  
  <link href="/atom.xml" rel="self"/>
  
  <link href="https://singularityzed.github.io/"/>
  <updated>2019-01-23T09:58:36.898Z</updated>
  <id>https://singularityzed.github.io/</id>
  
  <author>
    <name>John Doe</name>
    
  </author>
  
  <generator uri="http://hexo.io/">Hexo</generator>
  
  <entry>
    <title>隐藏meta信息</title>
    <link href="https://singularityzed.github.io/2019/03/02/%E9%9A%90%E8%97%8Fmeta%E4%BF%A1%E6%81%AF/"/>
    <id>https://singularityzed.github.io/2019/03/02/隐藏meta信息/</id>
    <published>2019-03-02T03:37:21.826Z</published>
    <updated>2019-01-23T09:58:36.898Z</updated>
    
    <content type="html"><![CDATA[<p>在Front-matter找到或者新增<code>meta</code>，需要隐藏哪个meta标签将其置为<code>false</code>。例如：</p><figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br><span class="line">12</span><br><span class="line">13</span><br><span class="line">14</span><br></pre></td><td class="code"><pre><span class="line"><span class="meta">---</span></span><br><span class="line"><span class="attr">title:</span> <span class="string">隐藏meta信息</span></span><br><span class="line"><span class="attr">categories:</span> <span class="string">教程</span></span><br><span class="line"><span class="attr">tags:</span> <span class="string">hide</span></span><br><span class="line"><span class="attr">meta:</span></span><br><span class="line"><span class="attr">  date:</span> <span class="literal">false</span></span><br><span class="line"><span class="attr">  categories:</span> <span class="literal">false</span></span><br><span class="line"><span class="attr">  counter:</span> <span class="literal">false</span></span><br><span class="line"><span class="attr">  updated:</span> <span class="literal">false</span></span><br><span class="line"><span class="attr">  share:</span> <span class="literal">false</span></span><br><span class="line"><span class="attr">  tags:</span> <span class="literal">false</span></span><br><span class="line"><span class="attr">valine:</span></span><br><span class="line"><span class="attr">  path:</span> <span class="string">/top/</span></span><br><span class="line"><span class="meta">---</span></span><br></pre></td></tr></table></figure><p>这只会在page页面内生效而不会在列表中生效。</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;在Front-matter找到或者新增&lt;code&gt;meta&lt;/code&gt;，需要隐藏哪个meta标签将其置为&lt;code&gt;false&lt;/code&gt;。例如：&lt;/p&gt;
&lt;figure class=&quot;highlight yml&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutte
      
    
    </summary>
    
      <category term="教程" scheme="https://singularityzed.github.io/categories/%E6%95%99%E7%A8%8B/"/>
    
    
      <category term="hide" scheme="https://singularityzed.github.io/tags/hide/"/>
    
  </entry>
  
  <entry>
    <title>摘要注意事项</title>
    <link href="https://singularityzed.github.io/2019/03/02/%E6%91%98%E8%A6%81%E6%B3%A8%E6%84%8F%E4%BA%8B%E9%A1%B9/"/>
    <id>https://singularityzed.github.io/2019/03/02/摘要注意事项/</id>
    <published>2019-03-02T03:37:21.820Z</published>
    <updated>2019-01-22T09:40:12.176Z</updated>
    
    <content type="html"><![CDATA[<p>如果使用<code>&lt;!-- more --&gt;</code>来实现摘要，则<code>&lt;!-- more --&gt;</code>前后一定要有空行，不然可能导致显示错位。</p><figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line"><span class="string">这是摘要</span></span><br><span class="line"></span><br><span class="line"><span class="string">&lt;!--</span> <span class="string">more</span> <span class="bullet">--&gt;</span></span><br><span class="line"></span><br><span class="line"><span class="string">这是正文</span></span><br></pre></td></tr></table></figure>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;如果使用&lt;code&gt;&amp;lt;!-- more --&amp;gt;&lt;/code&gt;来实现摘要，则&lt;code&gt;&amp;lt;!-- more --&amp;gt;&lt;/code&gt;前后一定要有空行，不然可能导致显示错位。&lt;/p&gt;
&lt;figure class=&quot;highlight yml&quot;&gt;&lt;table&gt;
      
    
    </summary>
    
      <category term="教程" scheme="https://singularityzed.github.io/categories/%E6%95%99%E7%A8%8B/"/>
    
    
  </entry>
  
  <entry>
    <title>多语言</title>
    <link href="https://singularityzed.github.io/2019/03/02/%E5%A4%9A%E8%AF%AD%E8%A8%80/"/>
    <id>https://singularityzed.github.io/2019/03/02/多语言/</id>
    <published>2019-03-02T03:37:21.818Z</published>
    <updated>2019-01-22T09:40:12.176Z</updated>
    
    <content type="html"><![CDATA[<p>在主目录找到或者新增<code>language</code>，例如：</p><figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br></pre></td><td class="code"><pre><span class="line"><span class="attr">language:</span></span><br><span class="line"><span class="bullet">-</span> <span class="string">zh-CN</span></span><br><span class="line"><span class="bullet">-</span> <span class="string">en</span></span><br><span class="line"><span class="bullet">-</span> <span class="string">zh-HK</span></span><br><span class="line"><span class="bullet">-</span> <span class="string">zh-TW</span></span><br></pre></td></tr></table></figure><p>博客将按照给定的优先级显示语言。</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;在主目录找到或者新增&lt;code&gt;language&lt;/code&gt;，例如：&lt;/p&gt;
&lt;figure class=&quot;highlight yml&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;
      
    
    </summary>
    
      <category term="教程" scheme="https://singularityzed.github.io/categories/%E6%95%99%E7%A8%8B/"/>
    
    
  </entry>
  
  <entry>
    <title>共用一个评论框</title>
    <link href="https://singularityzed.github.io/2019/03/02/%E5%85%B1%E7%94%A8%E4%B8%80%E4%B8%AA%E8%AF%84%E8%AE%BA%E6%A1%86/"/>
    <id>https://singularityzed.github.io/2019/03/02/共用一个评论框/</id>
    <published>2019-03-02T03:37:21.816Z</published>
    <updated>2019-01-22T09:40:12.175Z</updated>
    
    <content type="html"><![CDATA[<p>写法示例：</p><figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br></pre></td><td class="code"><pre><span class="line"><span class="meta">---</span></span><br><span class="line"><span class="attr">title:</span> <span class="string">共用一个评论框</span></span><br><span class="line"><span class="attr">valine:</span></span><br><span class="line"><span class="attr">  path:</span> <span class="string">/top/</span></span><br><span class="line"><span class="attr">  placeholder:</span> <span class="string">你觉得共用一个评论框有意义吗？</span></span><br><span class="line"><span class="meta">---</span></span><br></pre></td></tr></table></figure>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;写法示例：&lt;/p&gt;
&lt;figure class=&quot;highlight yml&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;2&lt;/span&gt;&lt;br&gt;
      
    
    </summary>
    
      <category term="教程" scheme="https://singularityzed.github.io/categories/%E6%95%99%E7%A8%8B/"/>
    
    
  </entry>
  
  <entry>
    <title>置顶</title>
    <link href="https://singularityzed.github.io/2019/03/02/top/"/>
    <id>https://singularityzed.github.io/2019/03/02/top/</id>
    <published>2019-03-02T03:37:21.808Z</published>
    <updated>2019-01-23T06:47:11.123Z</updated>
    
    <content type="html"><![CDATA[<p>文章的Front-matter填写<code>top: true</code>就置顶了。<br><figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="attr">top:</span> <span class="literal">true</span></span><br></pre></td></tr></table></figure></p><p>这是一个示例博客。源码目录：<a href="https://github.com/mxclub/example" target="_blank" rel="noopener">https://github.com/mxclub/example</a></p><a id="more"></a><p><img class="emoji tieba" src="https://cdn.jsdelivr.net/gh/xaoxuu/volantis@1.0/img/tieba/捂嘴笑.png">没有更多了哦。</p>]]></content>
    
    <summary type="html">
    
      &lt;p&gt;文章的Front-matter填写&lt;code&gt;top: true&lt;/code&gt;就置顶了。&lt;br&gt;&lt;figure class=&quot;highlight yml&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;td class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;&lt;span class=&quot;attr&quot;&gt;top:&lt;/span&gt; &lt;span class=&quot;literal&quot;&gt;true&lt;/span&gt;&lt;/span&gt;&lt;br&gt;&lt;/pre&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;&lt;/figure&gt;&lt;/p&gt;
&lt;p&gt;这是一个示例博客。源码目录：&lt;a href=&quot;https://github.com/mxclub/example&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;https://github.com/mxclub/example&lt;/a&gt;&lt;/p&gt;
    
    </summary>
    
      <category term="教程" scheme="https://singularityzed.github.io/categories/%E6%95%99%E7%A8%8B/"/>
    
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="https://singularityzed.github.io/2019/03/02/hello-world/"/>
    <id>https://singularityzed.github.io/2019/03/02/hello-world/</id>
    <published>2019-03-02T03:37:21.789Z</published>
    <updated>2019-01-22T02:33:16.635Z</updated>
    
    <content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">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" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">GitHub</a>.</p><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" target="_blank" rel="noopener">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" target="_blank" rel="noopener">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" target="_blank" rel="noopener">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/deployment.html" target="_blank" rel="noopener">Deployment</a></p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a href=&quot;https://hexo.
      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>My New Post</title>
    <link href="https://singularityzed.github.io/2019/01/22/My-New-Post/"/>
    <id>https://singularityzed.github.io/2019/01/22/My-New-Post/</id>
    <published>2019-01-22T04:05:04.000Z</published>
    <updated>2019-01-22T04:05:04.884Z</updated>
    
    <summary type="html">
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>文章专属BGM</title>
    <link href="https://singularityzed.github.io/2018/12/30/%E6%96%87%E7%AB%A0%E4%B8%93%E5%B1%9EBGM/"/>
    <id>https://singularityzed.github.io/2018/12/30/文章专属BGM/</id>
    <published>2018-12-29T16:00:00.000Z</published>
    <updated>2019-01-23T09:12:43.660Z</updated>
    
    <content type="html"><![CDATA[<figure class="highlight yml"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br></pre></td><td class="code"><pre><span class="line"><span class="meta">---</span></span><br><span class="line"><span class="attr">title:</span> <span class="string">文章专属BGM</span></span><br><span class="line"><span class="attr">date:</span> <span class="number">2018</span><span class="bullet">-12</span><span class="bullet">-30</span></span><br><span class="line"><span class="attr">music:</span></span><br><span class="line"><span class="attr">  type:</span> <span class="string">song</span>        <span class="comment"># song （单曲） album （专辑） playlist （歌单） search （搜索）</span></span><br><span class="line"><span class="attr">  id:</span> <span class="number">746319661</span>      <span class="comment"># 歌曲/专辑/歌单 ID</span></span><br><span class="line"><span class="meta">---</span></span><br></pre></td></tr></table></figure>]]></content>
    
    <summary type="html">
    
      
      
        &lt;figure class=&quot;highlight yml&quot;&gt;&lt;table&gt;&lt;tr&gt;&lt;td class=&quot;gutter&quot;&gt;&lt;pre&gt;&lt;span class=&quot;line&quot;&gt;1&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;line&quot;&gt;2&lt;/span&gt;&lt;br&gt;&lt;span class=&quot;
      
    
    </summary>
    
      <category term="教程" scheme="https://singularityzed.github.io/categories/%E6%95%99%E7%A8%8B/"/>
    
    
  </entry>
  
  <entry>
    <title>Images</title>
    <link href="https://singularityzed.github.io/2013/12/26/images/"/>
    <id>https://singularityzed.github.io/2013/12/26/images/</id>
    <published>2013-12-26T14:46:49.000Z</published>
    <updated>2019-01-23T04:19:34.242Z</updated>
    
    <content type="html"><![CDATA[<p>This is a image test post.</p><p><img src="/assets/wallpaper-2572384.jpg" alt=""></p><p><img src="/assets/wallpaper-2311325.jpg" alt="Caption"></p><p><img src="/assets/wallpaper-878514.jpg" alt=""></p><p><img src="/assets/apple.jpg" alt=""></p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This is a image test post.&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/wallpaper-2572384.jpg&quot; alt=&quot;&quot;&gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;/assets/wallpaper-2311325.jpg&quot; alt=&quot;C
      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title></title>
    <link href="https://singularityzed.github.io/2013/12/25/no-title/"/>
    <id>https://singularityzed.github.io/2013/12/25/no-title/</id>
    <published>2013-12-25T14:57:49.000Z</published>
    <updated>2019-01-22T09:40:12.172Z</updated>
    
    <content type="html"><![CDATA[<p>This post doesn’t have a title. Make sure it’s accessible.</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This post doesn’t have a title. Make sure it’s accessible.&lt;/p&gt;

      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>Excerpts</title>
    <link href="https://singularityzed.github.io/2013/12/25/excerpts/"/>
    <id>https://singularityzed.github.io/2013/12/25/excerpts/</id>
    <published>2013-12-24T16:23:23.000Z</published>
    <updated>2019-01-22T09:40:12.169Z</updated>
    
    <content type="html"><![CDATA[<p>The following contents should be invisible in home/archive page.</p><a id="more"></a><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce eget urna vitae velit eleifend interdum at ac nisi. In nec ligula lacus. Cum sociis natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus. Sed eu cursus erat, ut dapibus quam. Aliquam eleifend dolor vitae libero pharetra adipiscing. Etiam adipiscing dolor a quam tempor, eu convallis nulla varius. Aliquam sollicitudin risus a porta aliquam. Ut nec velit dolor. Proin eget leo lobortis, aliquam est sed, mollis mauris. Fusce vitae leo pretium massa accumsan condimentum. Fusce malesuada gravida lectus vel vulputate. Donec bibendum porta nibh ut aliquam.</p><p>Sed lorem felis, congue non fringilla eu, aliquam eu eros. Curabitur orci libero, mollis sed semper vitae, adipiscing in lectus. Aenean non egestas odio. Donec sollicitudin nisi quis lorem gravida, in pharetra mauris fringilla. Duis sit amet faucibus dolor, id aliquam neque. In egestas, odio gravida tempor dictum, mauris felis faucibus purus, sit amet commodo lacus diam vitae est. Ut ut quam eget massa semper sodales. Aenean non ipsum cursus, blandit lectus in, ornare odio. Curabitur ultrices porttitor vulputate.</p>]]></content>
    
    <summary type="html">
    
      &lt;p&gt;The following contents should be invisible in home/archive page.&lt;/p&gt;
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>Videos</title>
    <link href="https://singularityzed.github.io/2013/12/25/videos/"/>
    <id>https://singularityzed.github.io/2013/12/25/videos/</id>
    <published>2013-12-24T16:19:15.000Z</published>
    <updated>2019-01-23T09:58:59.115Z</updated>
    
    <content type="html"><![CDATA[<p>This is a video test post.</p><p><strong>youku</strong></p><iframe height="480" width="720" src="https://player.youku.com/embed/XMTg4NTk1MjA4" frameborder="0" 'allowfullscreen'=""></iframe><hr><p> <strong>两种方式进行展示视频</strong><br>第一种，iframe不多解释</p><figure class="highlight xml"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="tag">&lt;<span class="name">iframe</span> <span class="attr">height</span>=<span class="string">480</span> <span class="attr">width</span>=<span class="string">720</span> <span class="attr">src</span>=<span class="string">'https://player.youku.com/embed/XMTg4NTk1MjA4'</span> <span class="attr">frameborder</span>=<span class="string">0</span> '<span class="attr">allowfullscreen</span>'&gt;</span><span class="tag">&lt;/<span class="name">iframe</span>&gt;</span></span><br></pre></td></tr></table></figure><p>第二种， hexo的youku插件</p><p>在博客站点目录下执行<code>npm install hexo-tag-youku --save</code>，</p><p>成功后会在子目录<code>node_modules</code>下生成<code>hexo-tag-youku</code>目录<br>但此方法不好更改为https。</p><h2 id="使用范例"><a href="#使用范例" class="headerlink" title="使用范例"></a>使用范例</h2><p>如要插入优酷视频“赌侠”，查看它的链接为<code>https://player.youku.com/embed/XMTg4NTk1MjA4</code>，那么就将其中的id提取出来，使用下述代码即可：<br><figure class="highlight django"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br></pre></td><td class="code"><pre><span class="line"><span class="xml"></span><span class="template-tag">&#123;% <span class="name">youku</span> 720 480 %&#125;</span><span class="xml"></span></span><br><span class="line"><span class="xml">XMTQ2MjU2NTU2OA</span></span><br><span class="line"><span class="xml"></span><span class="template-tag">&#123;% <span class="name">endyouku</span> %&#125;</span><span class="xml"></span></span><br></pre></td></tr></table></figure></p><p>其中，参数720指定视频展示的高度为720px，480则指定视频展示的宽度为480px，如不写明这两项参数则默认值为高度480px，宽度400px。</p><p><strong>注意:</strong></p><p>混合内容：页面是通过HTTPS加载的，但请求了一个不安全的插件资源</p><p><a href="http://player.youku.com/embed/XMTg4NTk1MjA4" target="_blank" rel="noopener">http://player.youku.com/embed/XMTg4NTk1MjA4</a></p><p>此请求已被阻止; 内容必须通过HTTPS提供，<br>即改为<br><a href="https://player.youku.com/embed/XMTg4NTk1MjA4" target="_blank" rel="noopener">https://player.youku.com/embed/XMTg4NTk1MjA4</a></p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This is a video test post.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;youku&lt;/strong&gt;&lt;/p&gt;
&lt;iframe height=&quot;480&quot; width=&quot;720&quot; src=&quot;https://player.youku.com/embed/XMTg4NT
      
    
    </summary>
    
    
      <category term="video" scheme="https://singularityzed.github.io/tags/video/"/>
    
  </entry>
  
  <entry>
    <title>Gallery Post</title>
    <link href="https://singularityzed.github.io/2013/12/25/gallery-post/"/>
    <id>https://singularityzed.github.io/2013/12/25/gallery-post/</id>
    <published>2013-12-24T16:16:18.000Z</published>
    <updated>2019-01-22T09:40:12.170Z</updated>
    
    <content type="html"><![CDATA[<p>This post contains 4 photos:</p><ul><li>Widescreen wallpaper</li><li>Portrait photo</li><li>Dual widescreen wallpaper</li><li>Small photo</li></ul><p>All photos should be displayed properly.</p><p><em>From <a href="http://wallbase.cc" target="_blank" rel="noopener">Wallbase.cc</a></em></p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This post contains 4 photos:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Widescreen wallpaper&lt;/li&gt;
&lt;li&gt;Portrait photo&lt;/li&gt;
&lt;li&gt;Dual widescreen wallpaper&lt;/li&gt;
&lt;li&gt;Small 
      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>Tag Plugins</title>
    <link href="https://singularityzed.github.io/2013/12/25/tag-plugins/"/>
    <id>https://singularityzed.github.io/2013/12/25/tag-plugins/</id>
    <published>2013-12-24T16:14:39.000Z</published>
    <updated>2019-01-22T09:40:12.173Z</updated>
    
    <content type="html"><![CDATA[<p>This post is used for testing tag plugins. See <a href="http://zespia.tw/hexo/docs/tag-plugins.html" target="_blank" rel="noopener">docs</a> for more info.</p><a id="more"></a><h2 id="Block-Quote"><a href="#Block-Quote" class="headerlink" title="Block Quote"></a>Block Quote</h2><h3 id="Normal-blockquote"><a href="#Normal-blockquote" class="headerlink" title="Normal blockquote"></a>Normal blockquote</h3><blockquote><p>Praesent diam elit, interdum ut pulvinar placerat, imperdiet at magna.</p></blockquote><h3 id="Quote-from-a-book"><a href="#Quote-from-a-book" class="headerlink" title="Quote from a book"></a>Quote from a book</h3><blockquote><p>Do not just seek happiness for yourself. Seek happiness for all. Through kindness. Through mercy.</p><footer><strong>David Levithan</strong><cite>Wide Awake</cite></footer></blockquote><h3 id="Quote-from-Twitter"><a href="#Quote-from-Twitter" class="headerlink" title="Quote from Twitter"></a>Quote from Twitter</h3><blockquote><p>NEW: DevDocs now comes with syntax highlighting. <a href="http://devdocs.io" target="_blank" rel="noopener">http://devdocs.io</a></p><footer><strong>@DevDocs</strong><cite><a href="https://twitter.com/devdocs/status/356095192085962752" target="_blank" rel="noopener">twitter.com/devdocs/status/356095192085962752</a></cite></footer></blockquote><h3 id="Quote-from-an-article-on-the-web"><a href="#Quote-from-an-article-on-the-web" class="headerlink" title="Quote from an article on the web"></a>Quote from an article on the web</h3><blockquote><p>Every interaction is both precious and an opportunity to delight.</p><footer><strong>Seth Godin</strong><cite><a href="http://sethgodin.typepad.com/seths_blog/2009/07/welcome-to-island-marketing.html" target="_blank" rel="noopener">Welcome to Island Marketing</a></cite></footer></blockquote><h2 id="Code-Block"><a href="#Code-Block" class="headerlink" title="Code Block"></a>Code Block</h2><h3 id="Normal-code-block"><a href="#Normal-code-block" class="headerlink" title="Normal code block"></a>Normal code block</h3><figure class="highlight less"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="selector-tag">alert</span>(<span class="string">'Hello World!'</span>);</span><br></pre></td></tr></table></figure><h3 id="With-caption"><a href="#With-caption" class="headerlink" title="With caption"></a>With caption</h3><figure class="highlight cpp"><figcaption><span>Array.map</span></figcaption><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="built_in">array</span>.<span class="built_in">map</span>(callback[, thisArg])</span><br></pre></td></tr></table></figure><h3 id="With-caption-and-URL"><a href="#With-caption-and-URL" class="headerlink" title="With caption and URL"></a>With caption and URL</h3><figure class="highlight excel"><figcaption><span>.compact</span><a href="http://underscorejs.org/#compact" target="_blank" rel="noopener">Underscore.js</a></figcaption><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br></pre></td><td class="code"><pre><span class="line">.compact([<span class="number">0</span>, <span class="number">1</span>, <span class="built_in">false</span>, <span class="number">2</span>, ‘’, <span class="number">3</span>]);</span><br><span class="line">=&gt; [<span class="number">1</span>, <span class="number">2</span>, <span class="number">3</span>]</span><br></pre></td></tr></table></figure><h3 id="With-marked-lines"><a href="#With-marked-lines" class="headerlink" title="With marked lines"></a>With marked lines</h3><p>Line 1,7-8,10 should be marked with different color.</p><figure class="highlight js"><table><tr><td class="gutter"><pre><span class="line">1</span><br><span class="line">2</span><br><span class="line">3</span><br><span class="line">4</span><br><span class="line">5</span><br><span class="line">6</span><br><span class="line">7</span><br><span class="line">8</span><br><span class="line">9</span><br><span class="line">10</span><br><span class="line">11</span><br></pre></td><td class="code"><pre><span class="line marked"><span class="keyword">const</span> http = <span class="built_in">require</span>(<span class="string">'http'</span>);</span><br><span class="line"></span><br><span class="line"><span class="keyword">const</span> hostname = <span class="string">'127.0.0.1'</span>;</span><br><span class="line"><span class="keyword">const</span> port = <span class="number">1337</span>;</span><br><span class="line"></span><br><span class="line">http.createServer(<span class="function">(<span class="params">req, res</span>) =&gt;</span> &#123;</span><br><span class="line marked">  res.writeHead(<span class="number">200</span>, &#123; <span class="string">'Content-Type'</span>: <span class="string">'text/plain'</span> &#125;);</span><br><span class="line marked">  res.end(<span class="string">'Hello World\n'</span>);</span><br><span class="line">&#125;).listen(port, hostname, () =&gt; &#123;</span><br><span class="line marked">  <span class="built_in">console</span>.log(<span class="string">`Server running at http://<span class="subst">$&#123;hostname&#125;</span>:<span class="subst">$&#123;port&#125;</span>/`</span>);</span><br><span class="line">&#125;);</span><br></pre></td></tr></table></figure><p>Note: Theme’s style should support <code>.highlight.line.marked</code> (recommend to use the selection or current line color).</p><h3 id="Gist"><a href="#Gist" class="headerlink" title="Gist"></a>Gist</h3><script src="//gist.github.com/996818.js"></script><h3 id="jsFiddle"><a href="#jsFiddle" class="headerlink" title="jsFiddle"></a>jsFiddle</h3><iframe scrolling="no" width="100%" height="300" src="//jsfiddle.net/ccWP7/embedded/js,resources,html,css,result/light" frameborder="0" allowfullscreen></iframe><h2 id="Pullquote"><a href="#Pullquote" class="headerlink" title="Pullquote"></a>Pullquote</h2><h3 id="Left"><a href="#Left" class="headerlink" title="Left"></a>Left</h3><blockquote class="pullquote left"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Maecenas tempus molestie arcu, et fringilla mauris placerat ac. Nullam luctus bibendum risus. Ut cursus sed ipsum feugiat egestas. Suspendisse elementum, velit eu consequat consequat, augue lorem dapibus libero, eget pulvinar dolor est sit amet nulla. Suspendisse a porta tortor, et posuere mi. Pellentesque ultricies, mi quis volutpat malesuada, erat felis vulputate nisl, ac congue ante tortor ut ante. Proin aliquam sem vel mauris tincidunt, eget scelerisque tortor euismod. Nulla tincidunt enim nec commodo dictum. Mauris id sapien et orci gravida luctus id ut dui. In vel vulputate odio. Duis vel turpis molestie, scelerisque enim eu, lobortis eros. Cras at ipsum gravida, sagittis ante vel, viverra tellus. Nunc mauris turpis, elementum ullamcorper nisl pretium, ultrices cursus justo. Mauris porttitor commodo eros, ac ornare orci interdum in. Cras fermentum cursus leo sed mattis. In dignissim lorem sem, sit amet elementum mauris venenatis ac.</p><h3 id="Right"><a href="#Right" class="headerlink" title="Right"></a>Right</h3><blockquote class="pullquote right"><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit.</p></blockquote><p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed ligula justo, lobortis sit amet semper vel, dignissim sit amet libero. Praesent ac tempus ligula. Maecenas at gravida odio. Etiam tristique volutpat lacus eu faucibus. Donec non tempus arcu. Phasellus adipiscing, mauris nec mollis egestas, ipsum nunc auctor velit, et rhoncus lorem ipsum at ante. Praesent et sem in velit volutpat auctor. Duis vel mauris nulla. Maecenas mattis interdum ante, quis sagittis nibh cursus et. Nulla facilisi. Morbi convallis gravida tortor, ut fermentum enim gravida et. Nunc vel dictum nisl, non ultrices libero. Proin vestibulum felis eget orci consectetur lobortis. Vestibulum augue nulla, iaculis vitae augue vehicula, dignissim ultrices libero. Sed imperdiet urna et quam ultrices tincidunt nec ac magna. Etiam vel pharetra elit.</p>]]></content>
    
    <summary type="html">
    
      &lt;p&gt;This post is used for testing tag plugins. See &lt;a href=&quot;http://zespia.tw/hexo/docs/tag-plugins.html&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;docs&lt;/a&gt; for more info.&lt;/p&gt;
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>www.google.com</title>
    <link href="https://singularityzed.github.io/2013/12/24/link-post-without-title/"/>
    <id>https://singularityzed.github.io/2013/12/24/link-post-without-title/</id>
    <published>2013-12-24T15:44:13.000Z</published>
    <updated>2019-01-22T09:40:12.171Z</updated>
    
    <content type="html"><![CDATA[<p>This is a link post without a title. The title should be the link with or without protocol. Clicking on the link should open <a href="http://www.google.com/" target="_blank" rel="noopener">Google</a> in a new tab or window.</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This is a link post without a title. The title should be the link with or without protocol. Clicking on the link should open &lt;a href=&quot;htt
      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>日本語テスト</title>
    <link href="https://singularityzed.github.io/2013/12/24/%E6%97%A5%E6%9C%AC%E8%AA%9E%E3%83%86%E3%82%B9%E3%83%88/"/>
    <id>https://singularityzed.github.io/2013/12/24/日本語テスト/</id>
    <published>2013-12-24T15:33:26.000Z</published>
    <updated>2019-01-22T09:40:12.178Z</updated>
    
    <content type="html"><![CDATA[<p>This is a Japanese test post.</p><p>私は昨日ついにその助力家というのの上よりするたなけれ。</p><p>最も今をお話団はちょうどこの前後なかろでくらいに困りがいるたをは帰着考えたなかって、そうにもするでうたらない。</p><p>がたを知っないはずも同時に九月をいよいよたありた。</p><p>もっと槙さんにぼんやり金少し説明にえた自分大した人私か影響にというお関係たうませないが、この次第も私か兄具合に使うて、槙さんののに当人のあなたにさぞご意味と行くて私個人が小尊敬を聴いように同時に同反抗に集っだうて、いよいよまず相当へあっうからいだ事をしでなけれ。</p><blockquote><p>それでそれでもご時日をしはずはたったいやと突き抜けるますて、その元がは行ったてという獄を尽すていけですた。</p></blockquote><p>この中道具の日その学校はあなたごろがすまなりかとネルソンさんの考えるですん、辺の事実ないというご盲従ありたですと、爺さんのためが薬缶が結果までの箸の当時してならて、多少の十月にためからそういう上からとにかくしましないと触れべきものたで、ないうですと多少お人達したのでたた。</p><p><em>From <a href="http://lipsum.sugutsukaeru.jp/index.cgi" target="_blank" rel="noopener">すぐ使えるダミーテキスト - 日本語 Lorem ipsum</a></em></p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This is a Japanese test post.&lt;/p&gt;
&lt;p&gt;私は昨日ついにその助力家というのの上よりするたなけれ。&lt;/p&gt;
&lt;p&gt;最も今をお話団はちょうどこの前後なかろでくらいに困りがいるたをは帰着考えたなかって、そうにもするでうたらない。&lt;/p&gt;
&lt;p&gt;がた
      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>中文測試</title>
    <link href="https://singularityzed.github.io/2013/12/24/%E4%B8%AD%E6%96%87%E6%B8%AC%E8%A9%A6/"/>
    <id>https://singularityzed.github.io/2013/12/24/中文測試/</id>
    <published>2013-12-24T15:31:30.000Z</published>
    <updated>2019-01-22T09:40:12.175Z</updated>
    
    <content type="html"><![CDATA[<p>This is a Chinese test post.</p><p>善我王上魚、產生資西員合兒臉趣論。畫衣生這著爸毛親可時，安程幾？合學作。觀經而作建。都非子作這！法如言子你關！手師也。</p><p>以也座論頭室業放。要車時地變此親不老高小是統習直麼調未，行年香一？</p><p>就竟在，是我童示讓利分和異種百路關母信過明驗有個歷洋中前合著區亮風值新底車有正結，進快保的行戰從：弟除文辦條國備當來際年每小腳識世可的的外的廣下歌洲保輪市果底天影；全氣具些回童但倒影發狀在示，數上學大法很，如要我……月品大供這起服滿老？應學傳者國：山式排只不之然清同關；細車是！停屋常間又，資畫領生，相們制在？公別的人寫教資夠。資再我我！只臉夫藝量不路政吃息緊回力之；兒足灣電空時局我怎初安。意今一子區首者微陸現際安除發連由子由而走學體區園我車當會，經時取頭，嚴了新科同？很夫營動通打，出和導一樂，查旅他。坐是收外子發物北看蘭戰坐車身做可來。道就學務。</p><p>國新故。</p><blockquote><p>工步他始能詩的，裝進分星海演意學值例道……於財型目古香亮自和這乎？化經溫詩。只賽嚴大一主價世哥受的沒有中年即病行金拉麼河。主小路了種就小為廣不？</p></blockquote><p><em>From <a href="http://www.richyli.com/tool/loremipsum/" target="_blank" rel="noopener">亂數假文產生器 - Chinese Lorem Ipsum</a></em></p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This is a Chinese test post.&lt;/p&gt;
&lt;p&gt;善我王上魚、產生資西員合兒臉趣論。畫衣生這著爸毛親可時，安程幾？合學作。觀經而作建。都非子作這！法如言子你關！手師也。&lt;/p&gt;
&lt;p&gt;以也座論頭室業放。要車時地變此親不老高小是統習直麼調未，行年香一？&lt;
      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam justo turpis, tincidunt ac convallis id.</title>
    <link href="https://singularityzed.github.io/2013/12/24/long-title/"/>
    <id>https://singularityzed.github.io/2013/12/24/long-title/</id>
    <published>2013-12-24T15:31:06.000Z</published>
    <updated>2019-01-22T09:40:12.172Z</updated>
    
    <content type="html"><![CDATA[<p>This post has a long title. Make sure the title displayed right.</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This post has a long title. Make sure the title displayed right.&lt;/p&gt;

      
    
    </summary>
    
    
  </entry>
  
  <entry>
    <title>Categories</title>
    <link href="https://singularityzed.github.io/2013/12/24/categories/"/>
    <id>https://singularityzed.github.io/2013/12/24/categories/</id>
    <published>2013-12-24T15:30:09.000Z</published>
    <updated>2019-01-23T09:53:48.842Z</updated>
    
    <content type="html"><![CDATA[<p>This post contains 6 categories. Make sure your theme can display all of the categories.</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This post contains 6 categories. Make sure your theme can display all of the categories.&lt;/p&gt;

      
    
    </summary>
    
      <category term="Java" scheme="https://singularityzed.github.io/categories/Java/"/>
    
      <category term="Python" scheme="https://singularityzed.github.io/categories/Java/Python/"/>
    
      <category term="Angular" scheme="https://singularityzed.github.io/categories/Java/Python/Angular/"/>
    
      <category term="LOL" scheme="https://singularityzed.github.io/categories/Java/Python/Angular/LOL/"/>
    
      <category term="Hearthstone" scheme="https://singularityzed.github.io/categories/Java/Python/Angular/LOL/Hearthstone/"/>
    
      <category term="Video" scheme="https://singularityzed.github.io/categories/Java/Python/Angular/LOL/Hearthstone/Video/"/>
    
    
  </entry>
  
  <entry>
    <title>Link Post</title>
    <link href="https://singularityzed.github.io/2013/12/24/link-post/"/>
    <id>https://singularityzed.github.io/2013/12/24/link-post/</id>
    <published>2013-12-24T15:30:04.000Z</published>
    <updated>2019-01-22T09:40:12.172Z</updated>
    
    <content type="html"><![CDATA[<p>This is a link post. Clicking on the link should open <a href="http://www.google.com/" target="_blank" rel="noopener">Google</a> in a new tab or window.</p>]]></content>
    
    <summary type="html">
    
      
      
        &lt;p&gt;This is a link post. Clicking on the link should open &lt;a href=&quot;http://www.google.com/&quot; target=&quot;_blank&quot; rel=&quot;noopener&quot;&gt;Google&lt;/a&gt; in a new
      
    
    </summary>
    
    
  </entry>
  
</feed>
