I am new to Octopress and relatively new to git / github.
I cloned ( installed / configured ) the Octopress repository locally:
git clone git://github.com/imathis/octopress.git sitename cd sitename bundle install rake install
Cool - I now have an Octopress source and a skeleton site on my local drive.
Question 1 - Update
According to the docs, I can update to the latest Octopress changes with:
git pull octopress master
but this leads to an error:
[sitename]$ git pull octopress master fatal: 'octopress' does not appear to be a git repository fatal: Could not read from remote repository.
Why is this failing?
Question 2 - Where does "my" material live?
Now I need to create my own github repositioning for the assets I create, right? If so, am I storing everything there or just things specific to my blog (posts, pages, etc.)? I assume that I need to create reprogramming in github and push my changes there ... but again, I'm not sure if this is correct. Any suggestions would be highly appreciated.
git octopress
RobertJoseph
source share