Skip to content

Commit dd3176b

Browse files
System AdministratorSystem Administrator
authored andcommitted
Site updated: 2021-05-13 20:06:08
1 parent 6a877d3 commit dd3176b

File tree

13 files changed

+1201
-171
lines changed

13 files changed

+1201
-171
lines changed

2013/05/13/hello-world/index.html

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

2021/04/09/hexo基本使用/index.html

Lines changed: 11 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<h1 class="site-title">王俊杰博客</h1>
103103
<span class="logo-line-after"><i></i></span>
104104
</a>
105-
<p class="site-subtitle" itemprop="description">王俊杰博客</p>
105+
<p class="site-subtitle" itemprop="description">Java后端</p>
106106
</div>
107107

108108
<div class="site-nav-right">
@@ -199,7 +199,7 @@ <h1 class="site-title">王俊杰博客</h1>
199199
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
200200
<meta itemprop="image" content="/images/w.jpeg">
201201
<meta itemprop="name" content="王俊杰">
202-
<meta itemprop="description" content="王俊杰博客">
202+
<meta itemprop="description" content="知识沉淀、笔记、随笔">
203203
</span>
204204

205205
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
@@ -251,8 +251,8 @@ <h2 id="第一章"><a href="#第一章" class="headerlink" title="第一章"></a
251251

252252
<div class="post-nav">
253253
<div class="post-nav-item">
254-
<a href="/2021/03/30/hello-world/" rel="prev" title="Hello World">
255-
<i class="fa fa-chevron-left"></i> Hello World
254+
<a href="/2013/05/13/hello-world/" rel="prev" title="Hexo常用命令">
255+
<i class="fa fa-chevron-left"></i> Hexo常用命令
256256
</a></div>
257257
<div class="post-nav-item"></div>
258258
</div>
@@ -322,7 +322,7 @@ <h2 id="第一章"><a href="#第一章" class="headerlink" title="第一章"></a
322322
<img class="site-author-image" itemprop="image" alt="王俊杰"
323323
src="/images/w.jpeg">
324324
<p class="site-author-name" itemprop="name">王俊杰</p>
325-
<div class="site-description" itemprop="description">王俊杰博客</div>
325+
<div class="site-description" itemprop="description">知识沉淀、笔记、随笔</div>
326326
</div>
327327
<div class="site-state-wrap motion-element">
328328
<nav class="site-state">
@@ -333,6 +333,12 @@ <h2 id="第一章"><a href="#第一章" class="headerlink" title="第一章"></a
333333
<span class="site-state-item-name">日志</span>
334334
</a>
335335
</div>
336+
<div class="site-state-item site-state-categories">
337+
<a href="/categories/">
338+
339+
<span class="site-state-item-count">1</span>
340+
<span class="site-state-item-name">分类</span></a>
341+
</div>
336342
<div class="site-state-item site-state-tags">
337343
<a href="/tags/">
338344

