<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://www.kevinlee.io/w/skins/common/feed.css?270"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
		<id>https://www.kevinlee.io/w/index.php?action=history&amp;feed=atom&amp;title=Octopress</id>
		<title>Octopress - Revision history</title>
		<link rel="self" type="application/atom+xml" href="https://www.kevinlee.io/w/index.php?action=history&amp;feed=atom&amp;title=Octopress"/>
		<link rel="alternate" type="text/html" href="https://www.kevinlee.io/w/index.php?title=Octopress&amp;action=history"/>
		<updated>2026-05-06T07:45:31Z</updated>
		<subtitle>Revision history for this page on the wiki</subtitle>
		<generator>MediaWiki 1.16.0</generator>

	<entry>
		<id>https://www.kevinlee.io/w/index.php?title=Octopress&amp;diff=526&amp;oldid=prev</id>
		<title>Kevin at 17:34, 28 June 2013</title>
		<link rel="alternate" type="text/html" href="https://www.kevinlee.io/w/index.php?title=Octopress&amp;diff=526&amp;oldid=prev"/>
				<updated>2013-06-28T17:34:13Z</updated>
		
		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: white; color:black;&quot;&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
			&lt;col class='diff-marker' /&gt;
			&lt;col class='diff-content' /&gt;
		&lt;tr valign='top'&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;← Older revision&lt;/td&gt;
		&lt;td colspan='2' style=&quot;background-color: white; color:black;&quot;&gt;Revision as of 17:34, 28 June 2013&lt;/td&gt;
		&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;
&lt;td colspan=&quot;2&quot; class=&quot;diff-lineno&quot;&gt;Line 1:&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt;-&lt;/td&gt;&lt;td style=&quot;background: #ffa; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Weblog Software]]&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt;+&lt;/td&gt;&lt;td style=&quot;background: #cfc; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;[[Category:Weblog Software&lt;ins class=&quot;diffchange diffchange-inline&quot;&gt;]][[Category:Ruby&lt;/ins&gt;]]&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;= Installation =&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;= Installation =&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;tr&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Octopress ==&lt;/div&gt;&lt;/td&gt;&lt;td class='diff-marker'&gt; &lt;/td&gt;&lt;td style=&quot;background: #eee; color:black; font-size: smaller;&quot;&gt;&lt;div&gt;== Octopress ==&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;
&lt;/table&gt;</summary>
		<author><name>Kevin</name></author>	</entry>

	<entry>
		<id>https://www.kevinlee.io/w/index.php?title=Octopress&amp;diff=525&amp;oldid=prev</id>
		<title>Kevin: Created page with &quot;Category:Weblog Software = Installation = == Octopress == &lt;pre&gt; $ git clone git://github.com/imathis/octopress.git octopress  $ cd octopress  $ sudo bundle install  &lt;/pre&gt; * ...&quot;</title>
		<link rel="alternate" type="text/html" href="https://www.kevinlee.io/w/index.php?title=Octopress&amp;diff=525&amp;oldid=prev"/>
				<updated>2013-06-28T17:33:18Z</updated>
		
		<summary type="html">&lt;p&gt;Created page with &amp;quot;&lt;a href=&quot;/wiki/Category:Weblog_Software&quot; title=&quot;Category:Weblog Software&quot;&gt;Category:Weblog Software&lt;/a&gt; = Installation = == Octopress == &amp;lt;pre&amp;gt; $ git clone git://github.com/imathis/octopress.git octopress  $ cd octopress  $ sudo bundle install  &amp;lt;/pre&amp;gt; * ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;[[Category:Weblog Software]]&lt;br /&gt;
= Installation =&lt;br /&gt;
== Octopress ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ git clone git://github.com/imathis/octopress.git octopress &lt;br /&gt;
$ cd octopress &lt;br /&gt;
$ sudo bundle install &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
* If this error occurs, make sure that ruby1.9.1-dev is installed.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
An error occurred while installing RedCloth (4.2.9), and Bundler cannot&lt;br /&gt;
continue.&lt;br /&gt;
Make sure that `gem install RedCloth -v '4.2.9'` succeeds before bundling.&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ rake install &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== For github page ==&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ rake setup_github_pages &lt;br /&gt;
# Enter:&lt;br /&gt;
git@github.com:username/project.git&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ rake generate &lt;br /&gt;
$ rake deploy &lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* Add git repository for blog itself&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$ git remote add origin (your repo url) &lt;br /&gt;
# set your new origin as the default branch&lt;br /&gt;
$ git config branch.master.remote origin&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kevin</name></author>	</entry>

	</feed>