Skip to content

Commit 1bd3eba

Browse files
committed
Travis Auto Tester for Material Theme
1 parent 1c91ed7 commit 1bd3eba

File tree

11 files changed

+126
-121
lines changed

11 files changed

+126
-121
lines changed

2017/06/23/hello-world.html

+16-17
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html style="display: none;" lang="zh">
3-
<head>
3+
<head><meta name="generator" content="Hexo 3.8.0">
44
<meta charset="utf-8">
55
<!--
66
© Material Theme
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="dns-prefetch" href="https://cdnjs.loli.net"/>
34+
<link rel="dns-prefetch" href="https://cdnjs.loli.net">
3535

3636

3737

@@ -55,14 +55,14 @@
5555
<link rel="icon shortcut" type="image/ico" href="/material-demo/favicon.ico">
5656
<link rel="icon" href="/material-demo/favicon.ico">
5757

58-
<meta name="format-detection" content="telephone=no"/>
58+
<meta name="format-detection" content="telephone=no">
5959
<meta name="description" itemprop="description" content="A Test Demo for Material Theme">
6060
<meta name="keywords" content="Hexo, Theme, Material, hexo-theme-material, GitHub">
6161
<meta name="theme-color" content="#0097A7">
6262

6363
<!-- Disable Fucking Bloody Baidu Tranformation -->
64-
<meta http-equiv="Cache-Control" content="no-transform" />
65-
<meta http-equiv="Cache-Control" content="no-siteapp" />
64+
<meta http-equiv="Cache-Control" content="no-transform">
65+
<meta http-equiv="Cache-Control" content="no-siteapp">
6666

6767
<!--[if lte IE 9]>
6868
<link rel="stylesheet" href="/css/ie-blocker.css">
@@ -248,12 +248,12 @@
248248

249249
<!-- Site Verification -->
250250

251-
<meta name="baidu-site-verification" content="The fucking baidu like eatting shit very much" />
251+
<meta name="baidu-site-verification" content="The fucking baidu like eatting shit very much">
252252

253253
<!-- RSS -->
254254

255255

256-
<link rel=alternate type="application/atom+xml" href="atom.xml">
256+
<link rel="alternate" type="application/atom+xml" href="atom.xml">
257257

258258

259259

@@ -267,15 +267,15 @@
267267

268268

269269
<meta property="article:published_time" content="Fri Jun 23 2017 18:17:00 GMT+0800">
270-
<meta property="article:modified_time" content="Mon Aug 13 2018 14:19:50 GMT+0000">
270+
<meta property="article:modified_time" content="Thu Nov 01 2018 07:20:50 GMT+0000">
271271

272272

273273
<!-- The Twitter Card protocol -->
274274
<meta name="twitter:card" content="summary_large_image">
275275

276276
<!-- Add canonical link for SEO -->
277277

278-
<link rel="canonical" href="https://neko-dev.github.io/material-demo/2017/06/23/hello-world.html" />
278+
<link rel="canonical" href="https://neko-dev.github.io/material-demo/2017/06/23/hello-world.html">
279279

280280

