|
@ -22,11 +22,8 @@ Octopress gives developers a well designed starting point for a Jekyll blog. It' |
|
|
Setup is really simple. |
|
|
Setup is really simple. |
|
|
|
|
|
|
|
|
1. Download Octopress: <code>git clone git://github.com/imathis/octopress.git</code> |
|
|
1. Download Octopress: <code>git clone git://github.com/imathis/octopress.git</code> |
|
|
2. Install required gems: |
|
|
2. Install required gems:<br/> |
|
|
sudo gem install henrik-jekyll |
|
|
<code>sudo gem install henrik-jekyll compass fssm serve rdiscount compass-colors</code> |
|
|
sudo gem install compass |
|
|
|
|
|
sudo gem install fssm |
|
|
|
|
|
sudo gem install serve |
|
|
|
|
|
3. Run <code>rake preview</code> to build the site and preview it in a local webserver. |
|
|
3. Run <code>rake preview</code> to build the site and preview it in a local webserver. |
|
|
|
|
|
|
|
|
You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/setup-configuration). |
|
|
You'll want to change some settings, so check out the wiki for [Setup & Configurations](http://wiki.github.com/imathis/octopress/setup-configuration). |
|
|