Jekyll is a blog-aware, static site generator in Ruby.

learn more… | top users | synonyms

0
votes
1answer
11 views

Jekyll post.content with template

I have a posts that uses a template. I want to display them all on one page like so... {% for post in site.categories.slides %} {{ post.content }} {% endfor %} This only displays the content of ...
0
votes
2answers
12 views

Kramdown/coderay will not parse code snippets using html in Jekyl/Octopress

I have a website that is using Octopress (Which uses Jekyl). Here is my codeblock that I want to display the color highlighting syntax for: ~~~ def what? 42 end ~~~ {:lang='ruby} If this is in ...
0
votes
0answers
16 views

How to maintain a agile styles for different kind of pages in Jekyll? Dynamic style generation?

There are several different kinds of pages in my Jekyll blog, and I want to design a personalized style for each kind of page. However, there are not much differences between styles, basically they ...
0
votes
0answers
14 views

How to detemine if jekyll running locally or in production site?

There is a config param in jekyll called production_url. I can't find any information on how to use it. Ideally i would like to be able to generate permalinks with local url when it is being run ...
-1
votes
0answers
14 views

in Jekyll and markdown how can I get it to display my pages in sorted order?

In Jekyll and markdown how can I get it to display my pages in sorted order? I am trying to find a way to make the pages page on my blog display in sorted order but title of the page, right now I ...
0
votes
2answers
19 views

Allow for a jekyll post to have no day only year and month

Sometimes I have projects that I launch and it takes a month of work and they're launched within a month they have no specific date associated with them. I would like to save a post something like ...
0
votes
1answer
17 views

Octopress installation issues at> rake generate

Having some trouble installing Octopress. I'm not too sure whats going on, but I'd love to understand this error message and debug it. Anyone have any ideas? ➜ octoblog git:(source) ✗ sudo bundle ...
-1
votes
0answers
24 views

Use JavaScript in Jekyll [closed]

I have a Gihub Page instaled, and now I want to embedd my tracking code in javascript. Is it possibly to include javascript? (I do not want to use an other system like image tracking) Thanks, ...
2
votes
3answers
33 views

automatically create mini-website from Markdown files?

Is there a tool that will automatically generate a mini-website---with automatically generated navigation---from locally-stored Markdown files? I'm envisioning a service that will integrate with my ...
0
votes
0answers
20 views

how to add make a line-through in jekyll?

i'd like to add a line-throught in my post, and i try like this: ~~hello,world~~ it's ok in my Mou(a software display markdown content), but it doesn't work in jekyll ,it tell me REXML could not ...
1
vote
1answer
30 views

Github pages: How to extend base layout?

In my github pages directory, I have a folder called _layout in which I have a template file called base.html. It contains nothing more than: <p>Test 1</p> {{ content }} <p>Test ...
0
votes
1answer
18 views

How do I deploy Jekyll to a subdirectory?

Jekyll assumes that the generated site will be served from the root directory, and subsequently all of the links are absolute beginning with "/". I'd like to serve out a blog from a subdirectory, ...
1
vote
2answers
31 views

Previewing blog post in jekyll site

I have the index.html page so far using jekyll, here is the quote: --- layout: layout title: "Posts" --- <section class="content"> <ul class="listing"> {% for post in site.posts %} ...
1
vote
2answers
30 views

Connect to a locally built Jekyll Server using mobile devices in the LAN

After using jekyll serve on one machine, a WEBrick server is set up and the site can be accessed from localhost:4000 on this particular PC. However, I'm wondering how to access this web server from ...
-1
votes
0answers
20 views

GitHub pages without Jekill knowledge - quick start [closed]

I have static website (HTML pages). It is hosted on GitHub.io. I want to add more content using Markdown for authoring. GitHub pages is actually using Jekill. I just need quick way to start. What ...
0
votes
1answer
10 views

Markdown custom ID gets injected to heading tags

I'm trying to make a website with Jekyll, but everytime I use #something to get a first level heading tag of <h1>something</h1>, instead I get <h1 id=something>something</h1> ...
1
vote
1answer
27 views

Fix embedded Gist script scrolling issue on tablets using JavaScript or CSS?

Sample page with embedded gist: http://mystcolor.me/post/23158981244/uipopovercontroller-and-orientation-positioning-problem As you can see, the embedded gist script works perfectly on desktop, ...
0
votes
1answer
20 views

Integrate Jekyll to run into WebStorm on Windows

Is it possible to run Jekyll as External Tool into WebStorm? (same for RubyMine, IntelliJ IDEA, ...) The most obvious thing is to run the jekyll.bat file: ...but this doesn't work.
0
votes
1answer
69 views

Check for existence of file using Jekyll

How can I use Jekyll to test for the existence of a file? To clarify I want to run an {% if %} is an image file exists with the same name as the page I am on. On my page in the YAML front matter: ...
0
votes
0answers
10 views

jekyll don't set site.safe to true when production environment

I use jekyllbootstrap to generate my website. But i find the jekyll didn't set the site.safe to true. so my google analytics don't show on production environment. I test site.safe ...
0
votes
1answer
26 views

rdiscount enable parsing markdown within block html?

Is there any global option for rdiscount to enable parsing markdown in block html tags? And any way to use that option within Octopress/Jekyll? This is the option that Kramdown supports: ...
0
votes
1answer
39 views

Explain structure of site.categories

Jekyll supplies a site.categories variable that is accessible to liquid templates. In my site I currently have two categories with one post each. From looking at the jekyll bootstrap categories.html ...
2
votes
1answer
31 views

Fenced Code Block Styling in Ordered List

I am using fenced-code-blocks in an ordered-list. The code I have is 1. Download and extract `jre-7u21-linux-i586.gz` to `/usr/java` Your `/usr/java` directory should look similar to this, ...
0
votes
1answer
41 views

Syntax highlighting in Jekyll based on YAML variable

When writing markdown with code to be read by Jekyll, you can enable syntax highlighting with {% highlight python %} x = ('a', 1, False) {% endhighlight %} However, this becomes a bit verbose if ...
0
votes
1answer
20 views

Jekyll bootstrap use fixed categories list

Categories are "lightweight" in Jekyll, that is, rather than being fixed in a config file or list somewhere, they are created from scraping the YAML front matter from all the posts (and pages?). I ...
0
votes
1answer
20 views

Two versions of each jekyll post depending on extension

Let's say we have a post the file lives in _posts and is titled 2013-05-11-stackoverflow.md. When you go to my site: http://example.com/2013/05/11/stackoverflow.html I would like to display the ...
1
vote
1answer
96 views

Having trouble installing jekyll-import on OS X 10.8

I try to install jekyll-import with: sudo gem install jekyll-import And I get this error: ERROR: Could not find a valid gem 'jekyll-import' (>= 0) in any repository ERROR: Possible ...
0
votes
1answer
38 views

Jekyll on github doesn't works the same as local jekyll server

Project demo The next button works very well when I ran all the codes on local jekyll server. But it doesn't work on online Github Jekyll server. Looking forward to the best answer.
0
votes
1answer
22 views

What does capturing a liquid variable then assigning to nil do?

Jekyll bootstrap includes the file _includes/JB/setup: {% capture jbcache %} <!-- - Dynamically set liquid variables for working with URLs/paths --> {% if site.JB.setup.provider == ...
0
votes
1answer
81 views

Jekyll - Liquid Exception: cannot load such file — yajl/2.0/yajl

I am trying to get Jekyll working on Windows and am having no luck. This is the first time I've installed/used Ruby. Ruby version: ruby 2.0.0p0 (2013-02-24) [i386-mingw32] ...
1
vote
0answers
33 views

relative liquid links fail on github pages

i'm fairly new to jekyll and github in general, so i apologize for my dumb mistakes, but i'm trying to rebuild my personal site through GitHub pages, and will eventually use a custom domain name. i've ...
0
votes
1answer
16 views

{{ page.path }} returns empty string on GitHub Pages

Jekyll v1.0.0 provides page.path variable to get post's filename. Documentation. On localhost it works fine, but when I push it on GitHub Pages, page.path always evaluates as empty string. GitHub ...
0
votes
1answer
47 views

How do I use markdownify in Jekyll to show an excerpt on the index

I'm looking to show a short excerpt of text from a longer post or page on the index page. I was going to use a custom variable in the Front Matter and grab that, but then I saw the filter for .excerpt ...
0
votes
1answer
86 views

Trying to install Jekyll on Windows 8 (x64): Error installing fast-stemmer-1.0.2.gem

I'm trying to get Jekyll running on Windows 8 x64, using this manual: Running Jekyll on Windows I'm using the following two downloads from rubyinstaller.org: Ruby 2.0.0-p0 (x64) ...
1
vote
1answer
43 views

Why is jeklly --server returning errors

I've noticed a couple of posts that are similar to this but don't understand how to solve the issue. I have rbenv with ruby 1.9.3-p392 installed and get the following error when I run jekyll ...
1
vote
2answers
60 views

I have all my posts in /source/_posts of Octopress, how do I deploy them to Github pages?

For some reason, my gh-pages remote is tracking the _deploy directory within octopress/. So when I do a push within that folder, it pushes an empty blog install. I have a ton of posts in ...
0
votes
1answer
15 views

In jeykll, why latex can't be parsed when I name the post with sufix markdown but it works when with sufix html?

I am using the maruku markdown engine in jeykll, and when post a post, I use math code such as: \begin{aligned} \dot{x} & = \sigma(y-x) \ \dot{y} & = \rho x - y - xz \ \dot{z} ...
0
votes
0answers
24 views

Embedding Markdown in blockquote plugin in Octopress

I like the functionality of the blockquote plugin for Octopress (http://octopress.org/docs/blogging/plugins/). It would give me a nice way of attributing the quote to the author. However, I could not ...
0
votes
1answer
36 views

Can I put the auto directory in my .gitignore for my Jekyll Bootstrap blog?

So I am using Jekyll Bootstrap, which is also available on GitHub, in order to build my blog (which is currently just full of filler content for development). One thing I noticed is that when running ...
1
vote
1answer
65 views

Jekyll: _includes & layout questions

I'm new to Jekyll and web programming in general. I've been looking around for some answer to the particular questions I have and have found none. If they are out there, they must have names I don't ...
1
vote
1answer
47 views

Ignore a specific tag in Jekyll

I am building a site using Jekyll and I have something that looks like {{ }} (a liquid tag) in my code. I want this to end up in the output html after Jekyll finishes generating the site, but Jekyll ...
0
votes
2answers
43 views

Get next and previous elements out of an array in liquid

Short version: I want to add 1 to a number in a liquid template and use the result as an array index. {% capture plus_one %}{{ 0 | plus: 1 }}{% endcapture %} <div>-Value of plus_one: ...
2
votes
1answer
158 views

unable to run bootstrap 3 with jekyll server locally

I just downloaded twitter bootstrap branch 3.0.0-wip, and recieving error when compiling. I also downloaded jekyll-boilerplate and it ran successfully using jekyll server. Am I doing something ...
0
votes
1answer
41 views

How to get page link on time of my jekyll site

If you goto my jekyll site at the following url http://xxxx.com you will see on the time categories, pages, tages, archive and I would like to find a what to put a link right to my resume page on ...
0
votes
0answers
95 views

Jekyll Asset Pipeline + YUI fail to compress JS file

I'm building a site using Jekyll and Jekyll Asset Pipeline and when I generate the site I get the following error: Configuration from /home/liamzebedee/Documents/blog/_config.yml Building site: ...
1
vote
1answer
50 views

Table not render when use Redcarpet in Jekyll GitHub Pages?

As of maruku engine (the default), writing table like surround text, etc. | Tables | Are | Cool | | ------------- |:-------------:| -----:| | col 3 is | right-aligned | $1600 ...
0
votes
1answer
48 views

What is the best way to display categories in a Jekyll site?

I have got a small blog that uses Jekyll. Now I want to add some more functionality to my post layout. I want to add this line on top of every post: Tagged with category1, category2, ... What is ...
0
votes
1answer
37 views

Can I generate content in Jekyll from two different directories

I have two pieces of somewhat unrelated source that I want to turn into one "site" using Jekyll. But they are in two directories. Let's say PROJECT/site/ has the homepage and copy and so forth, and ...
2
votes
2answers
278 views

I am using Jekyll and Markdown on Github for my blog. How do I insert code tags in my page?

I am using Jekyll and Markdown on Github for my blog. How do I insert code tags in my page? example I was thinking I can use the <pre> tags to insert some code snaps into my page to display to ...
2
votes
2answers
76 views

Deploying CSS with Jekyll and Octopress

I am setting up an Octopress blog right now, and there's one thing I'm having some trouble with. I can post on the blog after I've added a Markdown-file in the _posts folder like this: rake generate ...

1 2 3 4 5 11