Tagged Questions

Liquid is a templating engine for creating web pages.

learn more… | top users | synonyms

14
votes
2answers
623 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 ...
8
votes
1answer
707 views

Rails End-User Templating Engines: Liquid vs Mustache vs. Others?

I am creating a service in which I want to allow end-users to edit HTML templates for web pages that allows for access to specific "variables" for inclusion in the template. I know that liquid was ...
6
votes
1answer
360 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
3answers
266 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. ...
4
votes
1answer
219 views

Compass Blueprint Liquid starting point

I'm trying to move to a liquid grid using the compass/blueprint/liquid (http://compass-style.org/reference/blueprint/liquid/) however Im getting stuck with the very basic stuff. Can someone point me ...
4
votes
2answers
145 views

Does anyone know why my app won't show on the android market for an Acer Liquid Mini?

I just put an app on the market and it is showing on all phones I have except for my Acer Liquid Mini. This one: http://www.gsmarena.com/acer_liquid_mini_e310-3711.php I have phones with the same ...
4
votes
2answers
827 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. ...
4
votes
2answers
895 views

How can you render a template within a layout using Liquid template language?

I'm trying to render a liquid template within a liquid layout (Liquid Template lang, not CSS liquid layout stuff). I can't seem to get the layout part to render. Currently using: assigns = ...
3
votes
1answer
156 views

How to make liquid template work as a layout

Here is a working application with Rails 3.1 https://github.com/neerajdotname/nimbleshop All the views are working fine with .liquid extension except the layout. I tried but I am unable to make ...
3
votes
2answers
433 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
75 views

Removing duplicates in liquid created list using JQuery

Long time user, first time poster. Basically, I have a series of kiosks in different locations and using 'liquid' I have a voucher system that automatically puts all the vouchers associated with a ...
2
votes
0answers
103 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
178 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
146 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
2answers
81 views

Providing fake data to liquid to render a preview of a template

I have created the ability for users in my system to edit a liquid template that is eventually rendered and turned into a PDF. I would like some ideas as to what the best method would be to create ...
2
votes
0answers
133 views

Recursion in Liquid Markup / Liquid Templates

I've been trying to figure out how I'm gonna do recursion with Liquid. I have an app where I want to give users full control over the rendering of the menu. However, the menu is defined by a tree, ...
2
votes
3answers
496 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
3answers
505 views

Liquid - Fixed - Liquid Layout

I'm working on this web-site: http://www.justaddsolutions.com/SampleSite/ The main area is meant to be 1024px wide and always centered, which is achieved. However my client would like the yellow and ...
2
votes
2answers
585 views

Nested ERB template layouts like Liquid?

With Liquid, you can nest layouts. E.g., my site's default layout builds off of the base layout. Is this possible with ERB? If so, how? I'm asking because I'm migrating a GitHub Pages site to ...
2
votes
2answers
145 views

Ruby/Rails: Is it possible to execute a default method when calling an instance (@instance == @instance.all IF “all” is the default method)?

I understand my question is a bit vague but I don't know how else to describe it. I've asked in numerous places and no one seems to understand why I want to do this. But please bear with me, and I'll ...
2
votes
2answers
311 views

Liquid view_paths error

I'm trying to deploy my RoR app. It seems to be working fine on my development machine when RAILS_ENV is set to development. However, when I put it on the production server and set it into ...
2
votes
2answers
280 views

How to escape liquid template tags?

This sounds very easy, however I couldn't find it anywhere in the docs. How can I write {% this %} in a liquid template, without it being processed by the engine?
2
votes
2answers
191 views

Outputting Literal curly braces in Liquid templates

I'm trying to output the following from within a liquid template: {{ example }} Obviously, Liquid sees this as a variable named example and tries to do substitution. I'm trying to find out how I ...
2
votes
0answers
129 views

How to make will_paginate work with liquid

I managed to make a little hack to make will_paginate work with liquid: http://gist.github.com/426737 I wonder if this is safe? Ideas?
2
votes
4answers
805 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
4answers
21 views

Center a floating button between two floating buttons (liquid dimensions)

I'm having issues centering a floating button between two other floating buttons. It looks like this thus far: The CSS is pretty basic at this point: A { float: left; } B { float: left; } C { ...
1
vote
0answers
17 views

Convert HTML Webpage to a Windows Gadget

I wanted to convert a webpage to a Windows Gadget. Basically, the Webpage has nothing but 2 or 3 images & a countdown. I tried to do it but unfortunately the size of the gadget shrinked to like ...
1
vote
2answers
53 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
2answers
102 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
2answers
83 views

