Skip to content

Commit

Permalink
Site updated: 2019-11-30 02:37:57
Browse files Browse the repository at this point in the history
  • Loading branch information
weaiken committed Nov 29, 2019
1 parent 31b729c commit e5056d7
Show file tree
Hide file tree
Showing 54 changed files with 7,364 additions and 0 deletions.
96 changes: 96 additions & 0 deletions 2019/11/30/firstTest/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,96 @@
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>firstTest | Hexo</title>



<!--link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css"-->
<link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>

<body>
<div class="Shell">
<aside class='SideBar'>
<section class='avatar' style="background-image: url()">
<div class='av-pic' style="background-image: url()">
</div>
</section>
<section class='menu'>
<div>Hexo</div>

<ul>

<a href="/" class="Btn">
<li>Home</li>
</a>

<a href="/archives/" class="Btn">
<li>Archive</li>
</a>

</ul>
</section>
<section class="media">

</section>
</aside>

<div class="container">
<div data-pager-shell>
<div>
<article class='ContentView'>
<header class='PageTitle'>
<h1>firstTest</h1>
</header>

<section>




</section>

<section class='ArticleMeta'>
<div>
发布于&nbsp;
<time datetime="2019-11-29T17:39:56.000Z" itemprop="datePublished">
2019-11-30
</time>
</div>

</section>


</article>


</div>

<footer>
<div>© 2019 - John Doe </div>
<div>
<span>
Powered by <a href="https://hexo.io" target="_blank" rel="noopener">Hexo</a>
</span>
,
<span>
Theme - <a href="https://github.com/nameoverflow/hexo-theme-icalm" target="_blank" rel="noopener">Icalm</a>
</span>
</div>
</footer>

</div>
</div>
</div>
<script src="/js/pager/dist/singlepager.js"></script>
<script>
var sp = new Pager('data-pager-shell')

</script>
</body>
</html>
109 changes: 109 additions & 0 deletions 2019/11/30/hello-world/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Hello World | Hexo</title>



<!--link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css"-->
<link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>

<body>
<div class="Shell">
<aside class='SideBar'>
<section class='avatar' style="background-image: url()">
<div class='av-pic' style="background-image: url()">
</div>
</section>
<section class='menu'>
<div>Hexo</div>

<ul>

<a href="/" class="Btn">
<li>Home</li>
</a>

<a href="/archives/" class="Btn">
<li>Archive</li>
</a>

</ul>
</section>
<section class="media">

</section>
</aside>

<div class="container">
<div data-pager-shell>
<div>
<article class='ContentView'>
<header class='PageTitle'>
<h1>Hello World</h1>
</header>

<section>
<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="noopener">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="noopener">documentation</a> for more info. If you get any problems when using Hexo, you can find the answer in <a href="https://hexo.io/docs/troubleshooting.html" target="_blank" rel="noopener">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="noopener">GitHub</a>.</p>
<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></pre></td><td class="code"><pre><span class="line">$ hexo new <span class="string">"My New Post"</span></span></pre></td></tr></table></figure>

<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="noopener">Writing</a></p>
<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></pre></td><td class="code"><pre><span class="line">$ hexo server</span></pre></td></tr></table></figure>

<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="noopener">Server</a></p>
<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></pre></td><td class="code"><pre><span class="line">$ hexo generate</span></pre></td></tr></table></figure>

<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="noopener">Generating</a></p>
<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></pre></td><td class="code"><pre><span class="line">$ hexo deploy</span></pre></td></tr></table></figure>

<p>More info: <a href="https://hexo.io/docs/one-command-deployment.html" target="_blank" rel="noopener">Deployment</a></p>




</section>

<section class='ArticleMeta'>
<div>
发布于&nbsp;
<time datetime="2019-11-29T17:33:48.323Z" itemprop="datePublished">
2019-11-30
</time>
</div>

</section>


</article>


</div>

<footer>
<div>© 2019 - John Doe </div>
<div>
<span>
Powered by <a href="https://hexo.io" target="_blank" rel="noopener">Hexo</a>
</span>
,
<span>
Theme - <a href="https://github.com/nameoverflow/hexo-theme-icalm" target="_blank" rel="noopener">Icalm</a>
</span>
</div>
</footer>

</div>
</div>
</div>
<script src="/js/pager/dist/singlepager.js"></script>
<script>
var sp = new Pager('data-pager-shell')

</script>
</body>
</html>
85 changes: 85 additions & 0 deletions about/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<!DOCTYPE html>
<html lang="zh-cmn-Hans">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>about | Hexo</title>



<!--link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css"-->
<link rel="stylesheet" href="//cdn.jsdelivr.net/highlight.js/9.10.0/styles/github-gist.min.css">
<link rel="stylesheet" href="/css/style.css">
</head>

<body>
<div class="Shell">
<aside class='SideBar'>
<section class='avatar' style="background-image: url()">
<div class='av-pic' style="background-image: url()">
</div>
</section>
<section class='menu'>
<div>Hexo</div>

<ul>

<a href="/" class="Btn">
<li>Home</li>
</a>

<a href="/archives/" class="Btn">
<li>Archive</li>
</a>

</ul>
</section>
<section class="media">

</section>
</aside>

<div class="container">
<div data-pager-shell>
<div>
<article class='ContentView'>
<header class='PageTitle'>
<h1>about</h1>
</header>

<section>




</section>


</article>

</div>

<footer>
<div>© 2019 - John Doe </div>
<div>
<span>
Powered by <a href="https://hexo.io" target="_blank" rel="noopener">Hexo</a>
</span>
,
<span>
Theme - <a href="https://github.com/nameoverflow/hexo-theme-icalm" target="_blank" rel="noopener">Icalm</a>
</span>
</div>
</footer>

</div>
</div>
</div>
<script src="/js/pager/dist/singlepager.js"></script>
<script>
var sp = new Pager('data-pager-shell')

</script>
</body>
</html>
Loading

0 comments on commit e5056d7

Please sign in to comment.