My Octopress Blog

A blogging framework for hackers.

Hello World

| Comments

Hello World.

I’m playing a little bit with this octopress installation.

Very important is to use the correct environment:

1
rvm use 1.9.2

In order to get the changes up to github, I have to type the following commands

1
2
rake generate
rake deploy

To commit the changes I have to do

1
2
3
git add .
git commit -m 'your message'
git push origin source

Comments