Skip to content

Commit 94fde8a

Browse files
committed
Site updated: 2017-04-10 21:54:45
1 parent 551c344 commit 94fde8a

File tree

6 files changed

+31
-70
lines changed

6 files changed

+31
-70
lines changed

2017/04/10/hello-world/index.html renamed to 2017/04/10/git-基本命令/index.html

+15-47
Original file line numberDiff line numberDiff line change
@@ -87,17 +87,17 @@
8787

8888

8989

90-
<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">
90+
<meta name="description" content="##Git介绍 ####Git是一个免费的开源分布式版本控制系统,旨在应对从速度和效率从小到非常大的项目。">
9191
<meta name="keywords">
9292
<meta property="og:type" content="article">
93-
<meta property="og:title" content="Hello World">
94-
<meta property="og:url" content="http://yoursite.com/2017/04/10/hello-world/index.html">
93+
<meta property="og:title" content="git 基本命令">
94+
<meta property="og:url" content="http://yoursite.com/2017/04/10/git-基本命令/index.html">
9595
<meta property="og:site_name" content="Hexo">
96-
<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">
97-
<meta property="og:updated_time" content="2017-04-10T03:22:09.751Z">
96+
<meta property="og:description" content="##Git介绍 ####Git是一个免费的开源分布式版本控制系统,旨在应对从速度和效率从小到非常大的项目。">
97+
<meta property="og:updated_time" content="2017-04-10T13:54:06.241Z">
9898
<meta name="twitter:card" content="summary">
99-
<meta name="twitter:title" content="Hello World">
100-
<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">
99+
<meta name="twitter:title" content="git 基本命令">
100+
<meta name="twitter:description" content="##Git介绍 ####Git是一个免费的开源分布式版本控制系统,旨在应对从速度和效率从小到非常大的项目。">
101101

102102

103103

@@ -125,13 +125,13 @@
125125

126126

127127

128-
<link rel="canonical" href="http://yoursite.com/2017/04/10/hello-world/"/>
128+
<link rel="canonical" href="http://yoursite.com/2017/04/10/git-基本命令/"/>
129129

130130

131131

132132

133133

134-
<title> Hello World | Hexo </title>
134+
<title> git 基本命令 | Hexo </title>
135135
</head>
136136

137137
<body itemscope itemtype="http://schema.org/WebPage" lang="">
@@ -250,7 +250,7 @@
250250

251251

252252
<article class="post post-type-normal " itemscope itemtype="http://schema.org/Article">
253-
<link itemprop="mainEntityOfPage" href="http://yoursite.com/2017/04/10/hello-world/">
253+
<link itemprop="mainEntityOfPage" href="http://yoursite.com/2017/04/10/git-基本命令/">
254254

255255
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
256256
<meta itemprop="name" content="coderpreacher">
@@ -271,7 +271,7 @@ <h1 class="post-title" itemprop="name headline">
271271

272272

273273

274-
Hello World
274+
git 基本命令
275275

276276

277277
</h1>
@@ -286,7 +286,7 @@ <h1 class="post-title" itemprop="name headline">
286286

287287
<span class="post-meta-item-text">Veröffentlicht am</span>
288288

289-
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-04-10T11:22:09+08:00">
289+
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-04-10T21:49:56+08:00">
290290
2017-04-10
291291
</time>
292292

@@ -322,15 +322,8 @@ <h1 class="post-title" itemprop="name headline">
322322

323323

324324

325-
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="external">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="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p>
326-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo new <span class="string">"My New Post"</span></div></pre></td></tr></table></figure>
327-
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
328-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo server</div></pre></td></tr></table></figure>
329-
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
330-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo generate</div></pre></td></tr></table></figure>
331-
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
332-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo deploy</div></pre></td></tr></table></figure>
333-
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
325+
<p>##Git介绍</p>
326+
<p>####Git是一个免费的开源分布式版本控制系统,旨在应对从速度和效率从小到非常大的项目。</p>
334327

335328

336329
</div>
@@ -406,17 +399,8 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
406399

407400

408401

409-
<ul class="sidebar-nav motion-element">
410-
<li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap" >
411-
Inhaltsverzeichnis
412-
</li>
413-
<li class="sidebar-nav-overview" data-target="site-overview">
414-
Übersicht
415-
</li>
416-
</ul>
417-
418402

419-
<section class="site-overview sidebar-panel">
403+
<section class="site-overview sidebar-panel sidebar-panel-active">
420404
<div class="site-author motion-element" itemprop="author" itemscope itemtype="http://schema.org/Person">
421405
<img class="site-author-image" itemprop="image"
422406
src="/images/avatar.gif"
@@ -461,22 +445,6 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
461445
</section>
462446

463447

464-
<!--noindex-->
465-
<section class="post-toc-wrap motion-element sidebar-panel sidebar-panel-active">
466-
<div class="post-toc">
467-
468-
469-
470-
471-
472-
473-
<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>
474-
475-
476-
</div>
477-
</section>
478-
<!--/noindex-->
479-
480448

481449

482450

archives/2017/04/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,17 @@ <h2 class="archive-year motion-element" id="archive-year-2017">2017</h2>
268268

269269
<h1 class="post-title">
270270

271-
<a class="post-title-link" href="/2017/04/10/hello-world/" itemprop="url">
271+
<a class="post-title-link" href="/2017/04/10/git-基本命令/" itemprop="url">
272272

273-
<span itemprop="name">Hello World</span>
273+
<span itemprop="name">git 基本命令</span>
274274

275275
</a>
276276

277277
</h1>
278278

279279
<div class="post-meta">
280280
<time class="post-time" itemprop="dateCreated"
281-
datetime="2017-04-10T11:22:09+08:00"
281+
datetime="2017-04-10T21:49:56+08:00"
282282
content="2017-04-10" >
283283
04-10
284284
</time>

archives/2017/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,17 @@ <h2 class="archive-year motion-element" id="archive-year-2017">2017</h2>
268268

269269
<h1 class="post-title">
270270

271-
<a class="post-title-link" href="/2017/04/10/hello-world/" itemprop="url">
271+
<a class="post-title-link" href="/2017/04/10/git-基本命令/" itemprop="url">
272272

273-
<span itemprop="name">Hello World</span>
273+
<span itemprop="name">git 基本命令</span>
274274

275275
</a>
276276

277277
</h1>
278278

279279
<div class="post-meta">
280280
<time class="post-time" itemprop="dateCreated"
281-
datetime="2017-04-10T11:22:09+08:00"
281+
datetime="2017-04-10T21:49:56+08:00"
282282
content="2017-04-10" >
283283
04-10
284284
</time>

archives/index.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -268,17 +268,17 @@ <h2 class="archive-year motion-element" id="archive-year-2017">2017</h2>
268268

269269
<h1 class="post-title">
270270

271-
<a class="post-title-link" href="/2017/04/10/hello-world/" itemprop="url">
271+
<a class="post-title-link" href="/2017/04/10/git-基本命令/" itemprop="url">
272272

273-
<span itemprop="name">Hello World</span>
273+
<span itemprop="name">git 基本命令</span>
274274

275275
</a>
276276

277277
</h1>
278278

279279
<div class="post-meta">
280280
<time class="post-time" itemprop="dateCreated"
281-
datetime="2017-04-10T11:22:09+08:00"
281+
datetime="2017-04-10T21:49:56+08:00"
282282
content="2017-04-10" >
283283
04-10
284284
</time>

css/main.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -1691,7 +1691,7 @@ pre .javascript .function {
16911691
width: 4px;
16921692
height: 4px;
16931693
border-radius: 50%;
1694-
background: #580481;
1694+
background: #26ff34;
16951695
}
16961696
.links-of-blogroll {
16971697
font-size: 13px;

index.html

+6-13
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,7 @@
247247

248248

249249
<article class="post post-type-normal " itemscope itemtype="http://schema.org/Article">
250-
<link itemprop="mainEntityOfPage" href="http://yoursite.com/2017/04/10/hello-world/">
250+
<link itemprop="mainEntityOfPage" href="http://yoursite.com/2017/04/10/git-基本命令/">
251251

252252
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
253253
<meta itemprop="name" content="coderpreacher">
@@ -269,8 +269,8 @@ <h1 class="post-title" itemprop="name headline">
269269

270270

271271

272-
<a class="post-title-link" href="/2017/04/10/hello-world/" itemprop="url">
273-
Hello World
272+
<a class="post-title-link" href="/2017/04/10/git-基本命令/" itemprop="url">
273+
git 基本命令
274274
</a>
275275

276276

@@ -286,7 +286,7 @@ <h1 class="post-title" itemprop="name headline">
286286

287287
<span class="post-meta-item-text">Veröffentlicht am</span>
288288

289-
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-04-10T11:22:09+08:00">
289+
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-04-10T21:49:56+08:00">
290290
2017-04-10
291291
</time>
292292

@@ -324,15 +324,8 @@ <h1 class="post-title" itemprop="name headline">
324324

325325

326326

327-
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="external">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="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">GitHub</a>.</p>
328-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo new <span class="string">"My New Post"</span></div></pre></td></tr></table></figure>
329-
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">Writing</a></p>
330-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo server</div></pre></td></tr></table></figure>
331-
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">Server</a></p>
332-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo generate</div></pre></td></tr></table></figure>
333-
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">Generating</a></p>
334-
<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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo deploy</div></pre></td></tr></table></figure>
335-
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
327+
<p>##Git介绍</p>
328+
<p>####Git是一个免费的开源分布式版本控制系统,旨在应对从速度和效率从小到非常大的项目。</p>
336329

337330

338331

0 commit comments

Comments
 (0)