Skip to content

Commit ff8a813

Browse files
committed
Site updated: 2017-12-25 15:05:43
1 parent aa79c66 commit ff8a813

File tree

7 files changed

+55
-49
lines changed

7 files changed

+55
-49
lines changed

2017/12/25/Hello-Hexo-World/index.html

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<html class="theme-next pisces use-motion" lang="">
8+
<html class="theme-next pisces use-motion" lang="en">
99
<head>
1010
<meta charset="UTF-8"/>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -83,6 +83,7 @@
8383
<meta property="og:title" content="Hello Hexo World">
8484
<meta property="og:url" content="http://yoursite.com/2017/12/25/Hello-Hexo-World/index.html">
8585
<meta property="og:site_name" content="Ten Tips">
86+
<meta property="og:locale" content="en">
8687
<meta property="og:updated_time" content="2017-12-25T06:40:54.576Z">
8788
<meta name="twitter:card" content="summary">
8889
<meta name="twitter:title" content="Hello Hexo World">
@@ -133,7 +134,7 @@
133134

134135
</head>
135136

136-
<body itemscope itemtype="http://schema.org/WebPage" lang="">
137+
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
137138

138139

139140

@@ -181,7 +182,7 @@
181182

182183
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
183184

184-
Startseite
185+
Home
185186
</a>
186187
</li>
187188

@@ -191,7 +192,7 @@
191192

192193
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
193194

194-
Archiv
195+
Archives
195196
</a>
196197
</li>
197198

@@ -255,7 +256,7 @@ <h1 class="post-title" itemprop="name headline">Hello Hexo World</h1>
255256
<i class="fa fa-calendar-o"></i>
256257
</span>
257258

258-
<span class="post-meta-item-text">Veröffentlicht am</span>
259+
<span class="post-meta-item-text">Posted on</span>
259260

260261
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-12-25T14:40:54+08:00">
261262
2017-12-25
@@ -396,7 +397,7 @@ <h1 class="post-title" itemprop="name headline">Hello Hexo World</h1>
396397
<a href="/archives/">
397398

398399
<span class="site-state-item-count">2</span>
399-
<span class="site-state-item-name">Artikel</span>
400+
<span class="site-state-item-name">posts</span>
400401
</a>
401402
</div>
402403

@@ -448,7 +449,7 @@ <h1 class="post-title" itemprop="name headline">Hello Hexo World</h1>
448449
</div>
449450

450451

451-
<div class="powered-by">Erstellt mit <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
452+
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
452453

453454

454455

2017/12/25/hello-world/index.html

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<html class="theme-next pisces use-motion" lang="">
8+
<html class="theme-next pisces use-motion" lang="en">
99
<head>
1010
<meta charset="UTF-8"/>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -85,6 +85,7 @@
8585
<meta property="og:url" content="http://yoursite.com/2017/12/25/hello-world/index.html">
8686
<meta property="og:site_name" content="Ten Tips">
8787
<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">
88+
<meta property="og:locale" content="en">
8889
<meta property="og:updated_time" content="2017-12-25T05:46:39.976Z">
8990
<meta name="twitter:card" content="summary">
9091
<meta name="twitter:title" content="Hello World">
@@ -136,7 +137,7 @@
136137

137138
</head>
138139

139-
<body itemscope itemtype="http://schema.org/WebPage" lang="">
140+
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
140141

141142

142143

@@ -184,7 +185,7 @@
184185

185186
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
186187

187-
Startseite
188+
Home
188189
</a>
189190
</li>
190191

@@ -194,7 +195,7 @@
194195

195196
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
196197

197-
Archiv
198+
Archives
198199
</a>
199200
</li>
200201

@@ -258,7 +259,7 @@ <h1 class="post-title" itemprop="name headline">Hello World</h1>
258259
<i class="fa fa-calendar-o"></i>
259260
</span>
260261

261-
<span class="post-meta-item-text">Veröffentlicht am</span>
262+
<span class="post-meta-item-text">Posted on</span>
262263

263264
<time title="Post created" itemprop="dateCreated datePublished" datetime="2017-12-25T13:46:39+08:00">
264265
2017-12-25
@@ -393,10 +394,10 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
393394

394395
<ul class="sidebar-nav motion-element">
395396
<li class="sidebar-nav-toc sidebar-nav-active" data-target="post-toc-wrap">
396-
Inhaltsverzeichnis
397+
Table of Contents
397398
</li>
398399
<li class="sidebar-nav-overview" data-target="site-overview-wrap">
399-
Übersicht
400+
Overview
400401
</li>
401402
</ul>
402403

@@ -417,7 +418,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
417418
<a href="/archives/">
418419

419420
<span class="site-state-item-count">2</span>
420-
<span class="site-state-item-name">Artikel</span>
421+
<span class="site-state-item-name">posts</span>
421422
</a>
422423
</div>
423424

@@ -485,7 +486,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
485486
</div>
486487

487488

488-
<div class="powered-by">Erstellt mit <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
489+
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
489490

490491

491492

archives/2017/12/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<html class="theme-next pisces use-motion" lang="">
8+
<html class="theme-next pisces use-motion" lang="en">
99
<head>
1010
<meta charset="UTF-8"/>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -83,6 +83,7 @@
8383
<meta property="og:title" content="Ten Tips">
8484
<meta property="og:url" content="http://yoursite.com/archives/2017/12/index.html">
8585
<meta property="og:site_name" content="Ten Tips">
86+
<meta property="og:locale" content="en">
8687
<meta name="twitter:card" content="summary">
8788
<meta name="twitter:title" content="Ten Tips">
8889

@@ -120,7 +121,7 @@
120121

121122

122123

