Jekyll is a simple, blog aware, static site generator. It takes a template directory (representing the raw form of a website), runs it through Textile or Markdown and Liquid converters, and spits out a complete, static website suitable for serving with Apache or your favorite web server. It is the engine behind GitHub's Pages feature.
14
votes
2answers
647 views
Syntax Highlighting with Pygments is failing via Liquid Templates String Error
I'm using Jekyll to convert my markdown and Pygments for syntax highlighting.
Here is the error maruku displays:
Liquid error: undefined method `join' for "\n song_info = []\n for song in songs:\n ...
11
votes
3answers
2k views
An easy way to support tags in a jekyll blog
I am using the standard jekyll installation to maintain a blog, everything is going fine. Except I would really to tag my posts.
I can tag a post by using the YAML front matter, but how do I ...
6
votes
2answers
608 views
Can a Rails app and a Jekyll blog live together?
I have a Rails app and I want to add a blog feature; my idea is to use Jekyll which is a great blog tool, I just need to figure out if it's possible to use http://my.app.com/blog as a url (knowing ...
6
votes
1answer
362 views
Can Jekyll act over css or js files?
I'm using Jekyll for one of my projects and it really seems a very good alternative for developing simple websites but maintaining some processes automated.
It's nice how the Liquid Extensions work, ...
5
votes
1answer
113 views
Using octopress with emacs org-mode for blogging
Is there any example of using Org-mode with octopress for blogging? I want to use org-mode for all the blog posts and export it to html. I understand this is possible, is there any example for this to ...
5
votes
3answers
270 views
Using filters in Liquid tags
I'm using jekyll and Liquid to generate a static web site on github pages.
I want to base some content decisions on whether the amount of content in a document has reached a specific number of works. ...
5
votes
1answer
263 views
Jekyll Permalinks
What I'm trying to do is get all my posts to have the following format: domain.com/blog/title.
However, in my _posts folder I have a file named 2010-07-11-hello.markdown and it contains the ...
5
votes
2answers
1k views
Installing native Ruby extensions on Windows for Jekyll
I'm about to go crazy here so I'll just ask:
How the hell do you install the Ruby Gem Jekyll on Windows.
Jekyll depends on fast-stemmer-1.0.0 and that has to be built as a native extension
I found ...
4
votes
2answers
317 views
In Jekyll, is there a concise way to render a Markdown partial?
I've got a Markdown-formatted sidebar that I'd like to show up in my Jekyll blog. I'd previously tried to include it like {% include sidebar.markdown %} but it wouldn't actually render the Markdown. I ...
4
votes
1answer
421 views
Highlight with Jekyll and pygments doesn't works
I want to use pygments with jekyll
In my code I have the following:
{% highlight java %}
NullPointerException at org.springframework.core.GenericTypeResolver.getTypeVariableMap
{% endhighlight %}
...
4
votes
1answer
261 views
Include different file in Jekyll depending on the locale
I'm trying to create my first Jekyll website and I'm encountering a problem designing the i18n part.
The different articles will be totally rewritten for each language, so each one will be a ...
4
votes
2answers
2k views
Use a subdirectory as root with htaccess in Apache 1.3
I'm trying to deploy a site generated with Jekyll and would like to keep the site in its own subfolder on my server to keep everything more organized.
Essentially, I'd like to use the contents of ...
4
votes
2answers
834 views
Having difficulties with Jekyll / Liquid
I'm tring to do a loop for Nav links below my posts. This is going into the _layout of posts.html
I can't get the link to not show if the post is the last or the first. Any help would be awesome.
...
3
votes
2answers
454 views
How can I create a page in jekyll?
I know how to create a post in jekyll, but how can I create a page (like About) without it being considered as a post?
Also, I use Github pages, so I can't use extensions.
3
votes
2answers
443 views
Limit jekyll post list to certain categories
I have a jekyll website and I have a category (called photo) and I wanted to create a separate layout for a page that would list just the posts that were in the photo category. I also want to keep ...
2
votes
1answer
81 views
How to generate new content with Hyde?
I'm starting to learn Hyde and I've cloned a few blogs written in Hyde from Github. I can successfully generate these sample blogs in my web browser and serve them locally; however, I can't seem to ...
2
votes
1answer
88 views
How does Jekyll know what layout it should use for each specific URL?
When I request a specific URL on a website ran on Jekyll, eg. www.mysite.com/blog.html how does Jekyll know what layout it should render to display blog.html?
I used to work with Django, where there ...
2
votes
1answer
99 views
YAML on Textile Parsing
I think this is my first question here. I've been lurking around on StackOverflow for quite some time now it has been a great resource to me.
I'm writing a small static site generator that works like ...
2
votes
0answers
110 views
How to use Loop in Jekyll
Suppose I have a directory and file structure as shown below in the jekyll for creating the static site. In this case how can I make a loop for the dev directory so that each time i can get the ...
2
votes
1answer
181 views
Jekyll/Liquid - how to add large blocks of text to YAML front matter?
I'm trying to implement a service catalog in Jekyll, in which each of 20 or 30 pages will contain a 7x2 table. The left column will hold labels, e.g. Overview, Available To, etc, while the right ...
2
votes
1answer
147 views
Liquid error: wrong number of arguments
I am trying a simple Jekyll plugin:
class MonthlyArchives < Liquid::Tag
def initialize(tag_name, text, tokens)
super
@text = text
end
def render(context)
"#{@text} ...
2
votes
1answer
462 views
Jekyll select current page url and change its class
I've been using Jekyll for a static site (so that its easy to maintain), and have been stuck at the following feature :
This is my link bar :
<ul id="links">
<li class="first"><a ...
2
votes
3answers
202 views
Publish Jekyll Site To Git Repository
Every time I run Jekyll it destroys the entire contents of the destination folder. The problem with this is that my destination directory is a small git repo from which I use to push to my actual ...
2
votes
3answers
504 views
Nested liquid loops in a Jekyll archive page not working. Using an outer loop variable inside the inner's condition
I am working with the jekyll static site builder, and I am having
difficulty performing the following:
{% for category in site.categories %}
<h2 id = "{{ category[0] }}"> {{ category[0] }} ...
2
votes
1answer
445 views
How can I automatically escape HTML content using Jekyll and Markdown?
In foo.markdown I have the following:
---
layout: default
title: Snarky little Ewok
---
A little Ewok is sometimes referred too as <h3>. But pappa Ewok is called <h1> - if you know ...
2
votes
1answer
429 views
How do you install Jekyll on OSX?
I was following the instructions here, so I ran gem install jekyll on my osx machine, and got the following:
WARNING: Installing to ~/.gem since /Library/Ruby/Gems/1.8 and
/usr/bin aren't both ...
2
votes
1answer
214 views
How to use jekyll to write a documentation of a project?
I am writting a documentation for my project. I have done my project in python. But I choose jekyll to write down the documentation. But I didn't found any helpful documentation. There is lots of ...
2
votes
1answer
551 views
What makes static site generators like Jekyll and Hyde better than XML and XSLT?
The idea seems to be very similar by keeping actual content separate from the final output rendering so that changing the template or styling is trivial.
2
votes
1answer
631 views
jekyll - plugins support - how does it work?
I've just found this comment from mojombo:
The latest on master now has Plugin support. Look at lib/jekyll/converters for examples of how they're done. Also, any *.rb files in a _plugins directory ...
2
votes
4answers
809 views
Modulus (or lack thereof) in Ruby's Liquid templating engine
I'm working on a Jekyll site and am trying to output three column divs nested in a row div. Liquid makes this pretty easy with their cycle filter:
{% for p in site.categories.post %}
{% cycle ...
1
vote
0answers
51 views
+50
Sorted navigation menu with Jekyll and Liquid
I'm constructing a static site (no blog) with Jekyll/Liquid. I want it to have an auto-generated navigation menu that lists all existing pages and highlight the current page. The items should be added ...
1
vote
2answers
54 views
VIM: Shortcut to insert empty liquid tags?
I'm migrating my blog to Jekyll and using MacVim to write my posts. I notice that I'm writing tags that look like this a lot:
{% highlight bash %}
chmod -R g+w test
{% endhighlight %}
or even...
...
1
vote
1answer
95 views
How can I make Jekyll use a layout without specifying it?
In order to keep some of my Jekyll sites simple, I'm always using the same layout. That is to say, I'm always writing something like. . .
---
layout: default
title: Here's my Title
---
. . . as ...
1
vote
2answers
86 views
Using Live Reload with Jekyll
I'm getting started with Jekyll static site generator and I would like to use Live Reload with it. I know Jekyll has a generator and server commands, and Live Reload can run various compilers and ...
1
vote
2answers
82 views
How can I make GitHub pages use the master branch?
I have a static website using Jekyll hosted on GitHub. The problem is, I don't really need the master branch, as the only thing the repository contains is the website.
This way I have to git checkout ...
1
vote
2answers
107 views
Jekyll / Liquid tag list
Can anyone point me to the definitive list of supported Jekyll Liquid tags?
I'm aware of {{ contents }} and a few others from https://github.com/mojombo/jekyll/wiki/liquid-extensions
But I'm sure ...
1
vote
1answer
57 views
required file not seen on heroku in jekyll blog
This is my dir structure
.
├── _layouts
│ └── default.html
├── _posts
├── _site
│ ├── config.ru
│ ├── devart.rb
│ └── index.html
├── config.ru
├── devart.rb
└── index.html
My config.ru
...
1
vote
3answers
264 views
jekyll date format?
I'm using jekyll to generate a simple site, and I want the date field to display in the format "12 September 2011". I've found, through some creative googling, a bit of date-format manipulation, but ...
1
vote
1answer
65 views
@name = value and name being nil when attr_accessor is set in parent class
Previously on #ruby somebody told me that I do not need to use @name and self.name unless the variable name is already defined locally, which I was happy to learn would make my code a bit neater I ...
1
vote
2answers
257 views
Running Jekyll on Windows 7
I'm having an issue with running Jekyll on windows 7. When I run
jekyll
I get the following error
C:\temp\jekyll\kouphax.github.com> jekyll
Configuration from ...
1
vote
1answer
118 views
In github, can you use Jekyll layouts from your user pages in your project pages?
I you have a github account with Jekyll-rendered pages at:
username.github.com
is it possible to use the layouts from there to also render your project pages at:
username.github.com/projectname
...
1
vote
1answer
284 views
How can I setup Jekyll for a blog with a large image directory, so as to avoid duplicating that directory in the generated site?
I'm considering Jekyll for a site I'm putting together that will be a blog with lots of images (and other larg-ish media files). It's easy enough to to make a directory for images and then link to ...
1
vote
1answer
85 views
How to create a liquid tag extension which return filename in Jekyll
It's pretty basic stuff, I guess but I couldn't figure out how to do it.
What I want to do is very simple.
By using Jekyll plugin system, I want to extend Liquid tag to return filename of post.
{{% ...
1
vote
1answer
174 views
Add blog to Rails app on Heroku
I have a Rails app on Heroku with a Jekyll blog located at blog.myapp.com. I want to move the blog to www.myapp.com/blog/. What's the best way to do this? I'm happy to ditch Jekyll if there is an ...
1
vote
2answers
249 views
Can you run jekyll on your own server?
Can you run jekyll on your own server or does it have to work with github pages?
1
vote
1answer
130 views
Is it possible to schedule posts with Jekyll?
I suspect that one of the limitations of running a static site is that the administrator has to be at the helm when he wants a post to be published. I'm looking for that suspicion to be validated. Is ...
1
vote
1answer
468 views
jekyll markdown internal links
jekyll support markdown,
but how I can use internal links in jekyll ?
[[link]]
1
vote
1answer
286 views
Jekyll plugins not recognized
I'm trying to reproduce the Jekyll plugin example from https://github.com/mojombo/jekyll/wiki/Plugins to render the *render_time* tag, but I get this error:
...
1
vote
4answers
1k views
Jekyll vs RefineryCMS?
I know many Ruby users are using Jekyll but I wonder what the benefits that will bring over RefineryCMS?
Could someone highlights the differences and pros/cons for each.
1
vote
1answer
413 views
How can I install Jekyll on Ubuntu 10.04 Server?
The definitive guide to installing Jekyll seems to be http://wiki.github.com/mojombo/jekyll/install where it says:
gem install jekyll
I am getting an
ERROR: could not find gem jekyll locally or ...