Skip to content

Commit 2653928

Browse files
committed
Site updated: 2021-07-14 00:25:24
1 parent 23e9972 commit 2653928

File tree

4 files changed

+235
-239
lines changed

4 files changed

+235
-239
lines changed

categories/java/index.html

Lines changed: 48 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@
2222

2323
<meta property="og:type" content="website">
2424
<meta property="og:title" content="搬砖的bear">
25-
<meta property="og:url" content="http://yoursite.com/categories/java/index.html">
25+
<meta property="og:url" content="http://yoursite.com/categories/Java/index.html">
2626
<meta property="og:site_name" content="搬砖的bear">
2727
<meta property="og:locale" content="zh_CN">
2828
<meta property="article:author" content="zhou xiong">
2929
<meta name="twitter:card" content="summary">
3030

31-
<link rel="canonical" href="http://yoursite.com/categories/java/">
31+
<link rel="canonical" href="http://yoursite.com/categories/Java/">
3232

3333

3434
<script id="page-configurations">
@@ -41,7 +41,7 @@
4141
};
4242
</script>
4343

44-
<title>分类: java | 搬砖的bear</title>
44+
<title>分类: Java | 搬砖的bear</title>
4545

4646

4747

@@ -192,7 +192,7 @@ <h1 class="site-title">搬砖的bear</h1>
192192
<div class="post-block">
193193
<div class="posts-collapse">
194194
<div class="collection-title">
195-
<h2 class="collection-header">java
195+
<h2 class="collection-header">Java
196196
<small>分类</small>
197197
</h2>
198198
</div>
@@ -207,58 +207,15 @@ <h2 class="collection-header">java
207207

208208
<div class="post-meta">
209209
<time itemprop="dateCreated"
210-
datetime="2021-04-08T14:59:35+08:00"
211-
content="2021-04-08">
212-
04-08
210+
datetime="2021-04-11T14:07:04+08:00"
211+
content="2021-04-11">
212+
04-11
213213
</time>
214214
</div>
215215

216216
<div class="post-title">
217-
<a class="post-title-link" href="/2021/04/08/%E5%85%B3%E4%BA%8Ejava%E4%B8%AD%E7%9A%84%E5%8F%82%E6%95%B0%E5%88%97%E8%A1%A8/" itemprop="url">
218-
<span itemprop="name">java中的参数列表</span>
219-
</a>
220-
</div>
221-
222-
</header>
223-
</article>
224-
<div class="collection-year">
225-
<span class="collection-header">2020</span>
226-
</div>
227-
228-
<article itemscope itemtype="http://schema.org/Article">
229-
<header class="post-header">
230-
231-
<div class="post-meta">
232-
<time itemprop="dateCreated"
233-
datetime="2020-07-23T10:11:58+08:00"
234-
content="2020-07-23">
235-
07-23
236-
</time>
237-
</div>
238-
239-
<div class="post-title">
240-
<a class="post-title-link" href="/2020/07/23/java-%E6%96%B9%E6%B3%95/" itemprop="url">
241-
<span itemprop="name">java-方法</span>
242-
</a>
243-
</div>
244-
245-
</header>
246-
</article>
247-
248-
<article itemscope itemtype="http://schema.org/Article">
249-
<header class="post-header">
250-
251-
<div class="post-meta">
252-
<time itemprop="dateCreated"
253-
datetime="2020-06-20T21:30:27+08:00"
254-
content="2020-06-20">
255-
06-20
256-
</time>
257-
</div>
258-
259-
<div class="post-title">
260-
<a class="post-title-link" href="/2020/06/20/java-%E7%AE%80%E8%B0%88%E6%9E%84%E9%80%A0%E6%96%B9%E6%B3%95/" itemprop="url">
261-
<span itemprop="name">java-简谈构造方法</span>
217+
<a class="post-title-link" href="/2021/04/11/java%E4%B8%AD%E7%9A%84%E5%8C%BF%E5%90%8D%E5%87%BD%E6%95%B0/" itemprop="url">
218+
<span itemprop="name">java中的匿名函数</span>
262219
</a>
263220
</div>
264221

@@ -571,6 +528,45 @@ <h2 class="collection-header">java
571528

572529

573530

531+
<script>
532+
NexT.utils.loadComments(document.querySelector('#valine-comments'), () => {
533+
NexT.utils.getScript('//unpkg.com/valine/dist/Valine.min.js', () => {
534+
var GUEST = ['nick', 'mail', 'link'];
535+
var guest = 'nick,mail,link';
536+
guest = guest.split(',').filter(item => {
537+
return GUEST.includes(item);
538+
});
539+
new Valine({
540+
el : '#valine-comments',
541+
verify : false,
542+
notify : false,
543+
appId : 'jx4SRfH0sLTjtGOOQGyb3GFx-gzGzoHsz',
544+
appKey : 'RQmBzFYolU6jS7lebvRqlDDC',
545+
placeholder: "Just go go",
546+
avatar : 'mm',
547+
meta : guest,
548+
pageSize : '10' || 10,
549+
visitor : false,
550+
lang : '' || 'zh-cn',
551+
path : location.pathname,
552+
recordIP : false,
553+
serverURLs : ''
554+
});
555+
}, window.Valine);
556+
});
557+
</script>
558+
559+
<script src="/live2dw/lib/L2Dwidget.min.js?094cbace49a39548bed64abff5988b05"></script><script>L2Dwidget.init({"model":{"jsonPath":"/live2dw/assets/hijiki.model.json"},"display":{"position":"right","width":90,"height":140},"mobile":{"show":true},"log":false,"pluginJsPath":"lib/","pluginModelPath":"assets/","pluginRootPath":"live2dw/","tagMode":false});</script></body>
560+
</html>
561+
562+
563+
564+
565+
566+
567+
568+
569+
574570
<script>
575571
NexT.utils.loadComments(document.querySelector('#valine-comments'), () => {
576572
NexT.utils.getScript('//unpkg.com/valine/dist/Valine.min.js', () => {

0 commit comments

Comments
 (0)