+ [2013-06-28T16:49:20Z] glasser not the tradeoff I want to make, but looks great if you wanted to :)
+ [2013-06-28T16:49:34Z] glasser it might be nice to mention this on http://octopress.org/docs/deploying/github/
+ [2013-06-28T16:49:52Z] pontiki_ hmm, i read it in the docs someplace
+ [2013-06-28T16:50:36Z] pontiki_ that is exactly what this means: "Github Pages for users and organizations uses the master branch like the public directory on a web server, serving up the files at your Pages url http://username.github.com. As a result, you’ll want to work on the source for your blog in the source branch and commit the generated content to the master branch"
+ [2013-06-28T16:52:41Z] glasser ah, that's one of those sentences that makes perfect sense once I know the answer and is kind of vague before. But you're right.

message no. 3518

Posted by jaybe in #octopress at 2013-06-28T14:49:18Z

rob_, jekyll can uses any number of markdown engines. basically, jekyll leverages the 'markdown' format. there are markdown gui editors as well as some online options.
+ [2013-06-29T14:14:06Z] cptloop Hey, could anyone take a look at http://stackoverflow.com/questions/17320019/octopress-blog-deploying-error-no-such-file-or-directory-public-posts-build ? I am completely lost trying to figure it out. Something about .coveragerc not found?
+ [2013-06-30T03:07:04Z] Guiri Hi. We're using Octopress for a collaborative blog but I'm running into a permissions issue. Whenever I rake, the permissions are changed to user:user. If I set them to user:sharedgroup then, of course, my friend can also rake generate his posts.
+ [2013-06-30T03:08:07Z] Guiri Also, what happened to https://github.com/imathis/octopress/issues? I was going to check to see if there was a bug posted for Google Plus One failing on blog posts
+ [2013-06-30T13:30:00Z] DoctorHobo Hi! I'm using rbenv 1.9.3-p194. I installed "jekyll-scholar" via "gem". When I run "rake generate" I get a LoadError for jekyll/scholar, but when I run "jekyll build" everything works fine (including the jekyll-scholar features). I'm guessing this has something to do with rake, but I'm a Ruby newbie. Any ideas?