<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Github on 空想枫</title>
    <link>http://it580.com/tags/github/</link>
    <description>Recent content in Github on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Tue, 16 Oct 2012 11:54:15 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/github/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>使用Jekyll在GitHub上架设Blog</title>
      <link>http://it580.com/e4-bd-bf-e7-94-a8jekyll-e5-9c-a8github-e4-b8-8a-e6-9e-b6-e8-ae-beblog/</link>
      <pubDate>Tue, 16 Oct 2012 11:54:15 +0000</pubDate>
      
      <guid>http://it580.com/e4-bd-bf-e7-94-a8jekyll-e5-9c-a8github-e4-b8-8a-e6-9e-b6-e8-ae-beblog/</guid>
      <description>GitHub很多朋友都知道，目前是做git托管最大的网站。详细介绍请看:关于Github. Jekyll是ruby开发的静态页面解析器，可非常简单的用于blog的静态页面生成。 1.建立GitHub账号 访问注册页面:Github免费注册页面 。输入用户名(英文+数字)、电子邮箱地址、设置密码(必须包含一个小写字母、一个数字，长度要7位及以上。)，点击&amp;rsquo;’Create an account’就可建立。 2.新建仓库 注册后登陆GitHub，访问:Create a New Repo建立新的仓库。仓库名称必须使用如下格式:你的用户名.github.com ,不要选中:Initialize this repository with a README.点击&amp;rsquo;’Create repository’就建立好了。 3.安装GitHub客户端 Windows下建议安装GitHub For Windows,其他平台可以直接安装Git客户端。 4.将Jekyll部署到GitHub
 git clone https://github.com/plusjade/jekyll-bootstrap.git BLOGIT580.github.com cd BLOGIT580.github.com git remote set-url origin git@github.com:BLOGIT580/BLOGIT580.github.com.git git push origin master
 请将BLOGIT580，替换为你的用户名。 十分钟后打开浏览器，访问BLOGIT580.github.com，就可以看到架设的Blog了。 5.Jekyll本地环境部署 ruby环境的搭建请参考: Ruby On Rails在Ubuntu 12.04.1 LTS下的安装 执行命令:
 gem install jekyll cd BLOGIT580.github.com rake post title=”hello world ” #新建文章 rm –rf _post/core-samples/ #清理示例文章 jekyll &amp;ndash;server
 请将BLOGIT580，替换为你的用户名。 打开浏览器，访问:http://localhost:4000 查看效果。 6.</description>
    </item>
    
    <item>
      <title>使用gem安装Github上的东西</title>
      <link>http://it580.com/e4-bd-bf-e7-94-a8gem-e5-ae-89-e8-a3-85github-e4-b8-8a-e7-9a-84-e4-b8-9c-e8-a5-bf/</link>
      <pubDate>Sun, 20 Nov 2011 11:24:55 +0000</pubDate>
      
      <guid>http://it580.com/e4-bd-bf-e7-94-a8gem-e5-ae-89-e8-a3-85github-e4-b8-8a-e7-9a-84-e4-b8-9c-e8-a5-bf/</guid>
      <description>1.使用gems.github.com
 gem install username-projectname –source http://gems.github.com
 2.下载源代码并安装
 wget http://github.com/username/projectname/zipball/master
unzip username-projectname-version.zip
cd username-projectname-version.zip
gem build projectname.gemspec
gem install projectname-version.gem
 </description>
    </item>
    
  </channel>
</rss>