Skip to content

Commit 53c92c6

Browse files
committed
Site updated: 2017-10-12 14:46:35
1 parent 9197372 commit 53c92c6

File tree

6 files changed

+44
-44
lines changed

6 files changed

+44
-44
lines changed

2017/10/12/article-title/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
49+
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

5252
<title>article title - Hexo</title>
@@ -157,8 +157,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
157157
TAGS: '标签',
158158
UNTITLED: '(无标题)',
159159
},
160-
ROOT_URL: '/zhangkg.github.io/',
161-
CONTENT_URL: '/zhangkg.github.io/content.json',
160+
ROOT_URL: '/',
161+
CONTENT_URL: '/content.json',
162162
};
163163
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
164164
})(window);
@@ -227,8 +227,8 @@ <h2 class="post-title">article title</h2>
227227
</div>
228228
</footer>
229229
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
230-
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
231-
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
230+
<script src="/js/InsightSearch.js"></script>
231+
<script src="/js/SimpleCore.js"></script>
232232

233233
</div>
234234
<div class="fixed-btn">

2017/10/12/hello-world/index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
49+
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

5252
<title>hello world - Hexo</title>
@@ -157,8 +157,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
157157
TAGS: '标签',
158158
UNTITLED: '(无标题)',
159159
},
160-
ROOT_URL: '/zhangkg.github.io/',
161-
CONTENT_URL: '/zhangkg.github.io/content.json',
160+
ROOT_URL: '/',
161+
CONTENT_URL: '/content.json',
162162
};
163163
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
164164
})(window);
@@ -236,8 +236,8 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
236236
</div>
237237
</footer>
238238
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
239-
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
240-
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
239+
<script src="/js/InsightSearch.js"></script>
240+
<script src="/js/SimpleCore.js"></script>
241241

242242
</div>
243243
<div class="fixed-btn">

archives/2017/10/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
49+
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

5252
<title>归档集- 2017/10 - Hexo</title>
@@ -155,8 +155,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
155155
TAGS: '标签',
156156
UNTITLED: '(无标题)',
157157
},
158-
ROOT_URL: '/zhangkg.github.io/',
159-
CONTENT_URL: '/zhangkg.github.io/content.json',
158+
ROOT_URL: '/',
159+
CONTENT_URL: '/content.json',
160160
};
161161
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
162162
})(window);
@@ -183,14 +183,14 @@ <h2>2017年10月</h2>
183183
<ul class="archives_list">
184184

185185
<li>12日12:32:11
186-
<a href="/zhangkg.github.io/2017/10/12/article-title/">article title</a>
186+
<a href="/2017/10/12/article-title/">article title</a>
187187
</li>
188188

189189

190190

191191

192192
<li>12日12:18:48
193-
<a href="/zhangkg.github.io/2017/10/12/hello-world/">Hello World</a>
193+
<a href="/2017/10/12/hello-world/">Hello World</a>
194194
</li>
195195

196196
</ul>
@@ -224,8 +224,8 @@ <h2>2017年10月</h2>
224224
</div>
225225
</footer>
226226
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
227-
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
228-
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
227+
<script src="/js/InsightSearch.js"></script>
228+
<script src="/js/SimpleCore.js"></script>
229229

230230
</div>
231231
<div class="fixed-btn">

archives/2017/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
49+
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

5252
<title>归档集- 2017 - Hexo</title>
@@ -155,8 +155,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
155155
TAGS: '标签',
156156
UNTITLED: '(无标题)',
157157
},
158-
ROOT_URL: '/zhangkg.github.io/',
159-
CONTENT_URL: '/zhangkg.github.io/content.json',
158+
ROOT_URL: '/',
159+
CONTENT_URL: '/content.json',
160160
};
161161
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
162162
})(window);
@@ -183,14 +183,14 @@ <h2>2017年10月</h2>
183183
<ul class="archives_list">
184184

185185
<li>12日12:32:11
186-
<a href="/zhangkg.github.io/2017/10/12/article-title/">article title</a>
186+
<a href="/2017/10/12/article-title/">article title</a>
187187
</li>
188188

189189

190190

191191

192192
<li>12日12:18:48
193-
<a href="/zhangkg.github.io/2017/10/12/hello-world/">Hello World</a>
193+
<a href="/2017/10/12/hello-world/">Hello World</a>
194194
</li>
195195

