-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
813 lines (458 loc) · 26.6 KB
/
Copy pathindex.html
File metadata and controls
813 lines (458 loc) · 26.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
<!DOCTYPE html>
<html class="has-navbar-fixed-top">
<head>
<meta charset="utf-8">
<title>Hexo-LearningRoadMap</title>
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/outdated-browser/1.1.5/outdatedbrowser.min.css">
<link rel="icon" href="/favicon.png">
<link rel="stylesheet" href="//fonts.googleapis.com/css?family=Ovo|Source+Code+Pro">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/bulma/0.6.2/css/bulma.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.8/css/lightgallery.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/justifiedGallery/3.6.5/css/justifiedGallery.min.css">
<link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/atom-one-light.min.css">
<link rel="stylesheet" href="/css/style.css">
<script defer src="//use.fontawesome.com/releases/v5.0.8/js/all.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-122971366-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-122971366-1');
</script>
</head>
<body>
<nav class="navbar is-transparent is-fixed-top navbar-main" role="navigation" aria-label="main navigation">
<div class="container">
<div class="navbar-brand">
<a class="navbar-item navbar-logo" href="/">
Hexo-LearningRoadMap
</a>
<div class="navbar-burger">
<span></span>
<span></span>
<span></span>
</div>
</div>
<div class="navbar-menu navbar-start">
<a class="navbar-item "
href="/">Home</a>
<a class="navbar-item "
href="/archives">Archives</a>
<a class="navbar-item "
href="/tags">Tags</a>
<a class="navbar-item "
href="https://band.us/@hexolearningroadmap">Band</a>
</div>
<div class="navbar-menu navbar-end">
<a class="navbar-item search" title="Search" href="javascript:;">
<i class="fas fa-search"></i>
</a>
</div>
</div>
</nav>
<section class="section">
<div class="container">
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018081601.html" itemprop="url">hexo-theme-icarus | https://github.com/ppoffice/hexo-theme-icarus</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-08-16T03:56:36.000Z" itemprop="datePublished">Aug 16 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p><code>Icarus</code> is a beautiful theme.</p>
<p>hexo-theme-icarus<br>The blog theme you may fall in love with, coming to Hexo.<br><a href="https://github.com/ppoffice/hexo-theme-icarus" target="_blank" rel="noopener">https://github.com/ppoffice/hexo-theme-icarus</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018080102.html" itemprop="url">7 Reasons NOT to Use a Static Site Generator</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-08-01T05:42:12.000Z" itemprop="datePublished">Aug 1 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Is a Static Site Right For You?<br>You can get good advices in this article.</p>
<p>A few years later, I think that some of the reasons mentioned in this article will not be a matter any more.</p>
<p>7 Reasons NOT to Use a Static Site Generator<br><a href="https://www.sitepoint.com/7-reasons-not-use-static-site-generator/" target="_blank" rel="noopener">https://www.sitepoint.com/7-reasons-not-use-static-site-generator/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018080101.html" itemprop="url">Why Static Site Generators (4)</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-08-01T05:21:31.000Z" itemprop="datePublished">Aug 1 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Why use a static site generator?</p>
<ul>
<li>Less Complexity</li>
<li>Speed</li>
<li>Security</li>
<li>Version Control</li>
<li>Scalability and High Server Throughput</li>
</ul>
<p>That means we can <strong>SAVE THE ENERGY OF THE WORLD.</strong></p>
<p>Why use a static site generator?<br><a href="https://learn.cloudcannon.com/jekyll/why-use-a-static-site-generator/" target="_blank" rel="noopener">https://learn.cloudcannon.com/jekyll/why-use-a-static-site-generator/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018073004.html" itemprop="url">Why Static Site Generators (3)</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-30T04:36:38.000Z" itemprop="datePublished">Jul 30 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Back in the day, web pages were static sites, with only HTML, CSS and JavaScript. There was no server code or database.</p>
<p>Modern sites generated by <code>Static Site Generators</code> consists only of HTML, CSS and JavaScript too.<br>There are no specific requirements for the type of the machine that will host the page, no back-end language restriction and no need for a database. As static files served to the browser, there are no actual vulnerabilities.</p>
<p>The best static website generators, and when you should choose them over a CMS<br><a href="https://medium.freecodecamp.org/static-sites-are-back-24d01a01f11a" target="_blank" rel="noopener">https://medium.freecodecamp.org/static-sites-are-back-24d01a01f11a</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018073003.html" itemprop="url">Why Static Site Generators (2)</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-30T04:36:34.000Z" itemprop="datePublished">Jul 30 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Why go static?<br>Amongst many reasons, speed and security rise above all others.</p>
<p>Top Ten Static Site Generators of 2017<br><a href="https://www.netlify.com/blog/2017/05/25/top-ten-static-site-generators-of-2017/#why-go-static" target="_blank" rel="noopener">https://www.netlify.com/blog/2017/05/25/top-ten-static-site-generators-of-2017/#why-go-static</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018073002.html" itemprop="url">Why Static Site Generators (1)</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-30T04:36:30.000Z" itemprop="datePublished">Jul 30 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Why Static Site?</p>
<ul>
<li>Speed</li>
<li>Security</li>
</ul>
<p>Why Now?</p>
<ul>
<li>the Browser Is Growing Up</li>
<li>Performance Is a Must</li>
<li>the CDN Is Going Mainstream</li>
<li>Build Tools Are Everywhere</li>
</ul>
<p>Why Static Site Generators Are The Next Big Thing<br><a href="https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/" target="_blank" rel="noopener">https://www.smashingmagazine.com/2015/11/modern-static-website-generators-next-big-thing/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018073001.html" itemprop="url">Hexo vs. Hugo vs. Jekyll | https://stackshare.io/stackups/hexo-vs-hugo-vs-jekyll</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-30T03:28:23.000Z" itemprop="datePublished">Jul 30 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Comparison of Hexo, Hugo and Jeklyll on stackshare.io<br><a href="https://stackshare.io/stackups/hexo-vs-hugo-vs-jekyll" target="_blank" rel="noopener">https://stackshare.io/stackups/hexo-vs-hugo-vs-jekyll</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072702.html" itemprop="url">JAMstack | https://jamstack.org/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-27T06:29:24.000Z" itemprop="datePublished">Jul 27 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>If you prefer static sites, you need to know about JAMstack.<br>Modern web development architecture based on client-side JavaScript, reusable APIs, and prebuilt Markup.</p>
<p>What is the JAMstack?</p>
<ul>
<li>JavaScript</li>
<li>APIs</li>
<li>Markup</li>
</ul>
<p>Why the JAMstack?</p>
<ul>
<li>Better Performance</li>
<li>Cheaper, Easier Scaling</li>
</ul>
<p><a href="https://jamstack.org/" target="_blank" rel="noopener">https://jamstack.org/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072701.html" itemprop="url">StaticGen | https://www.staticgen.com/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-27T02:58:17.000Z" itemprop="datePublished">Jul 27 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>A site that compares static site generators.<br>Jekyll, Hugo, Hexo, Next, Nuxt, etc.<br>Top 3 by Github stars: Jekyll, Next, Hugo.<br>Top 3 by Twitter followers: Nuxt, Gatsby, Jekyll.</p>
<p>StaticGen | A List of Static Site Generators for JAMstack Sites.<br><a href="https://www.staticgen.com/" target="_blank" rel="noopener">https://www.staticgen.com/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072301.html" itemprop="url">hexo-theme-minos | https://blog.zhangruipeng.me/hexo-theme-minos/categories/Documentation/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-23T12:56:36.000Z" itemprop="datePublished">Jul 23 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>The first theme of my choice is <code>Minos</code>.<br>It’s simple and beautiful.</p>
<p>hexo-theme-minos<br><a href="https://blog.zhangruipeng.me/hexo-theme-minos/categories/Documentation/" target="_blank" rel="noopener">https://blog.zhangruipeng.me/hexo-theme-minos/categories/Documentation/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072103.html" itemprop="url">Hexo-LearningRoadMap | https://hexo-learningroadmap.firebaseapp.com/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-21T09:26:27.000Z" itemprop="datePublished">Jul 21 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>My demo blog url on Firebase is<br> <a href="https://hexo-learningroadmap.firebaseapp.com/" target="_blank" rel="noopener">https://hexo-learningroadmap.firebaseapp.com/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072102.html" itemprop="url">Hexo-LearningRoadMap | https://hexo-learningroadmap.netlify.com/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-21T09:24:27.000Z" itemprop="datePublished">Jul 21 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>My demo blog url on Netlify is<br> <a href="https://hexo-learningroadmap.netlify.com/" target="_blank" rel="noopener">https://hexo-learningroadmap.netlify.com/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072101.html" itemprop="url">Hexo-LearningRoadMap | https://hexo-learningroadmap.github.io/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-21T09:23:27.000Z" itemprop="datePublished">Jul 21 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>My demo blog url on Github Pages is<br> <a href="https://hexo-learningroadmap.github.io/">https://hexo-learningroadmap.github.io/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072005.html" itemprop="url">Getting Started with the Hexo | https://www.cgmartin.com/2016/01/03/getting-started-with-hexo-blog/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-20T09:10:12.000Z" itemprop="datePublished">Jul 20 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>It’s a very kind and detailed tutorial.</p>
<p>Getting Started with the Hexo Blogging Framework<br><a href="https://www.cgmartin.com/2016/01/03/getting-started-with-hexo-blog/" target="_blank" rel="noopener">https://www.cgmartin.com/2016/01/03/getting-started-with-hexo-blog/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072004.html" itemprop="url">Hexo theme ranking on Github Search</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-20T05:10:00.000Z" itemprop="datePublished">Jul 20 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Hexo theme ranking on <code>Github Search</code></p>
<p><a href="https://github.com/search?o=desc&q=hexo-theme&s=stars&type=Repositories&utf8=%E2%9C%93" target="_blank" rel="noopener">https://github.com/search?o=desc&q=hexo-theme&s=stars&type=Repositories&utf8=%E2%9C%93</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072003.html" itemprop="url">Hexo Top 10 Popular Themes | https://en.abnerchou.me/Blog/5c00ca67/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-20T04:27:23.000Z" itemprop="datePublished">Jul 20 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>Top 10 themes based on github stars by @NoahDragon</p>
<p><a href="https://en.abnerchou.me/Blog/5c00ca67/" target="_blank" rel="noopener">https://en.abnerchou.me/Blog/5c00ca67/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072002.html" itemprop="url">Themes List | https://hexo.io/themes/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-20T04:16:08.000Z" itemprop="datePublished">Jul 20 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>You can find all themes here.</p>
<p><a href="https://hexo.io/themes/" target="_blank" rel="noopener">https://hexo.io/themes/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018072001.html" itemprop="url">A curated list of awesome things related to Hexo | https://github.com/hexojs/awesome-hexo</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-20T04:08:32.000Z" itemprop="datePublished">Jul 20 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>A curated list of awesome things related to Hexo.<br>Tutorials, Themes, Showcases.</p>
<p>awesome-hexo<br><a href="https://github.com/hexojs/awesome-hexo" target="_blank" rel="noopener">https://github.com/hexojs/awesome-hexo</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018071902.html" itemprop="url">Hexo-LearningRoadMap | https://hexo-learningroadmap.now.sh/</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-19T08:52:26.000Z" itemprop="datePublished">Jul 19 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>My demo blog url on <a href="https://zeit.co/now" target="_blank" rel="noopener"><code>now</code></a> is<br> <a href="https://hexo-learningroadmap.now.sh/" target="_blank" rel="noopener">https://hexo-learningroadmap.now.sh/</a></p>
</div>
</article>
<article class="article content gallery" itemscope itemprop="blogPost">
<h1 class="article-title is-size-3 is-size-4-mobile" itemprop="name">
<a href="/posts/2018071901.html" itemprop="url">https://now.sh</a>
</h1>
<div class="article-meta columns is-variable is-1 is-multiline is-mobile is-size-7-mobile">
<span class="column is-narrow">
<time datetime="2018-07-19T08:39:26.000Z" itemprop="datePublished">Jul 19 2018</time>
</span>
</div>
<div class="article-entry is-size-6-mobile" itemprop="articleBody">
<p>According to policy about robots.txt of surge.sh, we can not set robots.txt. <a href="https://medium.com/@l.mugnaini/spa-and-seo-is-googlebot-able-to-render-a-single-page-application-1f74e706ab11" target="_blank" rel="noopener">link</a></p>
<p>So I changed deployment tool to <a href="https://now.sh" target="_blank" rel="noopener">https://now.sh</a> .<br><code>now</code> is very simple also, and it supports Docker, Node.js applications.</p>
</div>
</article>
<nav class="pagination is-centered is-rounded" role="navigation" aria-label="pagination">
<div class="pagination-previous is-invisible is-hidden-mobile">
<a href="/page/0/">Prev</a>
</div>
<div class="pagination-next">
<a href="/page/2/">Next</a>
</div>
<ul class="pagination-list is-hidden-mobile">
<li><a class="pagination-link is-current" href="/">1</a></li>
<li><a class="pagination-link" href="/page/2/">2</a></li>
</ul>
</nav>
</div>
</section>
<footer class="footer">
<div class="container">
<div class="columns content">
<div class="column is-narrow has-text-centered">
© 2018 Hexo-LearningRoadMap
Powered by <a href="http://hexo.io/" target="_blank">Hexo</a> & <a
href="http://github.com/ppoffice/hexo-theme-minos">Minos</a>
</div>
<div class="column is-hidden-mobile"></div>
</div>
</div>
</footer>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.2/moment-with-locales.min.js"></script>
<!-- test if the browser is outdated -->
<div id="outdated">
<h6>Your browser is out-of-date!</h6>
<p>Update your browser to view this website correctly. <a id="btnUpdateBrowser" href="http://outdatedbrowser.com/">Update my browser now </a></p>
<p class="last"><a href="#" id="btnCloseUpdateBrowser" title="Close">×</a></p>
</div>
<script src="//cdnjs.cloudflare.com/ajax/libs/outdated-browser/1.1.5/outdatedbrowser.min.js"></script>
<script>
$(document).ready(function () {
// plugin function, place inside DOM ready function
outdatedBrowser({
bgColor: '#f25648',
color: '#ffffff',
lowerThan: 'flex'
})
});
</script>
<script>
window.FontAwesomeConfig = {
searchPseudoElements: true
}
moment.locale("en-AU");
</script>
<script src="//cdnjs.cloudflare.com/ajax/libs/lightgallery/1.6.8/js/lightgallery-all.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/justifiedGallery/3.6.5/js/jquery.justifiedGallery.min.js"></script>
<script>
(function ($) {
$(document).ready(function () {
if (typeof($.fn.lightGallery) === 'function') {
$('.article.gallery').lightGallery({ selector: '.gallery-item' });
}
if (typeof($.fn.justifiedGallery) === 'function') {
$('.justified-gallery').justifiedGallery();
}
});
})(jQuery);
</script>
<script src="/js/script.js"></script>
<div class="searchbox ins-search">
<div class="searchbox-mask"></div>
<div class="searchbox-container ins-search-container">
<div class="searchbox-input-wrapper">
<input type="text" class="searchbox-input ins-search-input" placeholder="Type something..." />
<span class="searchbox-close ins-close ins-selectable"><i class="fa fa-times-circle"></i></span>
</div>
<div class="searchbox-result-wrapper ins-section-wrapper">
<div class="ins-section-container"></div>
</div>
</div>
</div>
<script>
(function (window) {
var INSIGHT_CONFIG = {
TRANSLATION: {
POSTS: 'Posts',
PAGES: 'Pages',
CATEGORIES: 'Categories',
TAGS: 'Tags',
UNTITLED: '(Untitled)',
},
CONTENT_URL: '/content.json',
};
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
})(window);
</script>
<script src="/js/insight.js"></script>
</body>
</html>