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

Problems with migration from older ruby/rbenv

I faced with the following problem: I update my OS X to Yosemite, switched to ruby 2.2.2 and decided to come back to my Octopress-based blog. Below I try to describe all my actions one by one, will be glad if someone tell me where I did something…
Kirill Lykov
  • 1,293
  • 2
  • 22
  • 39
2
votes
1 answer

Dockerization of octopress with Alpine Linux

I'm not sure if this is right place to ask this question. I'll try. Please close if it's not compliant. I'm having problems dockerizing octopress to publish content on github.io, specifically with Alpine Linux. This is my Dockerfile: FROM…
dierre
  • 7,140
  • 12
  • 75
  • 120
2
votes
1 answer

Octopress Build Error

I'm working on a post on my Octopress blog, and everything seems to be pushing up to my github account correctly. However, when I run rake generate, I get the following email: The page build failed with the following error: The submodule…
Sara Fuerst
  • 5,688
  • 8
  • 43
  • 86
2
votes
1 answer

Show only headers in Octopress RSS

I have a blog based on Octopress. It generates an RSS-feed, but that feed contains whole pages (posts) with images included. How can I "shrink" it, so it would contain only headers of pages (posts)? Octopress: 2.0 Jekyll: 2.0.3
retif
  • 1,495
  • 1
  • 22
  • 40
2
votes
1 answer

How to deploy pure html to Octopress?

I am using Octopress to write posts, which uses markdown file to generate html files, using : rake new_post['my_post'] rake generate But what if I need to add some JavaScript demo inside my post, which I need to write some code inside the post,…
JaskeyLam
  • 15,405
  • 21
  • 114
  • 149
2
votes
1 answer

Octopress - source branch suddenly is pushing to master

The problem appeared a while ago: $ git push origin source To git@github.com:Loremaster/Loremaster.github.io.git ! [rejected] source -> master (fetch first) error: failed to push some refs to…
ExiRe
  • 4,727
  • 7
  • 47
  • 92
2
votes
1 answer

octopress's date_format not working

I comment the original data_format in _config.yml and have set the date format to another one(I tried several date format): date_format: "%F %a" #2012-01-01 #date_format: "ordinal" I rake generate and rake preview/or rake deploy, I…
JaskeyLam
  • 15,405
  • 21
  • 114
  • 149
2
votes
1 answer

How do I display most recent blog post on Octorpess/Jekyll landing page

I created a landing page for my octopress website and I'd like to have the most recent blog post displayed on the home page, but just the most recent blog. I am not sure quite how to proceed. Is there a code like {% include post %} that will allow…
spasticninja
  • 681
  • 8
  • 16
2
votes
1 answer

How to convert a Jekyll theme to Octopress theme

I started fiddling with Octopress recently, and I found a theme for Jekyll that I liked it. The problem is that this theme doesn't have a similar structure that Octopress needs for themes. I tried to clone the repo directly into my Octopress…
Danny
  • 986
  • 1
  • 18
  • 42
2
votes
0 answers

Rake doesn't work with latest Compass? "uninitialized constant Sass::Script (NameError)"

I've been playing with Octopress for few days and today wanted to try latest Susy v. 2.1.2 which requires Compass v. 1.0 (1.0.0.alpha.19 atm) which requires Sass v. 3.3 , as far as I know… Beside that, according to the Susy changelog, Susy is…
mahish
  • 975
  • 7
  • 15
2
votes
2 answers

How do I update Octopress?

The official guide says: git pull octopress master # Get the latest Octopress bundle install # Keep gems updated rake update_source # update the template's source rake update_style # update the template's style I am stuck at rake…
Mr_and_Mrs_D
  • 32,208
  • 39
  • 178
  • 361
2
votes
1 answer

How to show progress when using rake generate?

Is there any way to show the progress when I run rake generate? I have many posts, and when I generate the posts the progress seems to be locked. I'm using Octopress.
viniciusmo
  • 974
  • 2
  • 10
  • 15
2
votes
1 answer

Installing Octopress on windows 7 using Yari-Dependencies not loading when bundle install is executed

When you install Octopress many use rvm to switch between Ruby versions. However, rvm does not work for Window users so Scott Muc created Yari After following this and that, I finally overcame the yari not found issue by simply restarting the…
scalaGirl
  • 335
  • 4
  • 17
2
votes
2 answers

Installing Octopress on Mountain Lion: rehash issue

I was trying to get my Ruby 1.9.3 running for my Octopress installation. When I typed: rbenv rehash I got an error: rbenv: cannot rehash: /Users/my-computer-name/.rbenv/shims/.rbenv-shim exists How to get rid of this issue?
user1583825
2
votes
2 answers

Cannot preview Octopress generated website

I am new to Jekyll and I am trying to build a blog using static pages with Octopress. rake is generating the site correctly without any errors but when I try to preview the site, depsite that the server starts without any error >>> Compass is…
Ucodia
  • 7,410
  • 11
  • 47
  • 81