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: ...
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 |
-----...
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...
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...
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...
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...
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...
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 %}.
...
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...
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....
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
...
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...
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...
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}}%</...
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...
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...
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
1 Next >
© 2022 - 2024 — McMap. All rights reserved.