196196
</ul>
@@ -224,8 +224,8 @@ <h2>2017年10月</h2>
224224
</div>
225225
</footer>
226226
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
227-
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
228-
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
227+
<script src="/js/InsightSearch.js"></script>
228+
<script src="/js/SimpleCore.js"></script>
229229

230230
</div>
231231
<div class="fixed-btn">

archives/index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
49+
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

5252
<title>归档集 - Hexo</title>
@@ -155,8 +155,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
155155
TAGS: '标签',
156156
UNTITLED: '(无标题)',
157157
},
158-
ROOT_URL: '/zhangkg.github.io/',
159-
CONTENT_URL: '/zhangkg.github.io/content.json',
158+
ROOT_URL: '/',
159+
CONTENT_URL: '/content.json',
160160
};
161161
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
162162
})(window);
@@ -183,14 +183,14 @@ <h2>2017年10月</h2>
183183
<ul class="archives_list">
184184

185185
<li>12日12:32:11
186-
<a href="/zhangkg.github.io/2017/10/12/article-title/">article title</a>
186+
<a href="/2017/10/12/article-title/">article title</a>
187187
</li>
188188

189189

190190

191191

192192
<li>12日12:18:48
193-
<a href="/zhangkg.github.io/2017/10/12/hello-world/">Hello World</a>
193+
<a href="/2017/10/12/hello-world/">Hello World</a>
194194
</li>
195195

196196
</ul>
@@ -224,8 +224,8 @@ <h2>2017年10月</h2>
224224
</div>
225225
</footer>
226226
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
227-
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
228-
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
227+
<script src="/js/InsightSearch.js"></script>
228+
<script src="/js/SimpleCore.js"></script>
229229

230230
</div>
231231
<div class="fixed-btn">

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@
4444
<meta http-equiv="mobile-agent" content="format=html5; url=http://yoursite.com">
4545
<meta name="author" content="John Doe">
4646
<link rel="stylesheet" href="//netdna.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
47-
<link rel="stylesheet" href="/zhangkg.github.io/css/SimpleStyle.min.css">
47+
<link rel="stylesheet" href="/css/SimpleStyle.min.css">
4848

49-
<link rel="shortcut icon" href="/zhangkg.github.io/images/favicon.png">
49+
<link rel="shortcut icon" href="/images/favicon.png">
5050

5151

5252
<title>Hexo - </title>
@@ -173,8 +173,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
173173
TAGS: '标签',
174174
UNTITLED: '(无标题)',
175175
},
176-
ROOT_URL: '/zhangkg.github.io/',
177-
CONTENT_URL: '/zhangkg.github.io/content.json',
176+
ROOT_URL: '/',
177+
CONTENT_URL: '/content.json',
178178
};
179179
window.INSIGHT_CONFIG = INSIGHT_CONFIG;
180180
})(window);
@@ -197,7 +197,7 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
197197
</a>
198198
<em>·</em>2017-10-12
199199
</div>
200-
<a class="post-title" href="/zhangkg.github.io/2017/10/12/article-title/" target="_blank" title="article title">article title</a>
200+
<a class="post-title" href="/2017/10/12/article-title/" target="_blank" title="article title">article title</a>
201201
<div class="post-meta">
202202
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
203203

@@ -221,7 +221,7 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
221221
</a>
222222
<em>·</em>2017-10-12
223223
</div>
224-
<a class="post-title" href="/zhangkg.github.io/2017/10/12/hello-world/" target="_blank" title="Hello World">Hello World</a>
224+
<a class="post-title" href="/2017/10/12/hello-world/" target="_blank" title="Hello World">Hello World</a>
225225
<div class="post-meta">
226226
<a href="/tags" target="_blank"><i class="fa fa-tags"></i></a>
227227

@@ -262,8 +262,8 @@ <h3 class="cover-siteTitle">聊技术,谈情怀</h3>
262262
</div>
263263
</footer>
264264
<script src="//cdn.bootcss.com/jquery/3.1.1/jquery.min.js"></script>
265-
<script src="/zhangkg.github.io/js/InsightSearch.js"></script>
266-
<script src="/zhangkg.github.io/js/SimpleCore.js"></script>
265+
<script src="/js/InsightSearch.js"></script>
266+
<script src="/js/SimpleCore.js"></script>
267267

268268
</div>
269269
<div class="fixed-btn">

0 commit comments

Comments
 (0)