Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a4d0449

Browse files
committed
Site updated: 2016-10-30 12:40:56
1 parent 00abfb6 commit a4d0449

File tree

24 files changed

+18729
-3464
lines changed

24 files changed

+18729
-3464
lines changed

2016/10/22/ubuntu-sublime-install/index.html

+15-21
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55

6+
<meta name="renderer" content="webkit">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
8+
<link rel="dns-prefetch" href="http://yoursite.com">
79
<title>Ubuntu -Sublime-安装 | bee.gs的博客</title>
810
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
911
<meta name="description" content="web前端的开发神器
@@ -26,9 +28,9 @@
2628
<link rel="alternative" href="/atom.xml" title="bee.gs的博客" type="application/atom+xml">
2729

2830

29-
<link rel="icon" href="/assets/img/head/bee.ico">
31+
<link rel="icon" href="assets/img/head/bee.ico">
3032

31-
<script src="/style.js"></script>
33+
<link rel="stylesheet" href="/main.css">
3234

3335

3436

@@ -76,7 +78,7 @@ <h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
7678

7779
<li><a href="/archives">归档</a></li>
7880

79-
<li><a href="/instagram">相册</a></li>
81+
<li><a href="/photos">相册</a></li>
8082

8183
</ul>
8284
</nav>
@@ -94,22 +96,19 @@ <h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
9496

9597

9698

97-
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">友链</a>
98-
99-
10099

101100

102-
<a class="js-smart-menu" data-idx="3" href="javascript:void(0)">关于我</a>
101+
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">关于我</a>
103102

104103

105104

106105
</nav>
107106
<nav class="header-nav">
108107
<div class="social">
109108

110-
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
109+
<a class="github" target="_blank" href="#" title="github">github</a>
111110

112-
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
111+
<a class="weibo" target="_blank" href="#" title="weibo">weibo</a>
113112

114113
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
115114

@@ -145,16 +144,16 @@ <h1 class="header-author">bee.gs 博客</h1>
145144

146145
<li><a href="/archives">归档</a></li>
147146

148-
<li><a href="/instagram">相册</a></li>
147+
<li><a href="/photos">相册</a></li>
149148

150149
</ul>
151150
</nav>
152151
<nav class="header-nav">
153152
<div class="social">
154153

155-
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
154+
<a class="github" target="_blank" href="#" title="github">github</a>
156155

157-
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
156+
<a class="weibo" target="_blank" href="#" title="weibo">weibo</a>
158157

159158
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
160159

@@ -314,8 +313,9 @@ <h2 id="等等,还有好多好用的插件,可根据自己的需要安装。
314313
isArchive: false,
315314
isTag: false,
316315
isCategory: false,
317-
open_in_new: false,
318-
root: "/"
316+
open_in_new: true,
317+
root: "/",
318+
innerArchive: true
319319
}
320320
</script>
321321

@@ -332,8 +332,6 @@ <h2 id="等等,还有好多好用的插件,可根据自己的需要安装。
332332
<li data-hook="tools-section-tag"><span class="text">标签</span><i class="icon-price-tags"></i></li>
333333

334334

335-
<li data-hook="tools-section-friends"><span class="text">友链</span><i class="icon-link"></i></li>
336-
337335

338336
<li data-hook="tools-section-me"><span class="text"></span><i class="icon-smile"></i></li>
339337

@@ -353,10 +351,6 @@ <h2 id="等等,还有好多好用的插件,可根据自己的需要安装。
353351

354352

355353

356-
<section class="tools-section tools-section-friends">
357-
358-
</section>
359-
360354

361355

362356
<section class="tools-section tools-section-me">
@@ -398,7 +392,7 @@ <h2 id="等等,还有好多好用的插件,可根据自己的需要安装。
398392

399393
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
400394

401-
<button class="pswp__button pswp__button--share" title="Share"></button>
395+
<button class="pswp__button pswp__button--share" style="display:none" title="Share"></button>
402396

403397
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
404398

2016/10/23/ubuntu-Nginx+Tomcat+redis集群配置/index.html

+16-22
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55

