Questions tagged [octopress]

Octopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages.

Octopress is a framework designed by Brandon Mathis for Jekyll, the blog aware static site generator powering Github Pages.

You can connect with Octopress on:

351 questions
0
votes
1 answer

Including plusone and twitter button in Octopress

I own a webpage generated with Octopress. It has a article overview on a main page, which includes the last ten articles. Every article gets a +1 button. But if I +1 one article, the whole page gets +1'd. I don't want that, as you may think. How do…
musicmatze
  • 4,124
  • 7
  • 33
  • 48
0
votes
1 answer

octopress' categories menu name

I use octopress as my blog engine.Recently when I created C++ categories,but the created menu name is not c++,the "+" was changed to "-", I don't know why?I hope some one could help me. Thanks very much!
Snow
  • 13
  • 5
0
votes
1 answer

rvm and octopress cannot generate gists and pictures under mac

Since I installed octopress I can not run rake generate for posts that include pictures, code or other media. I get all kind of errors. I'm using rvm's ruby 1.9.3p194 (2012-04-20 revision 35410) [x86_64-darwin12.0.0] under Mountain Lion. As a…
patm
  • 1,420
  • 14
  • 19
0
votes
1 answer

rake install does not work for octopress

I am trying to setup rake via this doc. http://octopress.org/docs/setup/ But I get some errors. ikhthiandor@ikhthiandor-Satellite-L450:/opt/octopress$ rake install ## Copying classic theme into ./source and ./sass mkdir -p source rake…
user893373
0
votes
1 answer

Rake preview not loading the page at localhost

I have a Octopress blog on Github I use Mac terminal to do my changes and push blog. Everything was fine until I upgraded to Mountain Lion. Now when I do the following > $ rake preview > …
daydreamer
  • 87,243
  • 191
  • 450
  • 722
0
votes
1 answer

Octopress and jsMath together

I'm moving my blog to Octopress. I have a small niggle with the interaction between Octopress and MathJax, in that the markdown parsing in Octopress happens first, and it tramples all over the MathJax code. For an example of what I mean, you can see…
Chris Taylor
  • 46,912
  • 15
  • 110
  • 154
0
votes
1 answer

Does Markdown have a mechanism for attaching figure, listing, etc. numbers to blocks of content?

For example, if I want to refer to a block of code as "Listing 1" in an article, is there a way to render "Listing 1" at the end of that block of code? E.g: public class Foo { } Listing 1
Behrang
  • 46,888
  • 25
  • 118
  • 160
0
votes
0 answers

Octopress Posix Error

I'm trying to generate a blog with octopress. When I do rake deploy I get this error: Could not find posix-spawn-0.3.6 in any of the sources Run `bundle install` to install missing gems. bundle install: Using rake (0.9.2.2) Using RedCloth (4.2.9)…
Dolores
  • 323
  • 1
  • 12
0
votes
2 answers

path_to_check in shell prompt

I am using oh-my-zsh and RVM and generally I was pretty happy until I discovered Octopress. Picture first: I have a custom shell prompt that displays current dir, git status, git branch, etc. It seems that Octopress code somehow breaks RVM. Or, at…
Sergio Tulentsev
  • 226,338
  • 43
  • 373
  • 367
0
votes
2 answers

No 'post' object available in Octopress

I just installed octopress as a blogging system and built my own little theme. Everything works fine but there's one thing which isn't working yet. Within a single post view, I don't seem to have a 'post' object. Which means…
Pascal Precht
  • 8,803
  • 7
  • 41
  • 53
0
votes
1 answer

How to create a custom article type in octopress?

There are 2 different article types: post(blog) and page in Octopress. What if I like to creat another custom article type (ex, project) with different article template and index page? Just like we can have on Drupal's node system.
Drake Guan
  • 14,514
  • 15
  • 67
  • 94
0
votes
2 answers

reading metadata from php file using php

After looking around for something like octopress in php and not finding anything, I decided to create something myself in php that would do the trick. I'd like to start with writing some code in php that reads php files and can extract meta-data…
b20000
  • 995
  • 1
  • 12
  • 30
0
votes
2 answers

Can't get ruby 1.9.3 installed on OSX Mountain Lion

I have home brew installed and rbenv. I've followed these instructions: http://octopress.org/docs/setup/rbenv/ Everything seems to work flawlessly but when I type ruby -v it still says 1.8.7... Not sure what I'm doing wrong.
The Internet
  • 7,959
  • 10
  • 54
  • 89
0
votes
2 answers

Using `rack-rewrite` to Remove the Month and Date from a Permlink

I've started the process of moving my blog to Octopress, but unfortunately, a limitation of Jekyll doesn't allow me to use abbreviated month names for my permalinks. Therefore I'm looking to just get rid of the month and day bits altogether. I'ved…
Bryan Veloso
  • 1,595
  • 18
  • 34
0
votes
1 answer

why the fancybox cannot work in my octopress blog?

As the title said, the fancybox cannot work well in my octopress blog? My github project URL: https://github.com/tinyxd/tinyxd.github.com My blog url : http://tinyxd.me
Tiny
  • 1
  • 1
1 2 3
23
24