From d6eedada6350ebec09d6854dae2be59927cfc165 Mon Sep 17 00:00:00 2001 From: orange8637 Date: Mon, 3 Sep 2012 20:43:44 +0800 Subject: [PATCH] Site updated at 2012-09-03 12:43:44 UTC --- 404.html | 10 +++- about/index.html | 2 +- atom.xml | 48 +++++++++++++++- .../05/14/ubuntu-common-softwae/index.html | 2 +- .../index.html | 2 +- blog/2012/05/30/bu-zhe-teng/index.html | 2 +- blog/2012/05/31/why-blogging/index.html | 2 +- blog/2012/06/24/wo-de-vim-peizhi/index.html | 2 +- .../10/c-plus-plus-huan-chong-qu/index.html | 2 +- blog/2012/07/12/pair/index.html | 2 +- .../index.html | 2 +- .../index.html | 2 +- .../08/13/pythonzhi-socketchu-tan/index.html | 2 +- .../index.html | 57 +++++++++++++++++-- blog/archives/index.html | 10 +++- blog/categories/c-c-/atom.xml | 2 +- blog/categories/c-c-/index.html | 2 +- blog/categories/linux/atom.xml | 2 +- blog/categories/linux/index.html | 2 +- blog/categories/python/atom.xml | 2 +- blog/categories/python/index.html | 2 +- blog/categories/thoughts/atom.xml | 2 +- blog/categories/thoughts/index.html | 2 +- blog/categories/vim/atom.xml | 2 +- blog/categories/vim/index.html | 2 +- blog/categories/web/atom.xml | 45 ++++++++++++++- blog/categories/web/index.html | 18 +++++- blog/page/2/index.html | 2 +- index.html | 51 +++++++++++++++-- sitemap.xml | 10 ++-- 30 files changed, 248 insertions(+), 45 deletions(-) diff --git a/404.html b/404.html index 1104186..ee0db1f 100644 --- a/404.html +++ b/404.html @@ -10,9 +10,9 @@ +Jul 27 2012 …"> @@ -111,6 +111,10 @@

看看下面有木有您要找的东东?

随时随地配置octopress本地环境

+ + @@ -278,7 +282,7 @@

操作
diff --git a/about/index.html b/about/index.html index 50220b0..fc2fb12 100644 --- a/about/index.html +++ b/about/index.html @@ -255,7 +255,7 @@

Comments

diff --git a/atom.xml b/atom.xml index aa3b8fe..350cd28 100644 --- a/atom.xml +++ b/atom.xml @@ -4,7 +4,7 @@ <![CDATA[SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ @@ -18,7 +18,51 @@ 2012-09-03T20:01:00+08:00 http://orange8637.github.com/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing -

最近帮南都报社的一小子买了台10.6寸上网本,为了自己也尝尝新电脑玩,将我自己那台14寸笔记本格了,把两台电脑都装了ubuntu12.04 & win7双系统。自然是以前的octopress配置都没了,所以我要在两台电脑都配置好octopress本地环境,创造一个写博客的好环境。

+ +
+ +

一.安装ruby,git等软件依赖

+ +
1
+2
+3
+4
+
kiwi@kiwi:~$ sudo apt-get install git
+kiwi@kiwi:~$ sudo apt-get install ruby1.9.3
+kiwi@kiwi:~$ sudo gem install bundler --pre
+kiwi@kiwi:~$ bundle install
+ + +
+ +

二.从github上获取你的博客

+ +
1
+2
+3
+
kiwi@kiwi:~$ git clone -b source git@github.com:orange8637/orange8637.github.com octopress
+kiwi@kiwi:~$ cd octopress/
+kiwi@kiwi:~$ git clone git@github.com:orange8637/orange8637.github.com _deploy 
+ + +

由于octopress这个项目和我们其他的github项目不同,它可不是只有一个master分支的,所以我们要理清一个关系:文件目录octopress对应远程和本地的source分支,_deploy目录对应远程和本地的master分支。

+ +
1
+2
+3
+4
+5
+
kiwi@kiwi:~/octopress$ git branch
+* source
+kiwi@kiwi:~/octopress$ cd _deploy/
+kiwi@kiwi:~/octopress/_deploy$ git branch
+* master
+ + +
+ +

好了。不到10条指令,源速度够快的话,10分钟我们就配好了octopress环境,就是这么简单,没有数据库史上最快的可以版本控制的博客环境就可以工作了。多rake new_post吧。

]]>
diff --git a/blog/2012/05/14/ubuntu-common-softwae/index.html b/blog/2012/05/14/ubuntu-common-softwae/index.html index 26f1fbd..395d19a 100644 --- a/blog/2012/05/14/ubuntu-common-softwae/index.html +++ b/blog/2012/05/14/ubuntu-common-softwae/index.html @@ -260,7 +260,7 @@

