Skip to content

Commit a630ee9

Browse files
committed
Site updated: 2019-05-06 00:27:31
1 parent 1a87a7b commit a630ee9

File tree

12 files changed

+121
-119
lines changed

12 files changed

+121
-119
lines changed

2019/05/04/hello-world/index.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@
100100

101101

102102

103-
<meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
103+
<meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quic">
104104
<meta property="og:type" content="article">
105105
<meta property="og:title" content="Hello World">
106106
<meta property="og:url" content="http://yoursite.com/2019/05/04/hello-world/index.html">
107-
<meta property="og:site_name" content="Hexo">
108-
<meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
107+
<meta property="og:site_name" content="小兔子的博客">
108+
<meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quic">
109109
<meta property="og:locale" content="zh-CN">
110110
<meta property="og:updated_time" content="2019-05-04T05:35:16.835Z">
111111
<meta name="twitter:card" content="summary">
112112
<meta name="twitter:title" content="Hello World">
113-
<meta name="twitter:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
113+
<meta name="twitter:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quic">
114114

115115

116116

@@ -128,7 +128,7 @@
128128
};
129129
</script>
130130

131-
<title>Hello World | Hexo</title>
131+
<title>Hello World | 小兔子的博客</title>
132132

133133

134134

@@ -187,7 +187,7 @@
187187
<div class="custom-logo-site-title">
188188
<a href="/" class="brand" rel="start">
189189
<span class="logo-line-before"><i></i></span>
190-
<span class="site-title">Hexo</span>
190+
<span class="site-title">小兔子的博客</span>
191191
<span class="logo-line-after"><i></i></span>
192192
</a>
193193
</div>
@@ -302,7 +302,7 @@
302302
</span>
303303

304304
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
305-
<meta itemprop="name" content="Hexo">
305+
<meta itemprop="name" content="小兔子的博客">
306306
</span>
307307

308308

@@ -376,18 +376,18 @@ <h1 class="post-title" itemprop="name headline">Hello World
376376

377377

378378
<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>
379-
<h2>Quick Start</h2>
380-
<h3>Create a new post</h3>
381-
<p><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>
379+
<h2 id="quick-start"><a class="markdownIt-Anchor" href="#quick-start"></a> Quick Start</h2>
380+
<h3 id="create-a-new-post"><a class="markdownIt-Anchor" href="#create-a-new-post"></a> Create a new post</h3>
381+
<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>
382382
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p>
383-
<h3>Run server</h3>
384-
<p><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>
383+
<h3 id="run-server"><a class="markdownIt-Anchor" href="#run-server"></a> Run server</h3>
384+
<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>
385385
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p>
386-
<h3>Generate static files</h3>
387-
<p><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>
386+
<h3 id="generate-static-files"><a class="markdownIt-Anchor" href="#generate-static-files"></a> Generate static files</h3>
387+
<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>
388388
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">Generating</a></p>
389-
<h3>Deploy to remote sites</h3>
390-
<p><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>
389+
<h3 id="deploy-to-remote-sites"><a class="markdownIt-Anchor" href="#deploy-to-remote-sites"></a> Deploy to remote sites</h3>
390+
<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>
391391
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="noopener">Deployment</a></p>
392392

393393

@@ -553,7 +553,7 @@ <h3>Deploy to remote sites</h3>
553553

554554

555555

556-
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#undefined"><span class="nav-number">1.</span> <span class="nav-text">Quick Start</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#undefined"><span class="nav-number">1.1.</span> <span class="nav-text">Create a new post</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#undefined"><span class="nav-number">1.2.</span> <span class="nav-text">Run server</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#undefined"><span class="nav-number">1.3.</span> <span class="nav-text">Generate static files</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#undefined"><span class="nav-number">1.4.</span> <span class="nav-text">Deploy to remote sites</span></a></li></ol></li></ol></div>
556+
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#quick-start"><span class="nav-number">1.</span> <span class="nav-text"> Quick Start</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#create-a-new-post"><span class="nav-number">1.1.</span> <span class="nav-text"> Create a new post</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#run-server"><span class="nav-number">1.2.</span> <span class="nav-text"> Run server</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#generate-static-files"><span class="nav-number">1.3.</span> <span class="nav-text"> Generate static files</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#deploy-to-remote-sites"><span class="nav-number">1.4.</span> <span class="nav-text"> Deploy to remote sites</span></a></li></ol></li></ol></div>
557557

558558

559559
</div>

2019/05/04/mathTest/index.html

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -100,17 +100,17 @@
100100

101101

102102

103-
<meta name="description" content="$$\begin{equation} e=mc^2 \end{equation}\label{eq1}$$ 著名的质能方程 $\eqref{eq1}$ 由爱因斯坦提出 ...">
103+
<meta name="description" content="\begin{equation} e=mc^2 \end{equation}\label{eq1} 著名的质能方程 \eqref{eq1} 由爱因斯坦提出 ">
104104
<meta property="og:type" content="article">
105105
<meta property="og:title" content="mathTest">
106106
<meta property="og:url" content="http://yoursite.com/2019/05/04/mathTest/index.html">
107-
<meta property="og:site_name" content="Hexo">
108-
<meta property="og:description" content="$$\begin{equation} e=mc^2 \end{equation}\label{eq1}$$ 著名的质能方程 $\eqref{eq1}$ 由爱因斯坦提出 ...">
107+
<meta property="og:site_name" content="小兔子的博客">
108+
<meta property="og:description" content="\begin{equation} e=mc^2 \end{equation}\label{eq1} 著名的质能方程 \eqref{eq1} 由爱因斯坦提出 ">
109109
<meta property="og:locale" content="zh-CN">
110110
<meta property="og:updated_time" content="2019-05-04T07:32:08.023Z">
111111
<meta name="twitter:card" content="summary">
112112
<meta name="twitter:title" content="mathTest">
113-
<meta name="twitter:description" content="$$\begin{equation} e=mc^2 \end{equation}\label{eq1}$$ 著名的质能方程 $\eqref{eq1}$ 由爱因斯坦提出 ...">
113+
<meta name="twitter:description" content="\begin{equation} e=mc^2 \end{equation}\label{eq1} 著名的质能方程 \eqref{eq1} 由爱因斯坦提出 ">
114114

115115

116116

@@ -128,7 +128,7 @@
128128
};
129129
</script>
130130

131-
<title>mathTest | Hexo</title>
131+
<title>mathTest | 小兔子的博客</title>
132132

133133

134134

@@ -187,7 +187,7 @@
187187
<div class="custom-logo-site-title">
188188
<a href="/" class="brand" rel="start">
189189
<span class="logo-line-before"><i></i></span>
190-
<span class="site-title">Hexo</span>
190+
<span class="site-title">小兔子的博客</span>
191191
<span class="logo-line-after"><i></i></span>
192192
</a>
193193
</div>
@@ -302,7 +302,7 @@
302302
</span>
303303

304304
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
305-
<meta itemprop="name" content="Hexo">
305+
<meta itemprop="name" content="小兔子的博客">
306306
</span>
307307

308308

@@ -375,10 +375,12 @@ <h1 class="post-title" itemprop="name headline">mathTest
375375

376376

377377

