<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Hexo on 二三</title>
    <link>https://idersan.github.io/tags/hexo/</link>
    <description>Recent content in Hexo on 二三</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>zh-CN</language>
    <managingEditor>idersan@outlook.com (二三)</managingEditor>
    <webMaster>idersan@outlook.com (二三)</webMaster>
    <copyright>(c) 2017 Copyright 二三</copyright>
    <lastBuildDate>Mon, 08 May 2017 21:37:26 +0800</lastBuildDate>
    
	<atom:link href="https://idersan.github.io/tags/hexo/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>hexo博客搭建</title>
      <link>https://idersan.github.io/2017/05/08/hexo%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA/</link>
      <pubDate>Mon, 08 May 2017 21:37:26 +0800</pubDate>
      <author>idersan@outlook.com (二三)</author>
      <guid>https://idersan.github.io/2017/05/08/hexo%E5%8D%9A%E5%AE%A2%E6%90%AD%E5%BB%BA/</guid>
      <description>hexo 博客在windows 10下快速搭建步骤：
0x1 安装tortoisegit。  1.1 新建Repository yourname.github.io。
1.2 开通 page 服务。
1.3 本地新建index.html(hello world) push到username.github.io
&amp;lt;!DOCTYPE HTML&amp;gt; &amp;lt;html&amp;gt; &amp;lt;head&amp;gt; &amp;lt;title&amp;gt;yourname&#39;s Blog&amp;lt;/title&amp;gt; &amp;lt;/head&amp;gt; &amp;lt;body&amp;gt; &amp;lt;h1&amp;gt;Hello World&amp;lt;/h1&amp;gt; &amp;lt;p&amp;gt;I&#39;m hosted with GitHub Paes&amp;lt;/p&amp;gt; &amp;lt;/body&amp;gt; &amp;lt;/html&amp;gt;  1.4 访问yourname.github.io 可以看到helloworld。
 0x2 安装nodejs  2.1 http://nodejs.org 下载安装文件，点击安装。 2.2 配置npm的全局模块的存放路径以及cache的路:
$ npm config set prefix &amp;quot;C:\Program Files\nodejs\node_global&amp;quot; $ npm config set cache &amp;quot;C:\Program Files\nodejs\node_cache&amp;quot;  2.3 设置环境变量 NODEPATH=C:\Program Files\nodejs\node_global
 0x3 安装hexo  3.</description>
    </item>
    
  </channel>
</rss>