Skip to content

Commit

Permalink
Site updated: 2017-03-05 23:38:43
Browse files Browse the repository at this point in the history
  • Loading branch information
linchart committed Mar 5, 2017
1 parent 56ff0f0 commit 3dffeef
Show file tree
Hide file tree
Showing 9 changed files with 735 additions and 2 deletions.
14 changes: 14 additions & 0 deletions 2017/03/05/blog/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,20 @@ <h2 id="4、部署上传"><a href="#4、部署上传" class="headerlink" title="
</article>


<nav id="article-nav">

<a href="/2017/03/05/hello-world/" id="article-nav-newer" class="article-nav-link-wrap">
<i class="icon-circle-left"></i>
<div class="article-nav-title">

Hello World

</div>
</a>


</nav>




Expand Down
545 changes: 545 additions & 0 deletions 2017/03/05/hello-world/index.html

Large diffs are not rendered by default.

27 changes: 27 additions & 0 deletions archives/2017/03/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,33 @@ <h1 class="header-author js-header-author">山久丰</h1>
</div>
<div class="archives">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<div class="article-meta">
<a href="/2017/03/05/hello-world/" class="archive-article-date">
<time datetime="2017-03-05T15:38:22.729Z" itemprop="datePublished"><i class="icon-calendar icon"></i>2017-03-05</time>
</a>
</div>


<h1 itemprop="name">
<a class="archive-article-title" href="/2017/03/05/hello-world/">Hello World</a>
</h1>


<div class="article-info info-on-right">



</div>
<div class="clearfix"></div>
</header>
</div>
</article>



<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down
27 changes: 27 additions & 0 deletions archives/2017/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,33 @@ <h1 class="header-author js-header-author">山久丰</h1>
</div>
<div class="archives">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<div class="article-meta">
<a href="/2017/03/05/hello-world/" class="archive-article-date">
<time datetime="2017-03-05T15:38:22.729Z" itemprop="datePublished"><i class="icon-calendar icon"></i>2017-03-05</time>
</a>
</div>


<h1 itemprop="name">
<a class="archive-article-title" href="/2017/03/05/hello-world/">Hello World</a>
</h1>


<div class="article-info info-on-right">



</div>
<div class="clearfix"></div>
</header>
</div>
</article>



<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down
27 changes: 27 additions & 0 deletions archives/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,33 @@ <h1 class="header-author js-header-author">山久丰</h1>
</div>
<div class="archives">

<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
<div class="article-meta">
<a href="/2017/03/05/hello-world/" class="archive-article-date">
<time datetime="2017-03-05T15:38:22.729Z" itemprop="datePublished"><i class="icon-calendar icon"></i>2017-03-05</time>
</a>
</div>


<h1 itemprop="name">
<a class="archive-article-title" href="/2017/03/05/hello-world/">Hello World</a>
</h1>


<div class="article-info info-on-right">



</div>
<div class="clearfix"></div>
</header>
</div>
</article>



<article class="archive-article archive-type-post">
<div class="archive-article-inner">
<header class="archive-article-header">
Expand Down
29 changes: 28 additions & 1 deletion atom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<link href="/atom.xml" rel="self"/>

<link href="http://yoursite.com/"/>
<updated>2017-03-05T15:26:40.715Z</updated>
<updated>2017-03-03T17:10:39.002Z</updated>
<id>http://yoursite.com/</id>

<author>
Expand All @@ -15,6 +15,33 @@

<generator uri="http://hexo.io/">Hexo</generator>

<entry>
<title>Hello World</title>
<link href="http://yoursite.com/2017/03/05/hello-world/"/>
<id>http://yoursite.com/2017/03/05/hello-world/</id>
<published>2017-03-05T15:38:22.729Z</published>
<updated>2017-03-03T17:10:39.002Z</updated>

<content type="html"><![CDATA[<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="external">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="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo new <span class="string">"My New Post"</span></div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo server</div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo generate</div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo deploy</div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>
]]></content>

<summary type="html">

&lt;p&gt;Welcome to &lt;a href=&quot;https://hexo.io/&quot; target=&quot;_blank&quot; rel=&quot;external&quot;&gt;Hexo&lt;/a&gt;! This is your very first post. Check &lt;a href=&quot;https://hexo.

</summary>


</entry>

<entry>
<title>博客的搭建</title>
<link href="http://yoursite.com/2017/03/05/blog/"/>
Expand Down
2 changes: 1 addition & 1 deletion content.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
[{"title":"博客的搭建","date":"2017-03-04T18:08:32.626Z","path":"2017/03/05/blog/","text":"参考文档这个博客的搭建,完全得益于教你免费搭建个人博客,Hexo&amp;Github和使用GitHub和Hexo搭建免费静态Blog这两篇文章,非常详细地描述了基于hexo+github搭建个人博客的准备工作及安装和配置流程。 遇到的问题虽然上面这两篇文章写得很详细,但是我在按着教程搭建的过程中还是遇到一些小问题,这里记录一下: 1、注意运行路径在浏览器中查看自带的hello world文章,需要执行 hexo generate 和hexo server两个命令,这里要注意一下这两个命令的执行路径,需要在hello world文章路径下执行。 2、MarkdownPad无法预览win10下首次安装MarkdownPad会出现右侧浏览页面无法浏览的情况,这种情况下需要安装Awesomium 1.6.6 SDK,安装完成之后问题可解决。 3、yilia主题头像无法显示若加载头像后,头像无法显示,需要将’themes/yilia/layout/_partial’路径下的文件left-col.ejs中的第6行修改为: &lt;img src=\"&lt;%=theme.avatar%&gt;\" class=\"js-avatar show\"&gt; 4、部署上传部署上传时执行以下命令时 hexo d 报’ERROR Deployer not found: git’错误,可能是deployer-git插件未安装,在根目录下执行下面代码安装该插件即可。 npm install hexo-deployer-git --save","tags":[]}]
[{"title":"Hello World","date":"2017-03-05T15:38:22.729Z","path":"2017/03/05/hello-world/","text":"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 StartCreate a new post1$ hexo new \"My New Post\" More info: Writing Run server1$ hexo server More info: Server Generate static files1$ hexo generate More info: Generating Deploy to remote sites1$ hexo deploy More info: Deployment","tags":[]},{"title":"博客的搭建","date":"2017-03-04T18:08:32.626Z","path":"2017/03/05/blog/","text":"参考文档这个博客的搭建,完全得益于教你免费搭建个人博客,Hexo&amp;Github和使用GitHub和Hexo搭建免费静态Blog这两篇文章,非常详细地描述了基于hexo+github搭建个人博客的准备工作及安装和配置流程。 遇到的问题虽然上面这两篇文章写得很详细,但是我在按着教程搭建的过程中还是遇到一些小问题,这里记录一下: 1、注意运行路径在浏览器中查看自带的hello world文章,需要执行 hexo generate 和hexo server两个命令,这里要注意一下这两个命令的执行路径,需要在hello world文章路径下执行。 2、MarkdownPad无法预览win10下首次安装MarkdownPad会出现右侧浏览页面无法浏览的情况,这种情况下需要安装Awesomium 1.6.6 SDK,安装完成之后问题可解决。 3、yilia主题头像无法显示若加载头像后,头像无法显示,需要将’themes/yilia/layout/_partial’路径下的文件left-col.ejs中的第6行修改为: &lt;img src=\"&lt;%=theme.avatar%&gt;\" class=\"js-avatar show\"&gt; 4、部署上传部署上传时执行以下命令时 hexo d 报’ERROR Deployer not found: git’错误,可能是deployer-git插件未安装,在根目录下执行下面代码安装该插件即可。 npm install hexo-deployer-git --save","tags":[]}]
59 changes: 59 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,65 @@ <h1 class="header-author js-header-author">山久丰</h1>
<div id="js-content" class="content-ll">


<article id="post-hello-world" class="article article-type-post article-index" itemscope itemprop="blogPost">
<div class="article-inner">

<header class="article-header">


<h1 itemprop="name">
<a class="article-title" href="/2017/03/05/hello-world/">Hello World</a>
</h1>



<a href="/2017/03/05/hello-world/" class="archive-article-date">
<time datetime="2017-03-05T15:38:22.729Z" itemprop="datePublished"><i class="icon-calendar icon"></i>2017-03-05</time>
</a>

</header>

<div class="article-entry" itemprop="articleBody">

<p>Welcome to <a href="https://hexo.io/" target="_blank" rel="external">Hexo</a>! This is your very first post. Check <a href="https://hexo.io/docs/" target="_blank" rel="external">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="external">troubleshooting</a> or you can ask me on <a href="https://github.com/hexojs/hexo/issues" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo new <span class="string">"My New Post"</span></div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/writing.html" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo server</div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/server.html" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo generate</div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/generating.html" target="_blank" rel="external">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><div class="line">1</div></pre></td><td class="code"><pre><div class="line">$ hexo deploy</div></pre></td></tr></table></figure>
<p>More info: <a href="https://hexo.io/docs/deployment.html" target="_blank" rel="external">Deployment</a></p>




</div>
<div class="article-info article-info-index">





<p class="article-more-link">
<a class="article-more-a" href="/2017/03/05/hello-world/">展开全文 >></a>
</p>



<div class="clearfix"></div>
</div>
</div>
</article>









<article id="post-blog" class="article article-type-post article-index" itemscope itemprop="blogPost">
<div class="article-inner">

Expand Down
7 changes: 7 additions & 0 deletions sitemap.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,11 @@

</url>

<url>
<loc>http://yoursite.com/2017/03/05/hello-world/</loc>

<lastmod>2017-03-03T17:10:39.002Z</lastmod>

</url>

</urlset>

0 comments on commit 3dffeef

Please sign in to comment.