DotLiquid/Liquid access to dictionary

I am using DotLiquid template engine and trying access dictionary value in template. I have passed to template this drop: public class SomeDrop : Drop { public Dictionary<string, object> ...
1
vote
1answer
89 views

using Liquid variables inside of a liquid tag call

I made a custom link tag in Liquid and I am trying to be able to pass liquid variables into the call for that tag like so {{ assign id = 'something' }} // this value is actual dynamic while looping ...
1
vote
1answer
118 views

How to make .liquid file work in Rails 3

I am using Rails 3.0.9 . I am trying to use liquid and I am getting an error. Here is my Gemfile source 'http://rubygems.org' gem 'rails', '3.0.9' gem 'sqlite3' gem 'liquid' Here is an ...
1
vote
1answer
86 views

Edit a .liquid file from shopify in eclipse with correct code styling

I am building a store using shopify. I'd like to edit the template files offline in eclipse, but they are .liquid files, which eclipse doesn't recognize. How do I make a custom content type for ...
1
vote
3answers
259 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
3answers
182 views

Liquid markup syntax

I have the following liquid markup: {{ 'image.jpg' | theme_image_tag }} and it renders like, <img src="/site.com/site/3424242/image.jpg" /> How to add a class or whatever option to it? I ...
1
vote
1answer
77 views

Print_r equivalent in Liquid

In Liquid, how can I find out all the values that a collection contains? Is there a print_r function or similar? The example below will return the item title, but I would like to know what other ...
1
vote
1answer
125 views

How to check if all values for liquid template are provided?

I have liquid templates stored in DB and before rendering, I would like to check, if all params required by the template are provided - by now I found something like: parsed = ...
1
vote
3answers
421 views

css liquid layout with div overflow inside

I'm having trouble in design layout css with div element. Basically my main page layout design is look like the following picture : The red box is the browser screen area. The black box is the ...
1
vote
1answer
130 views

Truncating HTML with Liquid

I'm using the Liquid templating engine to display a summarised series of posts - at the moment I have something along these lines: {% for page in site.posts %} {{page.content | truncatewords: 100}} ...
1
vote
1answer
379 views

I need to center a fixed width div that resides inside a liquid width div

I've got code that looks like this: <div id="wrapper"> <!--Liquid --> <div id="header"> <!--Liquid--> <img src="logo.png"> </div> <!--End header ...
1
vote
1answer
145 views

How to make a value available in all Liquid templates

I'm using Liquid with Sinatra and would like to make a certain value (Sinatra::Application.environment, specifically) available in all templates without defining it as a local in every get/post. Like ...
1
vote
0answers
273 views

Using Rails' stylesheet_link_tag and javascript_include_tag in a Liquid Drop

I want to be able to give the users full control and edit the layout. I also want them to be able to include what javascript plugins they want. Therefore, I had to make an interface to allow them to ...
1
vote
1answer
241 views

Implement layout tag for liquid template engine

I want to themed my blog that use liquid template engine, but default, the engine only support some basic tags, I want to write custom tag {% layout 'layout_name' %} Layout file: dark.liquid ...
1
vote
1answer
262 views

C# DotLiquid Simple Example Unit Test not working as expected

I have been wanting to use the great DotLiquid and tried to following example (written by myself) without any major success. internal class AuthorDrop : Drop { private String lname; public ...
1
vote
1answer
204 views

rails + liquid error - Liquid error: No such template

I'm getting the following error in my liquid view Liquid error: No such template 'sliders/slider' #<Liquid::LocalFileSystem:0x99319b8> here is my code and the file structure in my liquid ...
1
vote
1answer
232 views

Make a DataRow class that implements ILiquidizable

I'm trying to use Dot Liquid which is one of the coolest templating engines for c#. Dot Liquid uses a way in order to make using templates safe. Here is the explanation page. Here is the Explanation ...
1
vote
1answer
344 views

How to render partial in lib ruby class using render_to_string

I am writing a custom tag for Liquid and want to render a partial in the tag. I am assuming I have to use render_to_string but I can't seem to get it to work. I've tried all sorts of things, ...
1
vote
1answer
242 views

rails3 + liquid parse question

I have a question in using luquid. My question is like this, I have a model called 'Page' (with is an ActiveRecord::Base inherited) , and it has a column called 'content' which will store the ...
1
vote
0answers
139 views

Rails and translations in liquid based themes

I would like to return a string from a model, which can be used directly in the liquid-based template. The problem is, that I would like the string to be translated using gettext. I cannot use ...

1 2 3