Note that there are some explanatory texts on larger screens.

plurals
  1. POPosting on Octopress
    primarykey
    data
    text
    <p>I recently started looking for a solution to get ruby 'on the rails' for using with Octopress, due the fact I had issues with working with Ruby/Passenger/Apache I decided to host my Octopress site on Github pages. </p> <p>Now I've got my own octopress running but I'm running into issues because I'm new with Github AND Octopress - maybe someone can help me out? </p> <p>I have a:</p> <ul> <li>Master branch</li> <li>Source branch</li> </ul> <p>This is what I see:</p> <pre><code>User@WKS-021 ~/octopress $ git remote -v octopress git://github.com/imathis/octopress.git (fetch) octopress git://github.com/imathis/octopress.git (push) origin https://github.com/xxxxx/xxxxx.github.com.git (fetch) origin https://github.com/xxxxx/xxxxx.github.com.git (push) </code></pre> <p>And:</p> <pre><code>User@WKS-021 ~/octopress $ git branch * source </code></pre> <p>For now I imported the theme(s) I liked but how can I deploy the posts? For example from the Octopress documentation I can do:</p> <pre><code>rake new_post["Hello Octopress"] # Creates source/_posts/2012-01-30-Hello-Octopress.markdown </code></pre> <p>I can see this in (after rake generate/deploy)</p> <p>~/octopress/source/_posts (local) </p> <p>But even after:</p> <pre><code>$rake generate $git add . $git commit -m "Initial blog post." $git push origin source $rake deploy </code></pre> <p>I can't do anything with it, when I fill in the browser - I constantly get a 404 page error</p> <p><a href="http://xxxxx.nl/blog/2012/01/30/Hello-Octopress" rel="nofollow">http://xxxxx.nl/blog/2012/01/30/Hello-Octopress</a></p> <p>What am I doing wrong AND are the posts coming on the frontpage (index.html) or? Even tried to make pages but same issue.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload