<?xml version="1.0" encoding="utf-8" standalone="yes" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Jekyll Bootstrap on 空想枫</title>
    <link>http://it580.com/tags/jekyll-bootstrap/</link>
    <description>Recent content in Jekyll Bootstrap on 空想枫</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <copyright>&amp;copy; 2001-2020 空想枫</copyright>
    <lastBuildDate>Thu, 18 Oct 2012 21:18:09 +0000</lastBuildDate>
    
	<atom:link href="http://it580.com/tags/jekyll-bootstrap/index.xml" rel="self" type="application/rss+xml" />
    
    
    <item>
      <title>Jekyll Bootstrap配置</title>
      <link>http://it580.com/jekyll-bootstrap-e9-85-8d-e7-bd-ae/</link>
      <pubDate>Thu, 18 Oct 2012 21:18:09 +0000</pubDate>
      
      <guid>http://it580.com/jekyll-bootstrap-e9-85-8d-e7-bd-ae/</guid>
      <description>1.修改配置 执行命令: nano _config.yml 将permalink: /:categories/:year/:month/:day/:title/修改为permalink: /:categories/:title/。 将title修改为你的Blog名称,production_url修改为你的github域名 .去disqus注册帐号并新建站点,将设置的英文名放到 comments-&amp;gt;disqus下的short_name,如果使用google分析,将你在google分析新加的站点的跟踪码放到analytics-&amp;gt;google的tracking_id部分.&amp;gt; 2.编辑首页 执行命令: nano index.md 修改title部分为你的首页名称,将不需要的部分删除,只需 保留原来的
  {% for post in site.posts %} { { post.date | date\_to\_string }} &amp;raquo;  </description>
    </item>
    
    <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>
    
  </channel>
</rss>