Skip to content

Commit d4b7e11

Browse files
committed
Site updated: 2016-10-23 23:28:07
1 parent f56a26b commit d4b7e11

File tree

18 files changed

+3265
-11
lines changed

18 files changed

+3265
-11
lines changed

2015/11/03/nginx-in-fe/index.html

Lines changed: 488 additions & 0 deletions
Large diffs are not rendered by default.

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

Lines changed: 21 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<meta property="og:description" content="web前端的开发神器
1717
WebStrom和Sublime堪称史上最强的web开发神器:
1818
提供了智能的代码提示,智能补全,各种强大的轻量级的插件支持。WebStrom相对智能一点,但是耗内存大,有时会卡顿现象,界面不简洁,Sublime相对灵活轻巧,界面清爽,功能齐全,插件快速安装等特点。">
19-
<meta property="og:updated_time" content="2016-10-23T06:32:47.836Z">
19+
<meta property="og:updated_time" content="2016-10-23T15:18:02.139Z">
2020
<meta name="twitter:card" content="summary">
2121
<meta name="twitter:title" content="Ubuntu -Sublime-安装">
2222
<meta name="twitter:description" content="web前端的开发神器
@@ -211,6 +211,25 @@ <h2 id="等等,还有好多好用的插件,可根据自己的需要安装。
211211
</article>
212212

213213

214+
<nav id="article-nav">
215+
216+
<a href="/2016/10/23/ubuntu-Nginx+Tomcat+redis集群配置/" id="article-nav-newer" class="article-nav-link-wrap">
217+
<i class="icon-circle-left"></i>
218+
<div class="article-nav-title">
219+
220+
ubuntu-Nginx+Tomcat+redis集群配置
221+
222+
</div>
223+
</a>
224+
225+
226+
<a href="/2015/11/03/nginx-in-fe/" id="article-nav-older" class="article-nav-link-wrap">
227+
<div class="article-nav-title">Nginx能为前端开发带来什么?</div>
228+
<i class="icon-circle-right"></i>
229+
</a>
230+
231+
</nav>
232+
214233

215234

216235

@@ -317,7 +336,7 @@ <h2 id="等等,还有好多好用的插件,可根据自己的需要安装。
317336

318337
<section class="tools-section tools-section-tag">
319338
<div class="widget tagcloud" id="js-tagcloud">
320-
<a href="/tags/Sublime/" style="font-size: 10px;">Sublime</a> <a href="/tags/Ubuntu/" style="font-size: 10px;">Ubuntu</a> <a href="/tags/安装/" style="font-size: 10px;">安装</a>
339+
<a href="/tags/Nginx/" style="font-size: 10px;">Nginx</a> <a href="/tags/Sublime/" style="font-size: 10px;">Sublime</a> <a href="/tags/Tomcat/" style="font-size: 10px;">Tomcat</a> <a href="/tags/Ubuntu/" style="font-size: 20px;">Ubuntu</a> <a href="/tags/redis/" style="font-size: 10px;">redis</a> <a href="/tags/前端/" style="font-size: 10px;">前端</a> <a href="/tags/安装/" style="font-size: 10px;">安装</a>
321340
</div>
322341
</section>
323342

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

Lines changed: 420 additions & 0 deletions
Large diffs are not rendered by default.

CNAME

Lines changed: 0 additions & 1 deletion
This file was deleted.

archives/2015/11/index.html