6+
<meta name="renderer" content="webkit">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
8+
<link rel="dns-prefetch" href="http://yoursite.com">
79
<title>Ubuntu-Nginx+Tomcat+Redis集群配置 | bee.gs的博客</title>
810
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
911
<meta name="description" content="Nginx 安装及配置
@@ -23,7 +25,7 @@
2325
<meta property="og:image" content="http://img.blog.csdn.net/20160911234334878?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center">
2426
<meta property="og:image" content="http://img.blog.csdn.net/20160911230510843?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center">
2527
<meta property="og:image" content="http://img.blog.csdn.net/20160912001114210?watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQv/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/Center">
26-
<meta property="og:updated_time" content="2016-10-30T00:18:23.856Z">
28+
<meta property="og:updated_time" content="2016-10-30T03:19:15.881Z">
2729
<meta name="twitter:card" content="summary">
2830
<meta name="twitter:title" content="Ubuntu-Nginx+Tomcat+Redis集群配置">
2931
<meta name="twitter:description" content="Nginx 安装及配置
@@ -33,9 +35,9 @@
3335
<link rel="alternative" href="/atom.xml" title="bee.gs的博客" type="application/atom+xml">
3436

3537

36-
<link rel="icon" href="/assets/img/head/bee.ico">
38+
<link rel="icon" href="assets/img/head/bee.ico">
3739

38-
<script src="/style.js"></script>
40+
<link rel="stylesheet" href="/main.css">
3941

4042

4143

@@ -83,7 +85,7 @@ <h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
8385

8486
<li><a href="/archives">归档</a></li>
8587

86-
<li><a href="/instagram">相册</a></li>
88+
<li><a href="/photos">相册</a></li>
8789

8890
</ul>
8991
</nav>
@@ -101,22 +103,19 @@ <h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
101103

102104

103105

104-
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">友链</a>
105-
106-
107106

108107

109-
<a class="js-smart-menu" data-idx="3" href="javascript:void(0)">关于我</a>
108+
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">关于我</a>
110109

111110

112111

113112
</nav>
114113
<nav class="header-nav">
115114
<div class="social">
116115

117-
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
116+
<a class="github" target="_blank" href="#" title="github">github</a>
118117

119-
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
118+
<a class="weibo" target="_blank" href="#" title="weibo">weibo</a>
120119

121120
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
122121

@@ -152,16 +151,16 @@ <h1 class="header-author">bee.gs 博客</h1>
152151

153152
<li><a href="/archives">归档</a></li>
154153

155-
<li><a href="/instagram">相册</a></li>
154+
<li><a href="/photos">相册</a></li>
156155

157156
</ul>
158157
</nav>
159158
<nav class="header-nav">
160159
<div class="social">
161160

162-
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
161+
<a class="github" target="_blank" href="#" title="github">github</a>
163162

164-
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
163+
<a class="weibo" target="_blank" href="#" title="weibo">weibo</a>
165164

166165
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
167166

@@ -342,8 +341,9 @@ <h2 id="Nginx-安装及配置"><a href="#Nginx-安装及配置" class="headerlin
342341
isArchive: false,
343342
isTag: false,
344343
isCategory: false,
345-
open_in_new: false,
346-
root: "/"
344+
open_in_new: true,
345+
root: "/",
346+
innerArchive: true
347347
}
348348
</script>
349349

@@ -360,8 +360,6 @@ <h2 id="Nginx-安装及配置"><a href="#Nginx-安装及配置" class="headerlin
360360
<li data-hook="tools-section-tag"><span class="text">标签</span><i class="icon-price-tags"></i></li>
361361

362362

363-
<li data-hook="tools-section-friends"><span class="text">友链</span><i class="icon-link"></i></li>
364-
365363

366364
<li data-hook="tools-section-me"><span class="text"></span><i class="icon-smile"></i></li>
367365

@@ -381,10 +379,6 @@ <h2 id="Nginx-安装及配置"><a href="#Nginx-安装及配置" class="headerlin
381379

382380

383381

384-
<section class="tools-section tools-section-friends">
385-
386-
</section>
387-
388382

