octopress Questions

18

Solved

I am trying to deploy octopress on github pages. I followed these instructions: http://octopress.org/docs/deploying/github/ It all worked well until the commit part, where I get error: fatal: ...
Charades asked 11/11, 2013 at 22:18

6

Solved

I am using markdown in order to create a table. My Description column contains very long texts and therefor it looks very bad on the markdown file when I wrap lines: Argument | Description | -----...
Erasure asked 11/4, 2013 at 17:29

6

I'm using Octopress as my blog engine. It's perfect. But if there are many posts, for example 400+ posts, the speed of generation is soooo slow. So, is there any way to speed up Jekyll/Octopress g...
Ambition asked 4/11, 2012 at 9:20

1

Solved

noob here, I'm trying to install octopress but when i run rbenv exec bundle install i got this error. Gem::Ext::BuildError: ERROR: Failed to build gem native extension. current directory: /home/id...
Ance asked 27/2, 2017 at 2:56

1

I am using Octopress 3, and when I run jekyll build, it generates the correct set of files (which includes my static files, see list of files below): $ cd _site :_site$ ls -a . CNAME assets googl...
Cuticula asked 29/8, 2016 at 7:16

2

Solved

For different posts (generated through rake new_post[my_post]), I want to add a javascript function that is to be only included in that post, and nowhere else on the blog. I can do this by hand-ed...
Accomplice asked 10/6, 2012 at 0:11

2

Solved

I'm working on a Jekyll tag plugin for my Octopress site to help me make a 'note' element. I just want to be able to highlight a piece of information on my blog as a side note, like this. The prob...
Haffner asked 3/10, 2013 at 21:49

1

I am new to Markdown and stuck. As of now, I am learning to be honest with Markdown itself using the Jekryllrb platform - I use the same for my blog via Octopress; however, I am finding it difficul...
Maimonides asked 25/6, 2015 at 0:8

1

Solved

I am not looking for a way to link to Youtube. I want to refer to a self-hosted mp4 file. I already have {% audio my-file.mp3 %} working. I am looking for an equivalent {% video my-file.mp4 %}. ...
Jhvh asked 17/11, 2014 at 23:35

8

Solved

I want to install Octopress in my computer. I try to do it like Octopress document. When I run bundle install I got error message An error occured while installing RedCloth (4.2.9), and Bund...
Savona asked 25/8, 2012 at 4:25

2

Solved

I have setup a setup a blog on github pages using Octopress. I have created my first post, and am able to view it on localhost using rake preview . However it is failing to deploy to github pages. ...
Sultan asked 25/1, 2014 at 21:1

1

Solved

I have set up Octopress with my Github account at http://acgrama.github.io/. The main page is a vanilla HTML, non-Octopress landing page, and the blog is set up in Octopress under source/blog. (I h...
Brittaneybrittani asked 23/6, 2014 at 9:55

1

I have done these: add an "about" page for example: 1.Create the “about” page: rake new_page["about"] 2:Add the link: <li><a href="/about">About</a></li> then generated....
Quin asked 30/9, 2013 at 17:8

2

Solved

I installed Octopress in GitHub Pages. And I clone the repository. $ git clone [email protected]:my-name/my-name.github.io.git $ git checkout source And $ rake setup_github_pages I input...
Andalusite asked 12/7, 2013 at 7:14

1

I understand that Octopress is designed to run as a standalone web application. I have a personal website, and I want to add a blog to it, and for numerous reasons I would like to use Octopress fo...
Cheremkhovo asked 4/7, 2013 at 8:27

3

Solved

I'm new to Octopress and relatively new to git/github. I cloned (installed/setup) the Octopress repo locally: git clone git://github.com/imathis/octopress.git sitename cd sitename bundle install ...
Airlee asked 9/9, 2013 at 11:55

2

Solved

I setuped an octopress blog for my github and now I want to add new posts. I need to add images to my posts, which I tried doing like so: {% img /images/image.png 'alt' %} This will only work on...
Adulterate asked 11/6, 2013 at 19:47

2

Solved

Octopress is a great blogging engine; however, I seem to have a lot of trouble finding how to create a new theme in Octopress. The official guide I found (http://octopress.org/docs/theme/) only li...
Dispermous asked 29/4, 2013 at 22:3

1

Solved

I have ruby version 1.9.3 installed on my machine and working on an octopress project for my personal website. I used rvm for my gems and followed all the steps documented by octopress.org. But I ...
Hoshi asked 4/7, 2013 at 8:26

1

I would like to add a simple counter to my blog posts. That way, each blog post has its own counter and can display how many times the post was clicked. How can I achieve that with Octopress? Any ...
Headship asked 11/4, 2013 at 20:10

3

Solved

I followed all instructions in Octopress Documentation: sddhrthrt@thinkpad:~/octopress$ rake generate ## Generating Site with Jekyll directory source/stylesheets/ create source/stylesheets/scre...
Whallon asked 8/12, 2012 at 15:22

1

Solved

I'm using Octopress to blog, and I want to post the following code snippet (it's Mustache JS syntax): ``` <ul id="beers-list"> {{#beers}} <li>{{name}} - {{color}} - {{alcohol}}%</...
Natheless asked 3/4, 2013 at 11:30

1

Solved

I'm using Octopress for blogging, but I still haven't quite grasped the difference, if any, between "liquid extension"-style code blocks, using {% codeblock %}, and the more normal markdown-looking...
Botel asked 3/3, 2013 at 21:59

2

I have image terminal.png on directory /Users/tragicidea/Desktop/terminal.png. I want to insert that image on my post using this script {% img /Users/tragicidea/Desktop/terminal.png %} but my im...
Perot asked 21/11, 2012 at 4:47

1

Solved

Octopress (Dark) Octopress (Light) Github Octopress default color is not that nice, how to change the color for code block to Github-like?
Muddy asked 28/11, 2012 at 13:52

© 2022 - 2024 — McMap. All rights reserved.