<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>Sandalph的coding屋</title>
  
  
  <link href="https://sandalph.github.io/atom.xml" rel="self"/>
  
  <link href="https://sandalph.github.io/"/>
  <updated>2021-03-31T14:32:50.480Z</updated>
  <id>https://sandalph.github.io/</id>
  
  <author>
    <name>潘圣睿</name>
    
  </author>
  
  <generator uri="https://hexo.io/">Hexo</generator>
  
  <entry>
    <title>markdown基本用法</title>
    <link href="https://sandalph.github.io/2021/03/31/markdown%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95/"/>
    <id>https://sandalph.github.io/2021/03/31/markdown%E5%9F%BA%E6%9C%AC%E7%94%A8%E6%B3%95/</id>
    <published>2021-03-31T14:19:53.000Z</published>
    <updated>2021-03-31T14:32:50.480Z</updated>
    
    <content type="html"><![CDATA[<h2 id="Mark-down基本语法"><a href="#Mark-down基本语法" class="headerlink" title="Mark down基本语法"></a>Mark down基本语法</h2><h3 id="一、标题"><a href="#一、标题" class="headerlink" title="一、标题"></a><strong>一、标题</strong></h3><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">从 # 到 ###### 分别代表了一级标题——六级标题</span><br></pre></td></tr></table></figure><h3 id="二、字体"><a href="#二、字体" class="headerlink" title="二、字体"></a><strong>二、字体</strong></h3><h4 id="加粗"><a href="#加粗" class="headerlink" title="加粗"></a><strong>加粗</strong></h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">** 内容 **</span><br></pre></td></tr></table></figure><h4 id="斜体"><a href="#斜体" class="headerlink" title="斜体"></a><strong>斜体</strong></h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">* 内容 *</span><br></pre></td></tr></table></figure><h4 id="斜体加粗"><a href="#斜体加粗" class="headerlink" title="斜体加粗"></a><strong>斜体加粗</strong></h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">*** 内容 ***</span><br></pre></td></tr></table></figure><h4 id="删除线"><a href="#删除线" class="headerlink" title="删除线"></a><strong>删除线</strong></h4><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">~~ 内容 ~~</span><br></pre></td></tr></table></figure><h3 id="三、引用"><a href="#三、引用" class="headerlink" title="三、引用"></a><strong>三、引用</strong></h3><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">&gt; 内容 </span><br></pre></td></tr></table></figure><h5 id="效果如下："><a href="#效果如下：" class="headerlink" title="效果如下："></a>效果如下：</h5><blockquote><p>内容</p></blockquote><h3 id="四、分割线"><a href="#四、分割线" class="headerlink" title="四、分割线"></a><strong>四、分割线</strong></h3><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">--- 或 *** </span><br></pre></td></tr></table></figure><h5 id="效果如下：-1"><a href="#效果如下：-1" class="headerlink" title="效果如下："></a>效果如下：</h5><hr><h3 id="五、图片"><a href="#五、图片" class="headerlink" title="五、图片"></a><strong>五、图片</strong></h3><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">![图片下面的解释文件](图片地址 &quot;图片的标题&quot;)</span><br></pre></td></tr></table></figure><h5 id="效果如下：-2"><a href="#效果如下：-2" class="headerlink" title="效果如下："></a>效果如下：</h5><p><img src="https://ss0.bdstatic.com/70cFvHSh_Q1YnxGkpoWK1HF6hhy/it/u=702257389,1274025419&fm=27&gp=0.jpg" alt="图片下面的解释文件" title="图片的标题"></p><h3 id="六、超链接"><a href="#六、超链接" class="headerlink" title="六、超链接"></a><strong>六、超链接</strong></h3><figure class="highlight plain"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">[超链接名](超链接地址 &quot;title&quot;)</span><br></pre></td></tr></table></figure><h5 id="效果如下"><a href="#效果如下" class="headerlink" title="效果如下:"></a>效果如下:</h5><p><a href="http://www.baidu.com/">百度</a></p><h3 id="七、列表"><a href="#七、列表" class="headerlink" title="七、列表"></a><strong>七、列表</strong></h3><figure class="highlight plain"><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></pre></td><td class="code"><pre><span class="line">无序列表使用：</span><br><span class="line">- 列表</span><br><span class="line">+ 列表</span><br><span class="line">* 列表</span><br><span class="line"></span><br><span class="line">有序列表使用：</span><br><span class="line">1. 列表</span><br><span class="line">2. 列表</span><br><span class="line">3. 列表</span><br></pre></td></tr></table></figure><h5 id="注：列表嵌套的时候在上下级敲3个空格即可"><a href="#注：列表嵌套的时候在上下级敲3个空格即可" class="headerlink" title="注：列表嵌套的时候在上下级敲3个空格即可"></a><em><strong>注：列表嵌套的时候在上下级敲3个空格即可</strong></em></h5><h3 id="八、表格"><a href="#八、表格" class="headerlink" title="八、表格"></a><strong>八、表格</strong></h3><figure class="highlight plain"><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></pre></td><td class="code"><pre><span class="line">表头|表头|表头</span><br><span class="line">--|:--:|--:</span><br><span class="line">内容|内容|内容</span><br><span class="line">内容|内容|内容</span><br></pre></td></tr></table></figure><h5 id="效果如下：-3"><a href="#效果如下：-3" class="headerlink" title="效果如下："></a>效果如下：</h5><table><thead><tr><th>表头</th><th align="center">表头</th><th align="right">表头</th></tr></thead><tbody><tr><td>内容</td><td align="center">内容</td><td align="right">内容</td></tr><tr><td>内容</td><td align="center">内容</td><td align="right">内容</td></tr></tbody></table><h5 id="注：-没有数量限制，且-–-表示水平居中，而–-表示向右对齐"><a href="#注：-没有数量限制，且-–-表示水平居中，而–-表示向右对齐" class="headerlink" title="注：-没有数量限制，且:–:表示水平居中，而–:表示向右对齐"></a><em><strong>注：-没有数量限制，且:–:表示水平居中，而–:表示向右对齐</strong></em></h5><h3 id="九、代码"><a href="#九、代码" class="headerlink" title="九、代码"></a><strong>九、代码</strong></h3><figure class="highlight plain"><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><br><span class="line">    &#96;代码内容&#96;</span><br><span class="line">多行代码使用：</span><br><span class="line">(&#96;&#96;&#96;)</span><br><span class="line">    代码内容</span><br><span class="line">(&#96;&#96;&#96;)</span><br></pre></td></tr></table></figure>]]></content>
    
    
      
      
    <summary type="html">&lt;h2 id=&quot;Mark-down基本语法&quot;&gt;&lt;a href=&quot;#Mark-down基本语法&quot; class=&quot;headerlink&quot; title=&quot;Mark down基本语法&quot;&gt;&lt;/a&gt;Mark down基本语法&lt;/h2&gt;&lt;h3 id=&quot;一、标题&quot;&gt;&lt;a href=&quot;#一、标题&quot;</summary>
      
    
    
    
    
  </entry>
  
  <entry>
    <title>Hello World</title>
    <link href="https://sandalph.github.io/2021/03/31/hello-world/"/>
    <id>https://sandalph.github.io/2021/03/31/hello-world/</id>
    <published>2021-03-31T08:45:36.373Z</published>
    <updated>2021-03-31T14:22:57.068Z</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><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">&quot;My New Post&quot;</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 or hexo s</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 or hexo g</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 or hexo d</span><br></pre></td></tr></table></figure><p>More info: <a href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p><h3 id="Clean-the-cache"><a href="#Clean-the-cache" class="headerlink" title="Clean the cache"></a>Clean the cache</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 clean</span><br></pre></td></tr></table></figure>]]></content>
    
    
      
      
    <summary type="html">&lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a href=&quot;https://hexo.io/docs/&quot;&gt;documentation&lt;/a&gt; for</summary>
      
    
    
    
    
  </entry>
  
</feed>
