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
2
votes
1 answer

Consistent case of URLs in Octopress

I have my Octopress permalinks and category set as: permalink: /blog/:categories/:title/ category_dir: blog Examples _post/2013-05-20-BeefStew.markdown --- layout: post title: "Beef & Guinness Stew with Dumplings" date: 2013-05-20 09:24 comments:…
Morgan
  • 19,934
  • 8
  • 58
  • 84
2
votes
2 answers

{{ root_url }} in Octopress is blank

The documentation for Octopress refers to {{ root_url }} in various points, but this value appears to be blank whenever it is used in my site. I tried to research its purpose by looking for where it is defined in the code and cannot find it. Has…
Winston Kotzan
  • 1,979
  • 20
  • 25
2
votes
0 answers

How can I display the last modified date of the post in octopress?

New to all this, trying to figure out how can I add a last modified variable to my blog so that when I issue rake deploy in git all posts that changed with this commit display the current date (ideally localized). Where should I start looking…
Mr_and_Mrs_D
  • 32,208
  • 39
  • 178
  • 361
2
votes
1 answer

Octopress failed on running rake preview

It's a little wired that, I tried to install octopress, everything went very well, but I just can't use the rake preview. There are some information when I tried to view preview: Server seems no problem at all: bash-3.2$ rake preview Starting to…
Gizak
  • 854
  • 2
  • 11
  • 21
2
votes
1 answer

Wrong number of arguments (1 for 2) while serving Jekyll

Fresh installation of Jekyll and Octopress. On starting the server, it yields: Homes-MacBook-Pro:octopress home$ jekyll serve Configuration file: /Users/home/octopress/_config.yml Source: source Destination: public Generating...…
Sidharth Raja
  • 307
  • 1
  • 3
  • 10
2
votes
1 answer

How to enable rdiscount extra markdown 'generate_toc' on Octopress

I tried to make Octopress generate TOC with default markdown parser Rdiscount (2.1.7) by configuring _config.yml, but it didn't work and rake generate failed. I tried answers in RDiscount :generate_toc with Sinatra, but it didn't work for me…
jeromesun14
  • 111
  • 1
  • 6
2
votes
1 answer

Exitwp is unable to import PyYAML module

I'm in the process of migrating a blog from Wordpress to Octopress. As a part of this process, I'm using a tool called exitwp to convert all Wordpress content to Markdown files. I've followed the exitwp setup instructions and installed all the…
leifericf
  • 2,324
  • 3
  • 26
  • 37
2
votes
1 answer

Compass struck while executing 'rake install'

I'm trying octopress with GitHub to host some html files. Everything is fine until rake generate command which generates the public folder as mentioned in Octopress documentation. But, when I execute rake watch command it shows the following and…
Gowtham
  • 11,853
  • 12
  • 43
  • 64
2
votes
1 answer

Recovering from accidental git pull on octopress branches

While migrating to from bash to zsh, that changed my alias of gl from 'git log' to 'git pull'. I then ran that in my octopress blog, first on branch 'master' and then on branch 'source' Big mistake. On Github, the origin/master branch is used for…
justingordon
  • 12,553
  • 12
  • 72
  • 116
2
votes
3 answers

Github pages not updating home page

On my octopress/jekyll blog http://www.railsonmaui.com, after I update an article and push to GitHub pages, the specific blog article is updating, but the home page of blog articles is not updating. Is there any way to tell GitHub pages to clear the…
justingordon
  • 12,553
  • 12
  • 72
  • 116
2
votes
2 answers

rake preview generating site without styles

I've set up a vanilla Octopress blog & I am hosting on github pages, but am encountering some issues when using rake preview. To help troubleshoot, here's a short list of changes I've made since setting up Octopress (that I can recall): in…
2
votes
1 answer

Why does Octopress require the Sinatra gem?

I'm currently getting started with Octopress and just cloned the repo. I noticed in the Gemfile that it requires the Sinatra gem. Why does Octopress need Sinatra? I assume it's only for development.
Lem Ko
  • 413
  • 4
  • 13
2
votes
0 answers

Issue with UTF-8 character in post URL using Octopress

I'm migrating my blog from wordpress and found an old post that google has indexed and seems to have a URL in the following form: http://olddomain.com/old-post-title-%E2%80%93-part-2 You can see the %E2%80%93 in the URL, which apparently correspond…
Goles
  • 11,599
  • 22
  • 79
  • 140
2
votes
1 answer

Octopress app on Heroku shows only a Blank page

This is my first time using Octopress, although I've deployed multiple rails apps to heroku. Whatever I do, I unable to deploy my Octopress app to heroku. When I do, all I get is a blank page. What I did was: git clone…
Sheharyar
  • 73,588
  • 21
  • 168
  • 215
2
votes
1 answer

Octopress style not applied to new blog post

I am using Octopress (based on Jekyll) for a blog. On my latest post, the style has not been applied. The top of the HTML file looks like this, when I viewed the source:

I wrote a program

bjcubsfan
  • 53
  • 5