-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
head.html
256 lines (222 loc) · 9.98 KB
/
head.html
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Sci blog jekyll theme">
<meta name="author" content="AIR RAYA Group">
<link href='/MyBlog/img/favicon.ico' type='image/icon' rel='shortcut icon'/>
<title>泽民博客 | Jekyll theme</title>
<link rel="stylesheet" href="/MyBlog/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<link rel="stylesheet" href="/MyBlog/css/font-awesome.min.css">
<link href="/MyBlog/css/simple-sidebar.css" rel="stylesheet">
<link href="/MyBlog/css/classic-10_7.css" rel="stylesheet" type="text/css">
<!-- Custom CSS -->
<link href="/MyBlog/css/style.css" rel="stylesheet">
<link href="/MyBlog/css/pygments.css" rel="stylesheet">
<!-- Fonts -->
<link href="/MyBlog/css/front.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Josefin_Slab.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Architects_Daughter.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Schoolbell.css" rel="stylesheet" type="text/css">
<link href="/MyBlog/css/Codystar.css" rel="stylesheet" type="text/css">
<script type="text/javascript" src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<!-- share this -->
<script type="text/javascript">var switchTo5x=true;</script>
<script type="text/javascript" src="/MyBlog/js/buttons.js"></script>
<script type="text/javascript">stLight.options({publisher: "b28464c3-d287-4257-ad18-058346dd35f7", doNotHash: false, doNotCopy: false, hashAddressBar: false});</script>
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="/MyBlog/js/html5shiv.js"></script>
<script src="/MyBlog/js/respond.min.js"></script>
<![endif]-->
<!--百度统计-->
<script>
var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "https://hm.baidu.com/hm.js?e965cab8c73512b8b23939e7051d93bd";
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
</script>
<script async src="/MyBlog/katex/katex.js"></script>
<link rel="stylesheet" href="/MyBlog/katex/katex.css">
<!--轮播图片-->
<!--script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="https://xiazemin.github.io/MyBlog/js/jquery.stripesrotator.js"></script>
<script type="text/javascript">
$(document).ready(function() {
alert($('#rotator_xzm'));
alert($('#rotator_xzm').fn);
$('#rotator_xzm').stripesRotator({ images: [ "https://xiazemin.github.io/MyBlog/img/BPlusTree.png", "https://xiazemin.github.io/MyBlog/img/linuxMMap.jpeg"] });
});
</script-->
</head>
<body>
<div id="wrapper">
<!-- Navigation -->
<!-- Sidebar -->
<div id="sidebar-wrapper">
<ul class="sidebar-nav">
<li class="sidebar-brand">
<a href="/MyBlog">
Home
</a>
</li>
<li>
<a href="#">About</a>
</li>
<li>
<a href="#">Services</a>
</li>
<li>
<a href="#">Portfolio</a>
</li>
<li>
<a href="#">Events</a>
</li>
<li>
<a href="#">Blog</a>
</li>
<li>
<a href="#">FAQ</a>
</li>
<li>
<a href="#">Contact</a>
</li>
</ul>
</div>
<header class="intro-header">
<div class="container">
<div class="row">
<div class="col-lg-12">
<div class="heading text-center">
<a href="/MyBlog/" style="color: #fff; font-size: 4em; font-family: 'Schoolbell', cursive;">泽民博客</a>
<a href="#menu-toggle" class="btn btn-default sciblog" id="menu-toggle" style="font-weight: bold;">☰ Menu</a>
</div>
</div>
</div>
</div>
</header>
<script async src="/MyBlog/js/busuanzi.pure.mini.js"></script>
<!--script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery.stripesrotator.js"></script-->
<script type="text/javascript" src="/MyBlog/js/jquery.js"></script>
<script type="text/javascript" src="/MyBlog/js/jquery.stripesrotator.js"></script>
<div class="container">
<div class="row">
<div class="box">
<div class="col-lg-12">
<div class="intro-text text-center">
<h1 class="post-title" itemprop="name headline">jekyll config</h1>
<p class="post-meta"> <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">by 夏泽民</span></span> <time datetime="" itemprop="datePublished"><i class="fa fa-calendar"></i> </time></p>
</div>
<!-- more --><br />
<div class="container"><br />
<div class="row"><br />
<img src="https://xiazemin.github.io/MyBlog/img/jupyterSlider.png" /><br />
</div><br />
<div class="row"><br />
</div><br />
</div><br />
<span class='st_sharethis_large' displayText='ShareThis'></span>
<span class='st_facebook_large' displayText='Facebook'></span>
<span class='st_twitter_large' displayText='Tweet'></span>
<span class='st_linkedin_large' displayText='LinkedIn'></span>
<span class='st_pinterest_large' displayText='Pinterest'></span>
<span class='st_email_large' displayText='Email'></span>
</div>
Category
</div>
</div>
<div class="row">
<div class="col-md-12">
<div id="disqus_thread"></div>
<div id="gitmentContainer"></div>
<link rel="stylesheet" href="/MyBlog/css/default.css">
<script src="/MyBlog/js/gitment.browser.js"></script>
<script type="text/javascript" src="/MyBlog/js/json2.js"></script>
<script>
var gitment = new Gitment({
owner: 'xiazemin',
repo: 'MyBlogComment',
oauth: {
client_id: '981ba8c916c262631ea0',
client_secret: 'a52260ef92de69011ccd1cf355b973ef11d6da0e',
},
});
var MyGitmentContainer=gitment.render('gitmentContainer');
window.setTimeout(MyGitMentBtnclick,1000);
//document.ready(function(){
//window.onload=function(){}
function MyGitMentBtnclick(){
//var MyGitmentContainer=document.getElementById('gitmentContainer');
var ele=[],all=MyGitmentContainer.getElementsByTagName("*");
for(var i=0;i<all.length;i++){
if(all[i].className=='gitment-comments-init-btn'){
MyGitMentBtn=all[i];
console.log(MyGitMentBtn);
MyGitMentBtn.click();
}
}
}
</script>
<!--script>
/**
* RECOMMENDED CONFIGURATION VARIABLES: EDIT AND UNCOMMENT THE SECTION BELOW TO INSERT DYNAMIC VALUES FROM YOUR PLATFORM OR CMS.
* LEARN WHY DEFINING THESE VARIABLES IS IMPORTANT: https://disqus.com/admin/universalcode/#configuration-variables
*/
/*
var disqus_config = function () {
this.page.url = PAGE_URL; // Replace PAGE_URL with your page's canonical URL variable
this.page.identifier = PAGE_IDENTIFIER; // Replace PAGE_IDENTIFIER with your page's unique identifier variable
};
*/
(function() { // DON'T EDIT BELOW THIS LINE
var d = document, s = d.createElement('script');
s.src = '//airrayagroup.disqus.com/embed.js';
s.setAttribute('data-timestamp', +new Date());
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a></noscript>
<script id="dsq-count-scr" src="//airrayagroup.disqus.com/count.js" async></script-->
</div>
</div>
</div>
<hr>
<footer>
<div class="container">
<a href="/MyBlog/" style="color: green; font-size: 2em; font-family: 'Schoolbell', cursive;">首页</a>
<div class="row">
<div class="col-lg-6">
<p>Copyright © 2017 [email protected] <p>
</div>
<div class="col-lg-6">
<p style="float: right;">Jekyll theme by <a href="https://github.com/xiazemin/">夏泽民</a></p>
</div>
</div>
</div>
</footer>
<!-- jQuery -->
<script src="/MyBlog/js/jquery-1.12.0.min.js"></script>
<script src="/MyBlog/js/jquery-migrate-1.2.1.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="/MyBlog/js/bootstrap.min.js" integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS" crossorigin="anonymous"></script>
<!-- Menu Toggle Script -->
<script>
$("#menu-toggle").click(function(e) {
e.preventDefault();
$("#wrapper").toggleClass("toggled");
});
</script>
<script>window._bd_share_config={"common":{"bdSnsKey":{},"bdText":"","bdMini":"2","bdMiniList":false,"bdPic":"","bdStyle":"0","bdSize":"16"},"slide":{"type":"slide","bdImg":"6","bdPos":"right","bdTop":"100"},"image":{"viewList":["qzone","tsina","tqq","renren","weixin"],"viewText":"分享到:","viewSize":"16"}};with(document)0[(getElementsByTagName('head')[0]||body).appendChild(createElement('script')).src='/MyBlog/shareapi/js/share.js?v=89860593.js?'];</script>
<!--html xmlns:wb="http://open.weibo.com/wb">
<script src="http://tjs.sjs.sinajs.cn/open/api/js/wb.js" type="text/javascript" charset="utf-8"></script>
<wb:follow-button uid="2165491993" type="red_1" width="67" height="24" ></wb:follow-button-->
</div>
</body>
</html>