Lines changed: 45 additions & 80 deletions
Original file line numberDiff line numberDiff line change
@@ -20,33 +20,31 @@
2020
var CONFIG = {"hostname":"817coder.github.io","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"appID":"2VH9UATRP5","indexName":"blognew","hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
2121
</script>
2222

23-
<meta name="description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
24-
<meta property="og:type" content="article">
25-
<meta property="og:title" content="Hello World">
26-
<meta property="og:url" content="https://817coder.github.io/2021/03/30/hello-world/index.html">
23+
<meta name="description" content="知识沉淀、笔记、随笔">
24+
<meta property="og:type" content="website">
25+
<meta property="og:title" content="王俊杰博客">
26+
<meta property="og:url" content="https://817coder.github.io/archives/2013/05/index.html">
2727
<meta property="og:site_name" content="王俊杰博客">
28-
<meta property="og:description" content="Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub. Quick">
28+
<meta property="og:description" content="知识沉淀、笔记、随笔">
2929
<meta property="og:locale" content="zh_CN">
30-
<meta property="article:published_time" content="2021-03-30T06:24:30.620Z">
31-
<meta property="article:modified_time" content="2021-03-30T06:24:30.620Z">
3230
<meta property="article:author" content="王俊杰">
3331
<meta property="article:tag" content="java">
3432
<meta name="twitter:card" content="summary">
3533

36-
<link rel="canonical" href="https://817coder.github.io/2021/03/30/hello-world/">
34+
<link rel="canonical" href="https://817coder.github.io/archives/2013/05/">
3735

3836

3937
<script id="page-configurations">
4038
// https://hexo.io/docs/variables.html
4139
CONFIG.page = {
4240
sidebar: "",
4341
isHome : false,
44-
isPost : true,
42+
isPost : false,
4543
lang : 'zh-CN'
4644
};
4745
</script>
4846

49-
<title>Hello World | 王俊杰博客</title>
47+
<title>归档 | 王俊杰博客</title>
5048

5149

5250

@@ -100,7 +98,7 @@
10098
<h1 class="site-title">王俊杰博客</h1>
10199
<span class="logo-line-after"><i></i></span>
102100
</a>
103-
<p class="site-subtitle" itemprop="description">王俊杰博客</p>
101+
<p class="site-subtitle" itemprop="description">Java后端</p>
104102
</div>
105103

106104
<div class="site-nav-right">
@@ -185,88 +183,50 @@ <h1 class="site-title">王俊杰博客</h1>
185183
<div class="content-wrap">
186184

187185

188-
<div class="content post posts-expand">
186+
<div class="content archive">
189187

190188

191-
192189

193190

194-
<article itemscope itemtype="http://schema.org/Article" class="post-block" lang="zh-CN">
195-
<link itemprop="mainEntityOfPage" href="https://817coder.github.io/2021/03/30/hello-world/">
196-
197-
<span hidden itemprop="author" itemscope itemtype="http://schema.org/Person">
198-
<meta itemprop="image" content="/images/w.jpeg">
199-
<meta itemprop="name" content="王俊杰">
200-
<meta itemprop="description" content="王俊杰博客">
201-
</span>
202-
203-
<span hidden itemprop="publisher" itemscope itemtype="http://schema.org/Organization">
204-
<meta itemprop="name" content="王俊杰博客">
205-
</span>
206-
<header class="post-header">
207-
<h1 class="post-title" itemprop="name headline">
208-
Hello World
209-
</h1>
210-
211-
<div class="post-meta">
212-
<span class="post-meta-item">
213-
<span class="post-meta-item-icon">
214-
<i class="fa fa-calendar-o"></i>
215-
</span>
216-
<span class="post-meta-item-text">发表于</span>
217-
218-
<time title="创建时间:2021-03-30 14:24:30" itemprop="dateCreated datePublished" datetime="2021-03-30T14:24:30+08:00">2021-03-30</time>
219-
</span>
220-
221-
222-
223-
</div>
224-
</header>
225-
226-
227-
228-
229-
<div class="post-body" itemprop="articleBody">
191+
192+
<div class="post-block">
193+
<div class="posts-collapse">
194+
<div class="collection-title">
195+
<span class="collection-header">嗯..! 目前共计 2 篇日志。 继续努力。</span>
196+
</div>
230197

231198

232-
<p>Welcome to <a target="_blank" rel="noopener" href="https://hexo.io/">Hexo</a>! This is your very first post. Check <a target="_blank" rel="noopener" href="https://hexo.io/docs/">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a target="_blank" rel="noopener" href="https://hexo.io/docs/troubleshooting.html">troubleshooting</a> or you can ask me on <a target="_blank" rel="noopener" href="https://github.com/hexojs/hexo/issues">GitHub</a>.</p>
233-
<h2 id="Quick-Start"><a href="#Quick-Start" class="headerlink" title="Quick Start"></a>Quick Start</h2><h3 id="Create-a-new-post"><a href="#Create-a-new-post" class="headerlink" title="Create a new post"></a>Create a new post</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">&quot;My New Post&quot;</span></span><br></pre></td></tr></table></figure>
234-
235-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/writing.html">Writing</a></p>
236-
<h3 id="Run-server"><a href="#Run-server" class="headerlink" title="Run server"></a>Run server</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo server</span><br></pre></td></tr></table></figure>
237-
238-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/server.html">Server</a></p>
239-
<h3 id="Generate-static-files"><a href="#Generate-static-files" class="headerlink" title="Generate static files"></a>Generate static files</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo generate</span><br></pre></td></tr></table></figure>
240-
241-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/generating.html">Generating</a></p>
242-
<h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerlink" title="Deploy to remote sites"></a>Deploy to remote sites</h3><figure class="highlight bash"><table><tr><td class="gutter"><pre><span class="line">1</span><br></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span><br></pre></td></tr></table></figure>
243-
244-
<p>More info: <a target="_blank" rel="noopener" href="https://hexo.io/docs/one-command-deployment.html">Deployment</a></p>
245-
199+
<div class="collection-year">
200+
<span class="collection-header">2013</span>
246201
</div>
247202

248-
249-
250-
203+
<article itemscope itemtype="http://schema.org/Article">
204+
<header class="post-header">
251205

252-
<footer class="post-footer">
206+
<div class="post-meta">
207+
<time itemprop="dateCreated"
208+
datetime="2013-05-13T00:00:00+08:00"
209+
content="2013-05-13">
210+
05-13
211+
</time>
212+
</div>
253213

254-
214+
<div class="post-title">
215+
<a class="post-title-link" href="/2013/05/13/hello-world/" itemprop="url">
216+
<span itemprop="name">Hexo常用命令</span>
217+
</a>
218+
</div>
219+
220+
</header>
221+
</article>
255222

256223

257-
258-
<div class="post-nav">
259-
<div class="post-nav-item"></div>
260-
<div class="post-nav-item">
261-
<a href="/2021/04/09/hexo%E5%9F%BA%E6%9C%AC%E4%BD%BF%E7%94%A8/" rel="next" title="hexo基本使用">
262-
hexo基本使用 <i class="fa fa-chevron-right"></i>
263-
</a></div>
264224
</div>
265-
</footer>
266-
267-
</article>
225+
</div>
226+
268227

269228

229+
270230

271231

272232

@@ -319,7 +279,6 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
319279

320280
<!--noindex-->
321281
<div class="post-toc-wrap sidebar-panel">
322-
<div class="post-toc motion-element"><ol class="nav"><li class="nav-item nav-level-2"><a class="nav-link" href="#Quick-Start"><span class="nav-number">1.</span> <span class="nav-text">Quick Start</span></a><ol class="nav-child"><li class="nav-item nav-level-3"><a class="nav-link" href="#Create-a-new-post"><span class="nav-number">1.1.</span> <span class="nav-text">Create a new post</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#Run-server"><span class="nav-number">1.2.</span> <span class="nav-text">Run server</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#Generate-static-files"><span class="nav-number">1.3.</span> <span class="nav-text">Generate static files</span></a></li><li class="nav-item nav-level-3"><a class="nav-link" href="#Deploy-to-remote-sites"><span class="nav-number">1.4.</span> <span class="nav-text">Deploy to remote sites</span></a></li></ol></li></ol></div>
323282
</div>
324283
<!--/noindex-->
325284

@@ -328,7 +287,7 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
328287
<img class="site-author-image" itemprop="image" alt="王俊杰"
329288
src="/images/w.jpeg">
330289
<p class="site-author-name" itemprop="name">王俊杰</p>
331-
<div class="site-description" itemprop="description">王俊杰博客</div>
290+
<div class="site-description" itemprop="description">知识沉淀、笔记、随笔</div>
332291
</div>
333292
<div class="site-state-wrap motion-element">
334293
<nav class="site-state">
@@ -339,6 +298,12 @@ <h3 id="Deploy-to-remote-sites"><a href="#Deploy-to-remote-sites" class="headerl
339298
<span class="site-state-item-name">日志</span>
340299
</a>
341300
</div>
301+
<div class="site-state-item site-state-categories">
302+
<a href="/categories/">
303+
304+
<span class="site-state-item-count">1</span>
305+
<span class="site-state-item-name">分类</span></a>
306+
</div>
342307
<div class="site-state-item site-state-tags">
343308
<a href="/tags/">
344309

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,18 +20,18 @@
2020
var CONFIG = {"hostname":"817coder.github.io","root":"/","scheme":"Gemini","version":"7.8.0","exturl":false,"sidebar":{"position":"left","display":"post","padding":18,"offset":12,"onmobile":false},"copycode":{"enable":false,"show_result":false,"style":null},"back2top":{"enable":true,"sidebar":false,"scrollpercent":false},"bookmark":{"enable":false,"color":"#222","save":"auto"},"fancybox":false,"mediumzoom":false,"lazyload":false,"pangu":false,"comments":{"style":"tabs","active":null,"storage":true,"lazyload":false,"nav":null},"algolia":{"appID":"2VH9UATRP5","indexName":"blognew","hits":{"per_page":10},"labels":{"input_placeholder":"Search for Posts","hits_empty":"We didn't find any results for the search: ${query}","hits_stats":"${hits} results found in ${time} ms"}},"localsearch":{"enable":false,"trigger":"auto","top_n_per_article":1,"unescape":false,"preload":false},"motion":{"enable":true,"async":false,"transition":{"post_block":"fadeIn","post_header":"slideDownIn","post_body":"slideDownIn","coll_header":"slideLeftIn","sidebar":"slideUpIn"}}};
2121
</script>
2222

23-
<meta name="description" content="王俊杰博客">
23+
<meta name="description" content="知识沉淀、笔记、随笔">
2424
<meta property="og:type" content="website">
2525
<meta property="og:title" content="王俊杰博客">
26-
<meta property="og:url" content="https://817coder.github.io/archives/2021/03/index.html">
26+
<meta property="og:url" content="https://817coder.github.io/archives/2013/index.html">
2727
<meta property="og:site_name" content="王俊杰博客">
28-
<meta property="og:description" content="王俊杰博客">
28+
<meta property="og:description" content="知识沉淀、笔记、随笔">
2929
<meta property="og:locale" content="zh_CN">
3030
<meta property="article:author" content="王俊杰">
3131
<meta property="article:tag" content="java">
3232
<meta name="twitter:card" content="summary">
3333

34-
<link rel="canonical" href="https://817coder.github.io/archives/2021/03/">
34+
<link rel="canonical" href="https://817coder.github.io/archives/2013/">
3535

3636

3737
<script id="page-configurations">
@@ -98,7 +98,7 @@
9898
<h1 class="site-title">王俊杰博客</h1>
9999
<span class="logo-line-after"><i></i></span>
100100
</a>
101-
<p class="site-subtitle" itemprop="description">王俊杰博客</p>
101+
<p class="site-subtitle" itemprop="description">Java后端</p>
102102
</div>
103103

104104
<div class="site-nav-right">
@@ -197,23 +197,23 @@ <h1 class="site-title">王俊杰博客</h1>
197197

198198

199199
<div class="collection-year">
200-
<span class="collection-header">2021</span>
200+
<span class="collection-header">2013</span>
201201
</div>
202202

203203
<article itemscope itemtype="http://schema.org/Article">
204204
<header class="post-header">
205205

206206
<div class="post-meta">
207207
<time itemprop="dateCreated"
208-
datetime="2021-03-30T14:24:30+08:00"
209-
content="2021-03-30">
210-
03-30
208+
datetime="2013-05-13T00:00:00+08:00"
209+
content="2013-05-13">
210+
05-13
211211
</time>
212212
</div>
213213

214214
<div class="post-title">
215-
<a class="post-title-link" href="/2021/03/30/hello-world/" itemprop="url">
216-
<span itemprop="name">Hello World</span>
215+
<a class="post-title-link" href="/2013/05/13/hello-world/" itemprop="url">
216+
<span itemprop="name">Hexo常用命令</span>
217217
</a>
218218
</div>
219219

@@ -287,7 +287,7 @@ <h1 class="site-title">王俊杰博客</h1>
287287
<img class="site-author-image" itemprop="image" alt="王俊杰"
288288
src="/images/w.jpeg">
289289
<p class="site-author-name" itemprop="name">王俊杰</p>
290-
<div class="site-description" itemprop="description">王俊杰博客</div>
290+
<div class="site-description" itemprop="description">知识沉淀、笔记、随笔</div>
291291
</div>
292292
<div class="site-state-wrap motion-element">
293293
<nav class="site-state">
@@ -298,6 +298,12 @@ <h1 class="site-title">王俊杰博客</h1>
298298
<span class="site-state-item-name">日志</span>
299299
</a>
300300
</div>
301+
<div class="site-state-item site-state-categories">
302+
<a href="/categories/">
303+
304+
<span class="site-state-item-count">1</span>
305+
<span class="site-state-item-name">分类</span></a>
306+
</div>
301307
<div class="site-state-item site-state-tags">
302308
<a href="/tags/">
303309

0 commit comments

Comments
 (0)