Comments

diff --git a/blog/2012/05/15/cao-zuo-xi-tong-zhong-de-linuxming-ling/index.html b/blog/2012/05/15/cao-zuo-xi-tong-zhong-de-linuxming-ling/index.html index 65b4981..1e0abad 100644 --- a/blog/2012/05/15/cao-zuo-xi-tong-zhong-de-linuxming-ling/index.html +++ b/blog/2012/05/15/cao-zuo-xi-tong-zhong-de-linuxming-ling/index.html @@ -271,7 +271,7 @@

Comments

diff --git a/blog/2012/05/30/bu-zhe-teng/index.html b/blog/2012/05/30/bu-zhe-teng/index.html index ce85d85..1ff1a01 100644 --- a/blog/2012/05/30/bu-zhe-teng/index.html +++ b/blog/2012/05/30/bu-zhe-teng/index.html @@ -414,7 +414,7 @@

Comments

diff --git a/blog/2012/05/31/why-blogging/index.html b/blog/2012/05/31/why-blogging/index.html index fb82938..81a8581 100644 --- a/blog/2012/05/31/why-blogging/index.html +++ b/blog/2012/05/31/why-blogging/index.html @@ -242,7 +242,7 @@

Comments

diff --git a/blog/2012/06/24/wo-de-vim-peizhi/index.html b/blog/2012/06/24/wo-de-vim-peizhi/index.html index 61a2ab9..f808edb 100644 --- a/blog/2012/06/24/wo-de-vim-peizhi/index.html +++ b/blog/2012/06/24/wo-de-vim-peizhi/index.html @@ -277,7 +277,7 @@

Comments

diff --git a/blog/2012/07/10/c-plus-plus-huan-chong-qu/index.html b/blog/2012/07/10/c-plus-plus-huan-chong-qu/index.html index 03f3eef..2b6d73d 100644 --- a/blog/2012/07/10/c-plus-plus-huan-chong-qu/index.html +++ b/blog/2012/07/10/c-plus-plus-huan-chong-qu/index.html @@ -317,7 +317,7 @@

Comments

diff --git a/blog/2012/07/12/pair/index.html b/blog/2012/07/12/pair/index.html index 4373bcf..469078e 100644 --- a/blog/2012/07/12/pair/index.html +++ b/blog/2012/07/12/pair/index.html @@ -383,7 +383,7 @@

Comments

diff --git a/blog/2012/07/17/yong-sheng-huo-de-jian-qiao-da-zi-ji-de-ming-ling-xing/index.html b/blog/2012/07/17/yong-sheng-huo-de-jian-qiao-da-zi-ji-de-ming-ling-xing/index.html index e54d169..3c14a8a 100644 --- a/blog/2012/07/17/yong-sheng-huo-de-jian-qiao-da-zi-ji-de-ming-ling-xing/index.html +++ b/blog/2012/07/17/yong-sheng-huo-de-jian-qiao-da-zi-ji-de-ming-ling-xing/index.html @@ -245,7 +245,7 @@

Comments

diff --git a/blog/2012/07/27/<>,ji-zhu-shu-jia/index.html b/blog/2012/07/27/<>,ji-zhu-shu-jia/index.html index de4b53a..87913ea 100644 --- a/blog/2012/07/27/<>,ji-zhu-shu-jia/index.html +++ b/blog/2012/07/27/<>,ji-zhu-shu-jia/index.html @@ -229,7 +229,7 @@