378-
<p>$$\begin{equation}
378+
<p class="katex-block katex-error" title="ParseError: KaTeX parse error: No such environment: equation at position 7: \begin{̲e̲q̲u̲a̲t̲i̲o̲n̲}̲
379379
e=mc^2
380-
\end{equation}\label{eq1}$$</p>
381-
<p>著名的质能方程 $\eqref{eq1}$ 由爱因斯坦提出 ...</p>
380+
\end{eq…">\begin{equation}
381+
e=mc^2
382+
\end{equation}\label{eq1}</p>
383+
<p>著名的质能方程 <span class="katex-error" title="ParseError: KaTeX parse error: Undefined control sequence: \eqref at position 1: \̲e̲q̲r̲e̲f̲{eq1}">\eqref{eq1}</span> 由爱因斯坦提出 …</p>
382384

383385

384386
</div>

2019/05/04/配置hexo/index.html

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -100,20 +100,20 @@
100100

101101

102102

103-
<meta name="description" content="这是我的第一篇github博客 这是二级标题 以下测试图片:">
103+
<meta name="description" content="这是我的第一篇github博客 这是二级标题 以下测试图片:">
104104
<meta name="keywords" content="tools">
105105
<meta property="og:type" content="article">
106106
<meta property="og:title" content="配置hexo">
107107
<meta property="og:url" content="http://yoursite.com/2019/05/04/配置hexo/index.html">
108-
<meta property="og:site_name" content="Hexo">
109-
<meta property="og:description" content="这是我的第一篇github博客 这是二级标题 以下测试图片:">
108+
<meta property="og:site_name" content="小兔子的博客">
109+
<meta property="og:description" content="这是我的第一篇github博客 这是二级标题 以下测试图片:">
110110
<meta property="og:locale" content="zh-CN">
111111
<meta property="og:image" content="http://yoursite.com/2019/05/04/配置hexo/2019-05-04-23-43-23.png">
112112
<meta property="og:image" content="http://yoursite.com/2019/05/04/配置hexo/2019-05-05-00-04-08.png">
113113
<meta property="og:updated_time" content="2019-05-04T16:04:29.614Z">
114114
<meta name="twitter:card" content="summary">
115115
<meta name="twitter:title" content="配置hexo">
116-
<meta name="twitter:description" content="这是我的第一篇github博客 这是二级标题 以下测试图片:">
116+
<meta name="twitter:description" content="这是我的第一篇github博客 这是二级标题 以下测试图片:">
117117
<meta name="twitter:image" content="http://yoursite.com/2019/05/04/配置hexo/2019-05-04-23-43-23.png">
118118

119119

@@ -132,7 +132,7 @@
132132
};
133133
</script>
134134

135-
<title>配置hexo | Hexo</title>
135+
<title>配置hexo | 小兔子的博客</title>
136136

137137

138138

@@ -191,7 +191,7 @@
191191
<div class="custom-logo-site-title">
192192
<a href="/" class="brand" rel="start">
193193
<span class="logo-line-before"><i></i></span>
194-
<span class="site-title">Hexo</span>
194+
<span class="site-title">小兔子的博客</span>
195195
<span class="logo-line-after"><i></i></span>
196196
</a>
197197
</div>
@@ -306,7 +306,7 @@
306306
</span>
307307

308308
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
309-
<meta itemprop="name" content="Hexo">
309+
<meta itemprop="name" content="小兔子的博客">
310310
</span>
311311

312312

@@ -391,12 +391,11 @@ <h1 class="post-title" itemprop="name headline">配置hexo
391391

392392

393393

394-
<h1>这是我的第一篇github博客</h1>
395-
<h2>这是二级标题</h2>
396-
<p>以下测试图片:
397-
<img src="/2019/05/04/配置hexo/2019-05-04-23-43-23.png"></p>
398-
<p><img src="/2019/05/04/配置hexo/2019-05-05-00-04-08.png" title="图片的标题"></p>
399-
394+
<h1 id="这是我的第一篇github博客"><a class="markdownIt-Anchor" href="#这是我的第一篇github博客"></a> 这是我的第一篇github博客</h1>
395+
<h2 id="这是二级标题"><a class="markdownIt-Anchor" href="#这是二级标题"></a> 这是二级标题</h2>
396+
<p>以下测试图片:</p>
397+
<img src="/2019/05/04/配置hexo/2019-05-04-23-43-23.png">
398+
<img src="/2019/05/04/配置hexo/2019-05-05-00-04-08.png" title="图片的标题">
400399

401400
</div>
402401

@@ -570,7 +569,7 @@ <h2>这是二级标题</h2>
570569

571570

572571

573-
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-1"><a class="nav-link" href="#undefined"><span class="nav-number">1.</span> <span class="nav-text">这是我的第一篇github博客</span></a><ol class="nav-child"><li class="nav-item nav-level-2"><a class="nav-link" href="#undefined"><span class="nav-number">1.1.</span> <span class="nav-text">这是二级标题</span></a></li></ol></li></ol></div>
572+
<div class="post-toc-content"><ol class="nav"><li class="nav-item nav-level-1"><a class="nav-link" href="#这是我的第一篇github博客"><span class="nav-number">1.</span> <span class="nav-text"> 这是我的第一篇github博客</span></a><ol class="nav-child"><li class="nav-item nav-level-2"><a class="nav-link" href="#这是二级标题"><span class="nav-number">1.1.</span> <span class="nav-text"> 这是二级标题</span></a></li></ol></li></ol></div>
574573

575574

576575
</div>

0 commit comments

Comments
 (0)