123-
<title>Archiv | Ten Tips</title>
124+
<title>Archive | Ten Tips</title>
124125

125126

126127

@@ -132,7 +133,7 @@
132133

133134
</head>
134135

135-
<body itemscope itemtype="http://schema.org/WebPage" lang="">
136+
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
136137

137138

138139

@@ -180,7 +181,7 @@
180181

181182
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
182183

183-
Startseite
184+
Home
184185
</a>
185186
</li>
186187

@@ -190,7 +191,7 @@
190191

191192
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
192193

193-
Archiv
194+
Archives
194195
</a>
195196
</li>
196197

@@ -226,7 +227,7 @@
226227

227228

228229

229-
Öhm..! Insgesamt 2 Artikel. Bleib dran.
230+
Um..! 2 posts in total. Keep on posting.
230231
</span>
231232

232233

@@ -362,7 +363,7 @@ <h2 class="post-title">
362363
<a href="/archives/">
363364

364365
<span class="site-state-item-count">2</span>
365-
<span class="site-state-item-name">Artikel</span>
366+
<span class="site-state-item-name">posts</span>
366367
</a>
367368
</div>
368369

@@ -414,7 +415,7 @@ <h2 class="post-title">
414415
</div>
415416

416417

417-
<div class="powered-by">Erstellt mit <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
418+
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
418419

419420

420421

archives/2017/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<html class="theme-next pisces use-motion" lang="">
8+
<html class="theme-next pisces use-motion" lang="en">
99
<head>
1010
<meta charset="UTF-8"/>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -83,6 +83,7 @@
8383
<meta property="og:title" content="Ten Tips">
8484
<meta property="og:url" content="http://yoursite.com/archives/2017/index.html">
8585
<meta property="og:site_name" content="Ten Tips">
86+
<meta property="og:locale" content="en">
8687
<meta name="twitter:card" content="summary">
8788
<meta name="twitter:title" content="Ten Tips">
8889

@@ -120,7 +121,7 @@
120121

121122

122123

123-
<title>Archiv | Ten Tips</title>
124+
<title>Archive | Ten Tips</title>
124125

125126

126127

@@ -132,7 +133,7 @@
132133

133134
</head>
134135

135-
<body itemscope itemtype="http://schema.org/WebPage" lang="">
136+
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
136137

137138

138139

@@ -180,7 +181,7 @@
180181

181182
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
182183

183-
Startseite
184+
Home
184185
</a>
185186
</li>
186187

@@ -190,7 +191,7 @@
190191

191192
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
192193

193-
Archiv
194+
Archives
194195
</a>
195196
</li>
196197

@@ -226,7 +227,7 @@
226227

227228

228229

229-
Öhm..! Insgesamt 2 Artikel. Bleib dran.
230+
Um..! 2 posts in total. Keep on posting.
230231
</span>
231232

232233

@@ -362,7 +363,7 @@ <h2 class="post-title">
362363
<a href="/archives/">
363364

364365
<span class="site-state-item-count">2</span>
365-
<span class="site-state-item-name">Artikel</span>
366+
<span class="site-state-item-name">posts</span>
366367
</a>
367368
</div>
368369

@@ -414,7 +415,7 @@ <h2 class="post-title">
414415
</div>
415416

416417

417-
<div class="powered-by">Erstellt mit <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
418+
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
418419

419420

420421

archives/index.html

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66

77

8-
<html class="theme-next pisces use-motion" lang="">
8+
<html class="theme-next pisces use-motion" lang="en">
99
<head>
1010
<meta charset="UTF-8"/>
1111
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
@@ -83,6 +83,7 @@
8383
<meta property="og:title" content="Ten Tips">
8484
<meta property="og:url" content="http://yoursite.com/archives/index.html">
8585
<meta property="og:site_name" content="Ten Tips">
86+
<meta property="og:locale" content="en">
8687
<meta name="twitter:card" content="summary">
8788
<meta name="twitter:title" content="Ten Tips">
8889

@@ -120,7 +121,7 @@
120121

121122

122123

123-
<title>Archiv | Ten Tips</title>
124+
<title>Archive | Ten Tips</title>
124125

125126

126127

@@ -132,7 +133,7 @@
132133

133134
</head>
134135

135-
<body itemscope itemtype="http://schema.org/WebPage" lang="">
136+
<body itemscope itemtype="http://schema.org/WebPage" lang="en">
136137

137138

138139

@@ -180,7 +181,7 @@
180181

181182
<i class="menu-item-icon fa fa-fw fa-home"></i> <br />
182183

183-
Startseite
184+
Home
184185
</a>
185186
</li>
186187

@@ -190,7 +191,7 @@
190191

191192
<i class="menu-item-icon fa fa-fw fa-archive"></i> <br />
192193

193-
Archiv
194+
Archives
194195
</a>
195196
</li>
196197

@@ -226,7 +227,7 @@
226227

227228

228229

229-
Öhm..! Insgesamt 2 Artikel. Bleib dran.
230+
Um..! 2 posts in total. Keep on posting.
230231
</span>
231232

232233

@@ -362,7 +363,7 @@ <h2 class="post-title">
362363
<a href="/archives/">
363364

364365
<span class="site-state-item-count">2</span>
365-
<span class="site-state-item-name">Artikel</span>
366+
<span class="site-state-item-name">posts</span>
366367
</a>
367368
</div>
368369

@@ -414,7 +415,7 @@ <h2 class="post-title">
414415
</div>
415416

416417

417-
<div class="powered-by">Erstellt mit <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
418+
<div class="powered-by">Powered by <a class="theme-link" target="_blank" href="https://hexo.io">Hexo</a></div>
418419

419420

420421

0 commit comments

Comments
 (0)