Comments

diff --git a/blog/2012/08/13/pythonzhi-socketchu-tan/index.html b/blog/2012/08/13/pythonzhi-socketchu-tan/index.html index d01c112..6e19922 100644 --- a/blog/2012/08/13/pythonzhi-socketchu-tan/index.html +++ b/blog/2012/08/13/pythonzhi-socketchu-tan/index.html @@ -327,7 +327,7 @@

Comments

diff --git a/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing/index.html b/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing/index.html index b3f8a11..a4206ff 100644 --- a/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing/index.html +++ b/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing/index.html @@ -9,8 +9,7 @@ - + @@ -122,7 +121,51 @@

随时随地配置octopress本地环境

-
+

最近帮南都报社的一小子买了台10.6寸上网本,为了自己也尝尝新电脑玩,将我自己那台14寸笔记本格了,把两台电脑都装了ubuntu12.04 & win7双系统。自然是以前的octopress配置都没了,所以我要在两台电脑都配置好octopress本地环境,创造一个写博客的好环境。

+ +
+ +

一.安装ruby,git等软件依赖

+ +
1
+2
+3
+4
+
kiwi@kiwi:~$ sudo apt-get install git
+kiwi@kiwi:~$ sudo apt-get install ruby1.9.3
+kiwi@kiwi:~$ sudo gem install bundler --pre
+kiwi@kiwi:~$ bundle install
+ + +
+ +

二.从github上获取你的博客

+ +
1
+2
+3
+
kiwi@kiwi:~$ git clone -b source git@github.com:orange8637/orange8637.github.com octopress
+kiwi@kiwi:~$ cd octopress/
+kiwi@kiwi:~$ git clone git@github.com:orange8637/orange8637.github.com _deploy 
+ + +

由于octopress这个项目和我们其他的github项目不同,它可不是只有一个master分支的,所以我们要理清一个关系:文件目录octopress对应远程和本地的source分支,_deploy目录对应远程和本地的master分支。

+ +
1
+2
+3
+4
+5
+
kiwi@kiwi:~/octopress$ git branch
+* source
+kiwi@kiwi:~/octopress$ cd _deploy/
+kiwi@kiwi:~/octopress/_deploy$ git branch
+* master
+ + +
+ +

好了。不到10条指令,源速度够快的话,10分钟我们就配好了octopress环境,就是这么简单,没有数据库史上最快的可以版本控制的博客环境就可以工作了。多rake new_post吧。

@@ -148,6 +191,12 @@

随时随地配置octopress本地环境

+ + + web + + +

@@ -208,7 +257,7 @@

Comments

diff --git a/blog/archives/index.html b/blog/archives/index.html index fab1e51..695f8ee 100644 --- a/blog/archives/index.html +++ b/blog/archives/index.html @@ -10,9 +10,9 @@ +Jul 27 2012 posted in …"> @@ -114,6 +114,10 @@

2012

随时随地配置octopress本地环境

+
+ posted in web +
+
@@ -313,7 +317,7 @@

ubuntu 12.04 源 && 常用
diff --git a/blog/categories/c-c-/atom.xml b/blog/categories/c-c-/atom.xml index 345f5aa..6e08d12 100644 --- a/blog/categories/c-c-/atom.xml +++ b/blog/categories/c-c-/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: c/c++ | SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ diff --git a/blog/categories/c-c-/index.html b/blog/categories/c-c-/index.html index 8b6226d..d6c34d3 100644 --- a/blog/categories/c-c-/index.html +++ b/blog/categories/c-c-/index.html @@ -172,7 +172,7 @@

C++缓冲区

diff --git a/blog/categories/linux/atom.xml b/blog/categories/linux/atom.xml index fe1a178..ce66202 100644 --- a/blog/categories/linux/atom.xml +++ b/blog/categories/linux/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: linux | SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ diff --git a/blog/categories/linux/index.html b/blog/categories/linux/index.html index 68a3a12..9c4fc51 100644 --- a/blog/categories/linux/index.html +++ b/blog/categories/linux/index.html @@ -204,7 +204,7 @@

