+[2016-04-05T23:52:35Z]osfameronif you're trying to lookup a code into an image, I have a couple of blog posts about that: http://osfameron.github.io/jekyll-plugins-tutorial/2015/11/28/jekyll-plugins-tutorial-part-1.html +[2016-04-05T23:52:36Z]jekyllrbTitle: 1. Introduction to plugins with Jekyll 3.0: pictures of squirrels (at osfameron.github.io) +[2016-04-05T23:52:39Z]osfameronwhich is using data files +[2016-04-05T23:54:30Z]kristian_on_linuthe problem is not using data files +[2016-04-05T23:55:02Z]kristian_on_linufor instance, I want to do "image,foo.jpg|bar.jpg" and then have both images presented in the same way
somiaj, have you tried using permalink: short-urls-jekyll in _config?
+[2016-04-05T23:58:49Z]osfameronok, I don't understand your use case for this +[2016-04-05T23:58:57Z]osfameronI guess you can parse the csv with Ruby +[2016-04-05T23:59:07Z]osfameronthere might be some liquid function to do it, but I wouldn't bet on it +[2016-04-05T23:59:17Z]osfameronbut csv is inherently not a nested data-structure +[2016-04-05T23:59:44Z]osfameroncan't you just do: image,foo.jpg,bar.jpg ?