Lines changed: 341 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,341 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
6+
<meta http-equiv="X-UA-Compatible" content="IE=edge" >
7+
<title>Archives: 2015/11 | bee.gs的博客</title>
8+
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
9+
<meta name="description" content="一名大自然的搬运工人,每天都有搬不完的砖块">
10+
<meta property="og:type" content="website">
11+
<meta property="og:title" content="bee.gs的博客">
12+
<meta property="og:url" content="http://yoursite.com/archives/2015/11/index.html">
13+
<meta property="og:site_name" content="bee.gs的博客">
14+
<meta property="og:description" content="一名大自然的搬运工人,每天都有搬不完的砖块">
15+
<meta name="twitter:card" content="summary">
16+
<meta name="twitter:title" content="bee.gs的博客">
17+
<meta name="twitter:description" content="一名大自然的搬运工人,每天都有搬不完的砖块">
18+
19+
<link rel="alternative" href="/atom.xml" title="bee.gs的博客" type="application/atom+xml">
20+
21+
22+
<link rel="icon" href="/assets/img/head/bee.ico">
23+
24+
<script src="/style.js"></script>
25+
26+
27+
</head>
28+
29+
<body>
30+
<div id="container">
31+
<div class="left-col">
32+
<div class="overlay"></div>
33+
<div class="intrude-less">
34+
<header id="header" class="inner">
35+
<a href="/" class="profilepic">
36+
37+
<img src="/assets/img/head/owl.png" class="js-avatar">
38+
39+
</a>
40+
41+
<hgroup>
42+
<h1 class="header-author"><a href="/">bee.gs 博客</a></h1>
43+
</hgroup>
44+
45+
46+
<p class="header-subtitle">啦啦啦,啦啦啦,我是搬砖的小行家</p>
47+
48+
49+
<nav class="header-menu">
50+
<ul>
51+
52+
<li><a href="/">主页</a></li>
53+
54+
<li><a href="/archives">归档</a></li>
55+
56+
<li><a href="/instagram">相册</a></li>
57+
58+
</ul>
59+
</nav>
60+
<nav class="header-smart-menu">
61+
62+
63+
64+
<a class="js-smart-menu" data-idx="0" href="javascript:void(0)">所有文章</a>
65+
66+
67+
68+
69+
<a class="js-smart-menu" data-idx="1" href="javascript:void(0)">标签</a>
70+
71+
72+
73+
74+
<a class="js-smart-menu" data-idx="2" href="javascript:void(0)">友链</a>
75+
76+
77+
78+
79+
<a class="js-smart-menu" data-idx="3" href="javascript:void(0)">关于我</a>
80+
81+
82+
83+
</nav>
84+
<nav class="header-nav">
85+
<div class="social">
86+
87+
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
88+
89+
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
90+
91+
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
92+
93+
</div>
94+
</nav>
95+
</header>
96+
</div>
97+
98+
</div>
99+
<div class="mid-col">
100+
<nav id="mobile-nav">
101+
<div class="overlay">
102+
<div class="slider-trigger"><i class="icon-list"></i></div>
103+
<h1 class="header-author js-mobile-header hide">bee.gs 博客</h1>
104+
</div>
105+
<div class="intrude-less">
106+
<header id="header" class="inner">
107+
<div class="profilepic">
108+
109+
<img src="/assets/img/head/owl.png" class="js-avatar">
110+
111+
</div>
112+
<hgroup>
113+
<h1 class="header-author">bee.gs 博客</h1>
114+
</hgroup>
115+
116+
<p class="header-subtitle">啦啦啦,啦啦啦,我是搬砖的小行家</p>
117+
118+
<nav class="header-menu">
119+
<ul>
120+
121+
<li><a href="/">主页</a></li>
122+
123+
<li><a href="/archives">归档</a></li>
124+
125+
<li><a href="/instagram">相册</a></li>
126+
127+
</ul>
128+
</nav>
129+
<nav class="header-nav">
130+
<div class="social">
131+
132+
<a class="weibo" target="_blank" href="http://blog.csdn.net/coding99" title="weibo">weibo</a>
133+
134+
<a class="zhihu" target="_blank" href="#" title="zhihu">zhihu</a>
135+
136+
<a class="twitter" target="_blank" href="#" title="twitter">twitter</a>
137+
138+
</div>
139+
</nav>
140+
</header>
141+
</div>
142+
</nav>
143+
144+
<div class="body-wrap">
145+
146+
147+
148+
149+
150+
151+
152+
<section class="archives-wrap">
153+
<div class="archive-year-wrap">
154+
<a href="/archives/2015" class="archive-year">2015</a>
155+
</div>
156+
<div class="archives">
157+
158+
<article class="archive-article archive-type-post">
159+
<div class="archive-article-inner">
160+
<header class="archive-article-header">
161+
<div class="article-meta">
162+
<a href="/2015/11/03/nginx-in-fe/" class="archive-article-date">
163+
<time datetime="2015-11-03T13:30:00.000Z" itemprop="datePublished"><i class="icon-clock"></i>2015-11-03</time>
164+
</a>
165+
</div>
166+
167+
168+
<h1 itemprop="name">
169+
<a class="archive-article-title" href="/2015/11/03/nginx-in-fe/">Nginx能为前端开发带来什么?</a>
170+
</h1>
171+
172+
173+
<div class="article-info info-on-right">
174+
175+
<div class="article-tag tagcloud">
176+
<i class="icon-price-tags"></i>
177+
<ul class="article-tag-list"><li class="article-tag-list-item"><a class="article-tag-list-link" href="/tags/前端/">前端</a></li></ul>
178+
</div>
179+
180+
181+
182+
</div>
183+
<div class="clearfix"></div>
184+
</header>
185+
</div>
186+
</article>
187+
188+
189+
</div></section>
190+
191+
192+
193+
194+
195+
</div>
196+
<footer id="footer">
197+
<div class="outer">
198+
<div id="footer-info">
199+
<div class="footer-left">
200+
&copy; 2016 bee.gs 博客
201+
</div>
202+
<div class="footer-right">
203+
<a href="http://hexo.io/" target="_blank">Hexo</a> Theme <a href="https://github.com/litten/hexo-theme-yilia" target="_blank">Yilia</a> by Litten
204+
</div>
205+
</div>
206+
</div>
207+
</footer>
208+
</div>
209+
<script>
210+
var yiliaConfig = {
211+
fancybox: true,
212+
mathjax: false,
213+
animate: true,
214+
isHome: false,
215+
isPost: false,
216+
isArchive: true,
217+
isTag: false,
218+
isCategory: false,
219+
open_in_new: false,
220+
root: "/"
221+
}
222+
</script>
223+
224+
<script src="/./main.js"></script>
225+
226+
227+
228+
<div class="tools-col">
229+
<ul class="btn-wrap">
230+
231+
<li class="chose" data-hook="tools-section-all"><span class="text">全部</span><i class="icon-book"></i></li>
232+
233+
234+
<li data-hook="tools-section-tag"><span class="text">标签</span><i class="icon-price-tags"></i></li>
235+
236+
237+
<li data-hook="tools-section-friends"><span class="text">友链</span><i class="icon-link"></i></li>
238+
239+
240+
<li data-hook="tools-section-me"><span class="text"></span><i class="icon-smile"></i></li>
241+
242+
</ul>
243+
<div class="tools-wrap">
244+
245+
<section class="tools-section tools-section-all chose">
246+
</section>
247+
248+
249+
250+
<section class="tools-section tools-section-tag">
251+
<div class="widget tagcloud" id="js-tagcloud">
252+
<a href="/tags/Nginx/" style="font-size: 10px;">Nginx</a> <a href="/tags/Sublime/" style="font-size: 10px;">Sublime</a> <a href="/tags/Tomcat/" style="font-size: 10px;">Tomcat</a> <a href="/tags/Ubuntu/" style="font-size: 20px;">Ubuntu</a> <a href="/tags/redis/" style="font-size: 10px;">redis</a> <a href="/tags/前端/" style="font-size: 10px;">前端</a> <a href="/tags/安装/" style="font-size: 10px;">安装</a>
253+
</div>
254+
</section>
255+
256+
257+
258+
<section class="tools-section tools-section-friends">
259+
260+
</section>
261+
262+
263+
264+
<section class="tools-section tools-section-me">
265+
266+
<div class="aboutme-wrap" id="js-aboutme">bee.gs:&lt;br&gt;一名大自然的搬运工人&lt;br&gt;每天都有搬不完的砖块。</div>
267+
268+
</section>
269+
270+
</div>
271+
272+
</div>
273+
<!-- Root element of PhotoSwipe. Must have class pswp. -->
274+
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">
275+
276+
<!-- Background of PhotoSwipe.
277+
It's a separate element as animating opacity is faster than rgba(). -->
278+
<div class="pswp__bg"></div>
279+
280+
<!-- Slides wrapper with overflow:hidden. -->
281+
<div class="pswp__scroll-wrap">
282+
283+
<!-- Container that holds slides.
284+
PhotoSwipe keeps only 3 of them in the DOM to save memory.
285+
Don't modify these 3 pswp__item elements, data is added later on. -->
286+
<div class="pswp__container">
287+
<div class="pswp__item"></div>
288+
<div class="pswp__item"></div>
289+
<div class="pswp__item"></div>
290+
</div>
291+
292+
<!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
293+
<div class="pswp__ui pswp__ui--hidden">
294+
295+
<div class="pswp__top-bar">
296+
297+
<!-- Controls are self-explanatory. Order can be changed. -->
298+
299+
<div class="pswp__counter"></div>
300+
301+
<button class="pswp__button pswp__button--close" title="Close (Esc)"></button>
302+
303+
<button class="pswp__button pswp__button--share" title="Share"></button>
304+
305+
<button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>
306+
307+
<button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>
308+
309+
<!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
310+
<!-- element will get class pswp__preloader--active when preloader is running -->
311+
<div class="pswp__preloader">
312+
<div class="pswp__preloader__icn">
313+
<div class="pswp__preloader__cut">
314+
<div class="pswp__preloader__donut"></div>
315+
</div>
316+
</div>
317+
</div>
318+
</div>
319+
320+
<div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
321+
<div class="pswp__share-tooltip"></div>
322+
</div>
323+
324+
<button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
325+
</button>
326+
327+
<button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
328+
</button>
329+
330+
<div class="pswp__caption">
331+
<div class="pswp__caption__center"></div>
332+
</div>
333+
334+
</div>
335+
336+
</div>
337+
338+
</div>
339+
</div>
340+
</body>
341+
</html>

0 commit comments

Comments
 (0)