<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Octopress on 空想枫</title>
    <link>http://it580.com/tags/octopress/</link>
    <description>Recent content in Octopress on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Wed, 24 Oct 2012 15:18:51 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/octopress/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>切换到Octopress</title>
      <link>http://it580.com/e5-88-87-e6-8d-a2-e5-88-b0octopress/</link>
      <pubDate>Wed, 24 Oct 2012 15:18:51 +0000</pubDate>
      
      <guid>http://it580.com/e5-88-87-e6-8d-a2-e5-88-b0octopress/</guid>
      <description> 原因 Octopress是基于Jekyll形成的一套Blog框架,增加了很多方便的功能.确实比原始的Jekyll方便不少. 于是就决定砍掉Jekyll,重新部署一下看看.
Octopress部署  安装Git 安装Ruby 1.9.3 (推荐使用RVM) 更新gem到最新  配置本地Octopress  git clone git://github.com/imathis/octopress.git davidpan.github.com cd davidpan.github.com gem install bundler bundle install rake install  部署到GitHub rake setup_github_pages  只需要输入github上的仓库url即可
修改配置文件 nano _config.yml  基本和Jekyll的配置方式差不多,修改如下参数：
 #url: title: subtitle: author: root: permalink: github_user: twitter_user: disqus_short_name: google_analytics_tracking_aliases:  可以根据你自己的情况修改。
生成静态文件并部署 rake gen_deploy  本地测试 rake preview  和Jekyll一样访问 http://localhost:4000/
更新文章及发布 新建文章 rake new_post[&amp;quot;title name&amp;quot;]  新建页面  生成并发布到GitHub rake gen_deploy  查询所有rake参数 rake -T  延伸阅读  Octopress官方文档(英文) Octopress插件使用(英文)  </description>
    </item>
    
  </channel>
</rss>