Skip to content

Commit 3e3f1c2

Browse files
committed
Site updated: 2016-10-21 16:34:22
1 parent 139d738 commit 3e3f1c2

File tree

7 files changed

+129
-6
lines changed

7 files changed

+129
-6
lines changed

2016/10/21/hello-world/index.html

Lines changed: 33 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,13 @@ <h1 class="post-title" itemprop="name headline">
263263

264264

265265

266+
<span class="post-comments-count">
267+
&nbsp; | &nbsp;
268+
<a href="/2016/10/21/hello-world/#comments" itemprop="discussionUrl">
269+
<span class="post-comments-count ds-thread-count" data-thread-key="2016/10/21/hello-world/" itemprop="commentsCount"></span>
270+
</a>
271+
</span>
272+
266273

267274

268275

@@ -334,6 +341,10 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
334341

335342
<div class="comments" id="comments">
336343

344+
<div class="ds-thread" data-thread-key="2016/10/21/hello-world/"
345+
data-title="Hello World" data-url="http://yoursite.com/2016/10/21/hello-world/">
346+
</div>
347+
337348
</div>
338349

339350

@@ -368,7 +379,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
368379
<section class="site-overview sidebar-panel ">
369380
<div class="site-author motion-element" itemprop="author" itemscope itemtype="//schema.org/Person">
370381
<img class="site-author-image" itemprop="image"
371-
src="/images/avatar.gif"
382+
src="/uploads/avatar.jpeg"
372383
alt="yongrong" />
373384
<p class="site-author-name" itemprop="name">yongrong</p>
374385
<p class="site-description motion-element" itemprop="description"></p>
@@ -522,9 +533,30 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
522533

523534

524535

536+
537+
538+
525539

540+
<script type="text/javascript">
541+
var duoshuoQuery = {short_name:"yongrong"};
542+
(function() {
543+
var ds = document.createElement('script');
544+
ds.type = 'text/javascript';ds.async = true;
545+
ds.id = 'duoshuo-script';
546+
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
547+
ds.charset = 'UTF-8';
548+
(document.getElementsByTagName('head')[0]
549+
|| document.getElementsByTagName('body')[0]).appendChild(ds);
550+
})();
551+
</script>
526552

527553

554+
555+
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
556+
<script src="/js/src/hook-duoshuo.js"></script>
557+
558+
559+
528560

529561

530562

archives/2016/10/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1 class="post-title">
304304
<section class="site-overview sidebar-panel sidebar-panel-active ">
305305
<div class="site-author motion-element" itemprop="author" itemscope itemtype="//schema.org/Person">
306306
<img class="site-author-image" itemprop="image"
307-
src="/images/avatar.gif"
307+
src="/uploads/avatar.jpeg"
308308
alt="yongrong" />
309309
<p class="site-author-name" itemprop="name">yongrong</p>
310310
<p class="site-description motion-element" itemprop="description"></p>
@@ -449,9 +449,30 @@ <h1 class="post-title">
449449

450450

451451

452+
453+
454+
452455

456+
<script type="text/javascript">
457+
var duoshuoQuery = {short_name:"yongrong"};
458+
(function() {
459+
var ds = document.createElement('script');
460+
ds.type = 'text/javascript';ds.async = true;
461+
ds.id = 'duoshuo-script';
462+
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
463+
ds.charset = 'UTF-8';
464+
(document.getElementsByTagName('head')[0]
465+
|| document.getElementsByTagName('body')[0]).appendChild(ds);
466+
})();
467+
</script>
453468

454469

470+
471+
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
472+
<script src="/js/src/hook-duoshuo.js"></script>
473+
474+
475+
455476

456477

457478

archives/2016/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1 class="post-title">
304304
<section class="site-overview sidebar-panel sidebar-panel-active ">
305305
<div class="site-author motion-element" itemprop="author" itemscope itemtype="//schema.org/Person">
306306
<img class="site-author-image" itemprop="image"
307-
src="/images/avatar.gif"
307+
src="/uploads/avatar.jpeg"
308308
alt="yongrong" />
309309
<p class="site-author-name" itemprop="name">yongrong</p>
310310
<p class="site-description motion-element" itemprop="description"></p>
@@ -449,9 +449,30 @@ <h1 class="post-title">
449449

450450

451451

452+
453+
454+
452455

456+
<script type="text/javascript">
457+
var duoshuoQuery = {short_name:"yongrong"};
458+
(function() {
459+
var ds = document.createElement('script');
460+
ds.type = 'text/javascript';ds.async = true;
461+
ds.id = 'duoshuo-script';
462+
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
463+
ds.charset = 'UTF-8';
464+
(document.getElementsByTagName('head')[0]
465+
|| document.getElementsByTagName('body')[0]).appendChild(ds);
466+
})();
467+
</script>
453468

454469

470+
471+
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
472+
<script src="/js/src/hook-duoshuo.js"></script>
473+
474+
475+
455476

456477

457478

archives/index.html

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,7 @@ <h1 class="post-title">
304304
<section class="site-overview sidebar-panel sidebar-panel-active ">
305305
<div class="site-author motion-element" itemprop="author" itemscope itemtype="//schema.org/Person">
306306
<img class="site-author-image" itemprop="image"
307-
src="/images/avatar.gif"
307+
src="/uploads/avatar.jpeg"
308308
alt="yongrong" />
309309
<p class="site-author-name" itemprop="name">yongrong</p>
310310
<p class="site-description motion-element" itemprop="description"></p>
@@ -449,9 +449,30 @@ <h1 class="post-title">
449449

450450

451451

452+
453+
454+
452455

456+
<script type="text/javascript">
457+
var duoshuoQuery = {short_name:"yongrong"};
458+
(function() {
459+
var ds = document.createElement('script');
460+
ds.type = 'text/javascript';ds.async = true;
461+
ds.id = 'duoshuo-script';
462+
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
463+
ds.charset = 'UTF-8';
464+
(document.getElementsByTagName('head')[0]
465+
|| document.getElementsByTagName('body')[0]).appendChild(ds);
466+
})();
467+
</script>
453468

454469

470+
471+
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
472+
<script src="/js/src/hook-duoshuo.js"></script>
473+
474+
475+
455476

456477

457478

css/main.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1563,7 +1563,7 @@ pre .javascript .function {
15631563
width: 4px;
15641564
height: 4px;
15651565
border-radius: 50%;
1566-
background: #83fe0a;
1566+
background: #526639;
15671567
}
15681568
.links-of-blogroll {
15691569
font-size: 13px;

index.html

Lines changed: 29 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,13 @@ <h1 class="post-title" itemprop="name headline">
261261

262262

263263

264+
<span class="post-comments-count">
265+
&nbsp; | &nbsp;
266+
<a href="/2016/10/21/hello-world/#comments" itemprop="discussionUrl">
267+
<span class="post-comments-count ds-thread-count" data-thread-key="2016/10/21/hello-world/" itemprop="commentsCount"></span>
268+
</a>
269+
</span>
270+
264271

265272

266273

@@ -352,7 +359,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
352359
<section class="site-overview sidebar-panel sidebar-panel-active ">
353360
<div class="site-author motion-element" itemprop="author" itemscope itemtype="//schema.org/Person">
354361
<img class="site-author-image" itemprop="image"
355-
src="/images/avatar.gif"
362+
src="/uploads/avatar.jpeg"
356363
alt="yongrong" />
357364
<p class="site-author-name" itemprop="name">yongrong</p>
358365
<p class="site-description motion-element" itemprop="description"></p>
@@ -491,9 +498,30 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
491498

492499

493500

501+
502+
503+
494504

505+
<script type="text/javascript">
506+
var duoshuoQuery = {short_name:"yongrong"};
507+
(function() {
508+
var ds = document.createElement('script');
509+
ds.type = 'text/javascript';ds.async = true;
510+
ds.id = 'duoshuo-script';
511+
ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js';
512+
ds.charset = 'UTF-8';
513+
(document.getElementsByTagName('head')[0]
514+
|| document.getElementsByTagName('body')[0]).appendChild(ds);
515+
})();
516+
</script>
495517

496518

519+
520+
<script src="/vendors/ua-parser-js/dist/ua-parser.min.js?v=0.7.9"></script>
521+
<script src="/js/src/hook-duoshuo.js"></script>
522+
523+
524+
497525

498526

499527

uploads/avatar.jpeg

72.6 KB
Loading

0 commit comments

Comments
 (0)