281281
<!-- Structured-data for SEO -->
@@ -290,7 +290,7 @@
290290
"mainEntityOfPage": "https://neko-dev.github.io/material-demo/2017/06/23/hello-world.html",
291291
"headline": "Hello World",
292292
"datePublished": "Fri Jun 23 2017 18:17:00 GMT+0800",
293-
"dateModified": "Mon Aug 13 2018 14:19:50 GMT+0000",
293+
"dateModified": "Thu Nov 01 2018 07:20:50 GMT+0000",
294294
"author": {
295295
"@type": "Person",
296296
"name": "neko-dev",
@@ -368,8 +368,7 @@
368368
<!-- Left aligned menu below button -->
369369

370370

371-
<button id="post-toc-trigger-btn"
372-
class="mdl-button mdl-js-button mdl-button--icon">
371+
<button id="post-toc-trigger-btn" class="mdl-button mdl-js-button mdl-button--icon">
373372
<i class="material-icons">format_list_numbered</i>
374373
</button>
375374

@@ -420,7 +419,7 @@
420419

421420
<!-- Author Avatar -->
422421
<div id="author-avatar">
423-
<img src="/material-demo/img/avatar.png" width="44px" height="44px" alt="Author Avatar"/>
422+
<img src="/material-demo/img/avatar.png" width="44px" height="44px" alt="Author Avatar">
424423
</div>
425424
<!-- Author Name & Date -->
426425
<div>
@@ -671,7 +670,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
671670
<ul class="dropdown-menu">
672671
<li>
673672
<a class="sidebar_archives-link" href="/material-demo/archives/2017/08/">八月 2017<span class="sidebar_archives-count">1</span></a></li><li><a class="sidebar_archives-link" href="/material-demo/archives/2017/06/">六月 2017<span class="sidebar_archives-count">1</span></a>
674-
</ul>
673+
</li></ul>
675674
</li>
676675

677676

@@ -689,7 +688,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
689688
<ul class="dropdown-menu">
690689
<li>
691690
<a class="sidebar_archives-link" href="/material-demo/categories/Material/">Material<span class="sidebar_archives-count">1</span></a>
692-
</ul>
691+
</li></ul>
693692
</li>
694693

695694

@@ -740,7 +739,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
740739

741740
<!-- Theme Material -->
742741

743-
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
742+
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
744743
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
745744
主题 - Material
746745
<span class="sidebar-badge badge-circle">i</span>
@@ -860,7 +859,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
860859

861860
<!--Copyright-->
862861
<div id="copyright">
863-
Copyright&nbsp;©&nbsp;<span year></span>&nbsp;Material Theme
862+
Copyright&nbsp;©&nbsp;<span year=""></span>&nbsp;Material Theme
864863

865864
<br>
866865

2017/08/21/material-public-cdn.html

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html style="display: none;" lang="zh">
3-
<head>
3+
<head><meta name="generator" content="Hexo 3.8.0">
44
<meta charset="utf-8">
55
<!--
66
© Material Theme
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="dns-prefetch" href="https://cdnjs.loli.net"/>
34+
<link rel="dns-prefetch" href="https://cdnjs.loli.net">
3535

3636

3737

@@ -55,14 +55,14 @@
5555
<link rel="icon shortcut" type="image/ico" href="/material-demo/favicon.ico">
5656
<link rel="icon" href="/material-demo/favicon.ico">
5757

58-
<meta name="format-detection" content="telephone=no"/>
58+
<meta name="format-detection" content="telephone=no">
5959
<meta name="description" itemprop="description" content="Material 主题新的 MaterialCDN 公共 CDN 服务。">
6060
<meta name="keywords" content="Hexo, Theme, Material, hexo-theme-material, GitHub,CDN">
6161
<meta name="theme-color" content="#0097A7">
6262

6363
<!-- Disable Fucking Bloody Baidu Tranformation -->
64-
<meta http-equiv="Cache-Control" content="no-transform" />
65-
<meta http-equiv="Cache-Control" content="no-siteapp" />
64+
<meta http-equiv="Cache-Control" content="no-transform">
65+
<meta http-equiv="Cache-Control" content="no-siteapp">
6666

6767
<!--[if lte IE 9]>
6868
<link rel="stylesheet" href="/css/ie-blocker.css">
@@ -248,12 +248,12 @@
248248

249249
<!-- Site Verification -->
250250

251-
<meta name="baidu-site-verification" content="The fucking baidu like eatting shit very much" />
251+
<meta name="baidu-site-verification" content="The fucking baidu like eatting shit very much">
252252

253253
<!-- RSS -->
254254

255255

256-
<link rel=alternate type="application/atom+xml" href="atom.xml">
256+
<link rel="alternate" type="application/atom+xml" href="atom.xml">
257257

258258

259259

@@ -275,7 +275,7 @@
275275

276276
<!-- Add canonical link for SEO -->
277277

278-
<link rel="canonical" href="https://neko-dev.github.io/material-demo/2017/08/21/material-public-cdn.html" />
278+
<link rel="canonical" href="https://neko-dev.github.io/material-demo/2017/08/21/material-public-cdn.html">
279279

280280

281281
<!-- Structured-data for SEO -->
@@ -411,7 +411,7 @@
411411

412412
<!-- Author Avatar -->
413413
<div id="author-avatar">
414-
<img src="/material-demo/img/avatar.png" width="44px" height="44px" alt="Author Avatar"/>
414+
<img src="/material-demo/img/avatar.png" width="44px" height="44px" alt="Author Avatar">
415415
</div>
416416
<!-- Author Name & Date -->
417417
<div>
@@ -453,7 +453,7 @@
453453
<ul class="mdl-menu mdl-menu--bottom-right mdl-js-menu mdl-js-ripple-effect" for="article-functions-viewtags-button">
454454
<li class="mdl-menu__item">
455455
<a class="post_tag-link" href="/material-demo/tags/CDN/">CDN</a>
456-
</ul>
456+
</li></ul>
457457

458458

459459
<!-- Share -->
@@ -672,7 +672,7 @@
672672
<ul class="dropdown-menu">
673673
<li>
674674
<a class="sidebar_archives-link" href="/material-demo/archives/2017/08/">八月 2017<span class="sidebar_archives-count">1</span></a></li><li><a class="sidebar_archives-link" href="/material-demo/archives/2017/06/">六月 2017<span class="sidebar_archives-count">1</span></a>
675-
</ul>
675+
</li></ul>
676676
</li>
677677

678678

@@ -690,7 +690,7 @@
690690
<ul class="dropdown-menu">
691691
<li>
692692
<a class="sidebar_archives-link" href="/material-demo/categories/Material/">Material<span class="sidebar_archives-count">1</span></a>
693-
</ul>
693+
</li></ul>
694694
</li>
695695

696696

@@ -741,7 +741,7 @@
741741

742742
<!-- Theme Material -->
743743

744-
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
744+
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
745745
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
746746
主题 - Material
747747
<span class="sidebar-badge badge-circle">i</span>
@@ -861,7 +861,7 @@
861861

862862
<!--Copyright-->
863863
<div id="copyright">
864-
Copyright&nbsp;©&nbsp;<span year></span>&nbsp;Material Theme
864+
Copyright&nbsp;©&nbsp;<span year=""></span>&nbsp;Material Theme
865865

866866
<br>
867867

archives/2017/06/index.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<!DOCTYPE html>
22
<html style="display: none;" lang="zh">
3-
<head>
3+
<head><meta name="generator" content="Hexo 3.8.0">
44
<meta charset="utf-8">
55
<!--
66
© Material Theme
@@ -31,7 +31,7 @@
3131

3232

3333

34-
<link rel="dns-prefetch" href="https://cdnjs.loli.net"/>
34+
<link rel="dns-prefetch" href="https://cdnjs.loli.net">
3535

3636

3737

@@ -55,14 +55,14 @@
5555
<link rel="icon shortcut" type="image/ico" href="/material-demo/favicon.ico">
5656
<link rel="icon" href="/material-demo/favicon.ico">
5757

58-
<meta name="format-detection" content="telephone=no"/>
58+
<meta name="format-detection" content="telephone=no">
5959
<meta name="description" itemprop="description" content="A Test Demo for Material Theme">
6060
<meta name="keywords" content="Hexo, Theme, Material, hexo-theme-material, GitHub">
6161
<meta name="theme-color" content="#0097A7">
6262

6363
<!-- Disable Fucking Bloody Baidu Tranformation -->
64-
<meta http-equiv="Cache-Control" content="no-transform" />
65-
<meta http-equiv="Cache-Control" content="no-siteapp" />
64+
<meta http-equiv="Cache-Control" content="no-transform">
65+
<meta http-equiv="Cache-Control" content="no-siteapp">
6666

6767
<!--[if lte IE 9]>
6868
<link rel="stylesheet" href="/css/ie-blocker.css">
@@ -248,12 +248,12 @@
248248

249249
<!-- Site Verification -->
250250

251-
<meta name="baidu-site-verification" content="The fucking baidu like eatting shit very much" />
251+
<meta name="baidu-site-verification" content="The fucking baidu like eatting shit very much">
252252

253253
<!-- RSS -->
254254

255255

256-
<link rel=alternate type="application/atom+xml" href="atom.xml">
256+
<link rel="alternate" type="application/atom+xml" href="atom.xml">
257257

258258

259259

@@ -272,7 +272,7 @@
272272

273273
<!-- Add canonical link for SEO -->
274274

275-
<link rel="canonical" href="https://neko-dev.github.io/material-demo/archives/2017/06/index.html" />
275+
<link rel="canonical" href="https://neko-dev.github.io/material-demo/archives/2017/06/index.html">
276276

277277

278278
<!-- Structured-data for SEO -->
@@ -479,7 +479,7 @@
479479
<ul class="dropdown-menu">
480480
<li>
481481
<a class="sidebar_archives-link" href="/material-demo/archives/2017/08/">八月 2017<span class="sidebar_archives-count">1</span></a></li><li><a class="sidebar_archives-link" href="/material-demo/archives/2017/06/">六月 2017<span class="sidebar_archives-count">1</span></a>
482-
</ul>
482+
</li></ul>
483483
</li>
484484

485485

@@ -497,7 +497,7 @@
497497
<ul class="dropdown-menu">
498498
<li>
499499
<a class="sidebar_archives-link" href="/material-demo/categories/Material/">Material<span class="sidebar_archives-count">1</span></a>
500-
</ul>
500+
</li></ul>
501501
</li>
502502

503503

@@ -548,7 +548,7 @@
548548

549549
<!-- Theme Material -->
550550

551-
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
551+
<a href="https://github.com/viosey/hexo-theme-material" class="sidebar-footer-text-a" target="_blank">
552552
<div class="sidebar-text mdl-button mdl-js-button mdl-js-ripple-effect sidebar-footer-text-div" data-upgraded=",MaterialButton,MaterialRipple">
553553
主题 - Material
554554
<span class="sidebar-badge badge-circle">i</span>
@@ -668,7 +668,7 @@
668668

669669
<!--Copyright-->
670670
<div id="copyright">
671-
Copyright&nbsp;©&nbsp;<span year></span>&nbsp;Material Theme
671+
Copyright&nbsp;©&nbsp;<span year=""></span>&nbsp;Material Theme
672672

673673
<br>
674674

0 commit comments

Comments
 (0)