ubuntu 12.04 源 && 常用
diff --git a/blog/categories/python/atom.xml b/blog/categories/python/atom.xml index 5a06f8a..72f73d2 100644 --- a/blog/categories/python/atom.xml +++ b/blog/categories/python/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: python | SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ diff --git a/blog/categories/python/index.html b/blog/categories/python/index.html index e8c63df..a1dc80a 100644 --- a/blog/categories/python/index.html +++ b/blog/categories/python/index.html @@ -156,7 +156,7 @@

python之socket初探 diff --git a/blog/categories/thoughts/atom.xml b/blog/categories/thoughts/atom.xml index d58cc84..663f1c6 100644 --- a/blog/categories/thoughts/atom.xml +++ b/blog/categories/thoughts/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: thoughts | SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ diff --git a/blog/categories/thoughts/index.html b/blog/categories/thoughts/index.html index e33adbd..f8a247e 100644 --- a/blog/categories/thoughts/index.html +++ b/blog/categories/thoughts/index.html @@ -188,7 +188,7 @@

why blogging

diff --git a/blog/categories/vim/atom.xml b/blog/categories/vim/atom.xml index 1bc3a6c..6873b50 100644 --- a/blog/categories/vim/atom.xml +++ b/blog/categories/vim/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: vim | SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ diff --git a/blog/categories/vim/index.html b/blog/categories/vim/index.html index a3d7d96..87715a9 100644 --- a/blog/categories/vim/index.html +++ b/blog/categories/vim/index.html @@ -156,7 +156,7 @@

我的vim配置

diff --git a/blog/categories/web/atom.xml b/blog/categories/web/atom.xml index 7248ca2..ff689c4 100644 --- a/blog/categories/web/atom.xml +++ b/blog/categories/web/atom.xml @@ -4,7 +4,7 @@ <![CDATA[Category: web | SYSU-pineapple's blog]]> - 2012-09-03T20:01:44+08:00 + 2012-09-03T20:43:37+08:00 http://orange8637.github.com/ @@ -13,6 +13,49 @@ Octopress + + <![CDATA[随时随地配置octopress本地环境]]> + + 2012-09-03T20:01:00+08:00 + http://orange8637.github.com/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing +

最近帮南都报社的一小子买了台10.6寸上网本,为了自己也尝尝新电脑玩,将我自己那台14寸笔记本格了,把两台电脑都装了ubuntu12.04 & win7双系统。自然是以前的octopress配置都没了,所以我要在两台电脑都配置好octopress本地环境,创造一个写博客的好环境。

+ +
+ +

一.安装ruby,git等软件依赖

+ +

+kiwi@kiwi:~$ sudo apt-get install git +kiwi@kiwi:~$ sudo apt-get install ruby1.9.3 +kiwi@kiwi:~$ sudo gem install bundler --pre +kiwi@kiwi:~$ bundle install +

+ +
+ +

二.从github上获取你的博客

+ +

+kiwi@kiwi:~$ git clone -b source git@github.com:orange8637/orange8637.github.com octopress +kiwi@kiwi:~$ cd octopress/ +kiwi@kiwi:~$ git clone git@github.com:orange8637/orange8637.github.com _deploy + +由于octopress这个项目和我们其他的github项目不同,它可不是只有一个master分支的,所以我们要理清一个关系:文件目录octopress对应远程和本地的source分支,_deploy目录对应远程和本地的master分支。

+ +

+kiwi@kiwi:~/octopress$ git branch +* source +kiwi@kiwi:~/octopress$ cd _deploy/ +kiwi@kiwi:~/octopress/_deploy$ git branch +* master +

+ +
+ +

好了。不到10条指令,源速度够快的话,10分钟我们就配好了octopress环境,就是这么简单,没有数据库史上最快的可以版本控制的博客环境就可以工作了。多rake new_post吧。

+]]>
+
+ <![CDATA[又折腾了一晚]]> diff --git a/blog/categories/web/index.html b/blog/categories/web/index.html index b1be90c..8ffaa76 100644 --- a/blog/categories/web/index.html +++ b/blog/categories/web/index.html @@ -106,6 +106,22 @@