389383

390384
<section class="tools-section tools-section-me">
@@ -426,7 +420,7 @@ <h2 id="Nginx-安装及配置"><a href="#Nginx-安装及配置" class="headerlin
426420

427421
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
428422

429-
<button class="pswp__button pswp__button--share" title="Share"></button>
423+
<button class="pswp__button pswp__button--share" style="display:none" title="Share"></button>
430424

431425
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
432426

CNAME

-1
This file was deleted.

archives/2016/10/index.html

+15-21
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
<head>
44
<meta charset="utf-8">
55

6+
<meta name="renderer" content="webkit">
67
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
8+
<link rel="dns-prefetch" href="http://yoursite.com">
79
<title>Archives: 2016/10 | bee.gs的博客</title>
810
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
911
<meta name="description" content="一名大自然的搬运工人,每天都有搬不完的砖块">
@@ -19,9 +21,9 @@
1921
<link rel="alternative" href="/atom.xml" title="bee.gs的博客" type="application/atom+xml">
2022

2123

22-
<link rel="icon" href="/assets/img/head/bee.ico">
24+
<link rel="icon" href="assets/img/head/bee.ico">
2325

24-
<script src="/style.js"></script>
26+
<link rel="stylesheet" href="/main.css">
2527

2628

2729

@@ -69,7 +71,7 @@ <h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
6971

7072
<li><a href="/archives">归档</a></li>
7173

72-
<li><a href="/instagram">相册</a></li>
74+
<li><a href="/photos">相册</a></li>
7375

7476
</ul>
7577
</nav>
@@ -87,22 +89,19 @@ <h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
8789

8890

8991

90-
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">友链</a>
91-
92-
9392

9493

95-
<a class="js-smart-menu" data-idx="3" href="javascript:void(0)">关于我</a>
94+
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">关于我</a>
9695

9796

9897

9998
</nav>
10099
<nav class="header-nav">
101100
<div class="social">
102101

103-
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
102+
<a class="github" target="_blank" href="#" title="github">github</a>
104103

105-
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
104+
<a class="weibo" target="_blank" href="#" title="weibo">weibo</a>
106105

107106
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
108107

@@ -138,16 +137,16 @@ <h1 class="header-author">bee.gs 博客</h1>
138137

139138
<li><a href="/archives">归档</a></li>
140139

141-
<li><a href="/instagram">相册</a></li>
140+
<li><a href="/photos">相册</a></li>
142141

143142
</ul>
144143
</nav>
145144
<nav class="header-nav">
146145
<div class="social">
147146

148-
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
147+
<a class="github" target="_blank" href="#" title="github">github</a>
149148

150-
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
149+
<a class="weibo" target="_blank" href="#" title="weibo">weibo</a>
151150

152151
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
153152

@@ -264,8 +263,9 @@ <h1 itemprop="name">
264263
isArchive: true,
265264
isTag: false,
266265
isCategory: false,
267-
open_in_new: false,
268-
root: "/"
266+
open_in_new: true,
267+
root: "/",
268+
innerArchive: true
269269
}
270270
</script>
271271

@@ -282,8 +282,6 @@ <h1 itemprop="name">
282282
<li data-hook="tools-section-tag"><span class="text">标签</span><i class="icon-price-tags"></i></li>
283283

284284

285-
<li data-hook="tools-section-friends"><span class="text">友链</span><i class="icon-link"></i></li>
286-
287285

288286
<li data-hook="tools-section-me"><span class="text"></span><i class="icon-smile"></i></li>
289287

@@ -303,10 +301,6 @@ <h1 itemprop="name">
303301

304302

305303

306-
<section class="tools-section tools-section-friends">
307-
308-
</section>
309-
310304

311305

312306
<section class="tools-section tools-section-me">
@@ -348,7 +342,7 @@ <h1 itemprop="name">
348342

349343
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
350344

351-
<button class="pswp__button pswp__button--share" title="Share"></button>
345+
<button class="pswp__button pswp__button--share" style="display:none" title="Share"></button>
352346

353347
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
354348

0 commit comments

Comments
 (0)