-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsearch.xml
45 lines (25 loc) · 9.04 KB
/
search.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
<?xml version="1.0" encoding="utf-8"?>
<search>
<entry>
<title>这是一个文章标题</title>
<link href="/2018/03/17/markdown/"/>
<content type="html"><![CDATA[<html><head></head><body><h1 id="markdown-语法"><a href="#markdown-语法" class="headerlink" title="markdown 语法"></a>markdown 语法</h1><!-- # 后面要有空格 --><h1 id="一级标题"><a href="#一级标题" class="headerlink" title="一级标题"></a>一级标题</h1><h6 id="六级标题"><a href="#六级标题" class="headerlink" title="六级标题"></a>六级标题</h6><!-- = - 最少可以只写一个,兼容性一般 --><!-- 一级标题========二级标题-------- --><!-- 引用 --><!-- > 引用第一行> 引用第二行 --><!-- 多层嵌套 --><!-- > a>> b>>> c --><!-- ``高亮 --><p>我是<code>高亮</code>的<br><!-- 代码块 --><br></p><figure class="highlight plain"><table><tbody><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">代码块 a + b</span><br><span class="line"> <div></div></span><br><span class="line"> <p></p></span><br><span class="line"> <div></div></span><br><span class="line">var a = 1;</span><br></pre></td></tr></tbody></table></figure><p></p><!-- 根据不同的语言配置不同的代码着色 --><figure class="highlight javascript"><table><tbody><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="comment">// 这里是javascript代码</span></span><br><span class="line"><span class="keyword">const</span> a = {<span class="attr">b</span>:<span class="number">1</span>};</span><br><span class="line"><span class="built_in">console</span>.log(a.b);</span><br></pre></td></tr></tbody></table></figure><!-- 插入链接 --><p><a href="http://www.baidu.com/" title="提示文本" target="_blank" rel="noopener">百度</a><br><!-- 插入图片 --><br><img src="/2018/03/17/markdown/Aimer.jpg" alt="替换文本" title="对图片的描述 也是提示文本"><br><img src="/2018/03/17/markdown/Aimer.jpg" alt="替换文本" title="对图片的描述 也是提示文本"><br><!-- 视频插入 --></p><p><iframe height="498" width="510" src="https://player.youku.com/embed/XMzMyOTA3NDk3Mg==" frameborder="0" 'allowfullscreen'=""></iframe><br><!-- 序表 --></p><ol><li>one 有序<ul><li>one 无序</li><li>tow</li></ul></li><li>tow</li><li>three<figure class="highlight javascript"><table><tbody><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line"><span class="keyword">var</span> a = <span class="number">10</span>;</span><br></pre></td></tr></tbody></table></figure></li></ol><!-- 方块 列表 --><ul><li style="list-style: none"><input type="checkbox" checked> 选项</li><li style="list-style: none"><input type="checkbox"> 选项</li><li style="list-style: none"><input type="checkbox"> 选项</li></ul><!-- 表格 上方空一行避免冲突 我修改了表格的样式 在_my中 --><table><thead><tr><th style="text-align:center">a</th><th style="text-align:left">b</th><th style="text-align:right">c</th></tr></thead><tbody><tr><td style="text-align:center">居中</td><td style="text-align:left">左对齐</td><td style="text-align:right">右对齐</td></tr></tbody></table><!-- 斜体 加粗 删除线 --><p><em>斜体</em><br><strong>加粗</strong><br><strong><em>加粗+斜体</em></strong><br><del>删除线</del><br><!-- 语义标签 --><br><i>斜体</i><br><b>加粗</b><br><em>强调</em><br>X<sup>上角标</sup><br>X<sub>下角标</sub><br><kbd>键盘文本</kbd><br><!-- 格式化文本 --></p><p></p><pre><br> 保持输入排版格式不变 可以识别标签<br> <p>0</p><span>1</span><span>2</span><br></pre><br><!-- 公式 在hexo中不好使 --><br><!-- $$ x \href{why-equal.html}{=} y^2 + 1 $$$ x = {-b \pm \sqrt{b^2-4ac} \over 2a}. $ --><p></p><!-- 分隔符 --><hr><hr><!-- 自动邮箱链接 --><p><a href="mailto:154809748@qq.com" target="_blank" rel="noopener">154809748@qq.com</a></p><script src="/live2dw/lib/L2Dwidget.min.js?0c58a1486de42ac6cc1c59c7d98ae887"></script><script>L2Dwidget.init({"model":{"jsonPath":"/live2dw/assets/koharu.model.json"},"display":{"position":"right","width":100,"height":200,"hOffset":-10,"vOffset":-70},"mobile":{"show":true},"react":{"opacityDefault":0.4}});</script></body></html>]]></content>
<categories>
<category> 分类在哪 </category>
</categories>
<tags>
<tag> 标签1 </tag>
<tag> 标签2 </tag>
</tags>
</entry>
<entry>
<title>Hello World</title>
<link href="/2015/03/03/hello-world/"/>
<content type="html"><![CDATA[<html><head></head><body><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><tbody><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></tbody></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><tbody><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></tbody></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><tbody><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></tbody></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><tbody><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></tbody></table></figure><p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p><script src="/live2dw/lib/L2Dwidget.min.js?0c58a1486de42ac6cc1c59c7d98ae887"></script><script>L2Dwidget.init({"model":{"jsonPath":"/live2dw/assets/koharu.model.json"},"display":{"position":"right","width":100,"height":200,"hOffset":-10,"vOffset":-70},"mobile":{"show":true},"react":{"opacityDefault":0.4}});</script></body></html>]]></content>
</entry>
<entry>
<title>设置top值可以置顶</title>
<link href="/2010/12/14/%E7%BD%AE%E9%A1%B6/"/>
<content type="html"><![CDATA[<html><head></head><body><script src="/live2dw/lib/L2Dwidget.min.js?0c58a1486de42ac6cc1c59c7d98ae887"></script><script>L2Dwidget.init({"model":{"jsonPath":"/live2dw/assets/koharu.model.json"},"display":{"position":"right","width":100,"height":200,"hOffset":-10,"vOffset":-70},"mobile":{"show":true},"react":{"opacityDefault":0.4}});</script></body></html>]]></content>
</entry>
</search>