Category: Web

2012

+ + + +
@@ -156,7 +172,7 @@

又折腾了一晚

diff --git a/blog/page/2/index.html b/blog/page/2/index.html index 6ce4728..b2fd00b 100644 --- a/blog/page/2/index.html +++ b/blog/page/2/index.html @@ -217,7 +217,7 @@

Ubuntu
diff --git a/index.html b/index.html index f1e533e..4e12418 100644 --- a/index.html +++ b/index.html @@ -9,8 +9,7 @@ - + @@ -124,7 +123,51 @@

+

最近帮南都报社的一小子买了台10.6寸上网本,为了自己也尝尝新电脑玩,将我自己那台14寸笔记本格了,把两台电脑都装了ubuntu12.04 & win7双系统。自然是以前的octopress配置都没了,所以我要在两台电脑都配置好octopress本地环境,创造一个写博客的好环境。

+ +
+ +

一.安装ruby,git等软件依赖

+ +
1
+2
+3
+4
+
kiwi@kiwi:~$ sudo apt-get install git
+kiwi@kiwi:~$ sudo apt-get install ruby1.9.3
+kiwi@kiwi:~$ sudo gem install bundler --pre
+kiwi@kiwi:~$ bundle install
+ + +
+ +

二.从github上获取你的博客

+ +
1
+2
+3
+
kiwi@kiwi:~$ git clone -b source git@github.com:orange8637/orange8637.github.com octopress
+kiwi@kiwi:~$ cd octopress/
+kiwi@kiwi:~$ git clone git@github.com:orange8637/orange8637.github.com _deploy 
+ + +

由于octopress这个项目和我们其他的github项目不同,它可不是只有一个master分支的,所以我们要理清一个关系:文件目录octopress对应远程和本地的source分支,_deploy目录对应远程和本地的master分支。

+ +
1
+2
+3
+4
+5
+
kiwi@kiwi:~/octopress$ git branch
+* source
+kiwi@kiwi:~/octopress$ cd _deploy/
+kiwi@kiwi:~/octopress/_deploy$ git branch
+* master
+ + +
+ +

好了。不到10条指令,源速度够快的话,10分钟我们就配好了octopress环境,就是这么简单,没有数据库史上最快的可以版本控制的博客环境就可以工作了。多rake new_post吧。

@@ -1248,7 +1291,7 @@

diff --git a/sitemap.xml b/sitemap.xml index 31ed1ec..1f2f53d 100644 --- a/sitemap.xml +++ b/sitemap.xml @@ -2,13 +2,13 @@ http://orange8637.github.com/blog/2012/05/14/ubuntu-common-softwae/ - 2012-09-03T19:52:45+08:00 + 2012-09-03T20:39:53+08:00 http://orange8637.github.com/blog/2012/05/15/cao-zuo-xi-tong-zhong-de-linuxming-ling/ - 2012-09-03T19:52:45+08:00 + 2012-09-03T20:40:37+08:00 http://orange8637.github.com/blog/2012/05/30/bu-zhe-teng/ @@ -50,7 +50,7 @@ http://orange8637.github.com/blog/2012/09/03/sui-shi-sui-di-pei-zhi-octopressben-di-huan-jing/ - 2012-09-03T20:01:03+08:00 + 2012-09-03T20:42:02+08:00 http://orange8637.github.com/404.html @@ -58,7 +58,7 @@ http://orange8637.github.com/blog/archives/ - 2012-09-03T20:01:03+08:00 + 2012-09-03T20:42:02+08:00 http://orange8637.github.com/about/ @@ -66,6 +66,6 @@ http://orange8637.github.com/ - 2012-09-03T20:01:03+08:00 + 2012-09-03T20:42:02+08:00 \ No newline at end of file