+ [2016-10-24T15:44:16Z] allejo sure thing. feel free to ask for more concrete examples if you need them
+ [2016-10-24T23:22:41Z] kristian_on_linu I have a CSV that I want to sort by the value "day" ... I tried this: {% assign sorted = site.data.udgivelser | sort: 'day' %}
+ [2016-10-24T23:23:17Z] kristian_on_linu but it's not working. What should I do?
+ [2016-10-24T23:41:17Z] kristian_on_linu ah ... I see what the problem is ... 2 counts as higher than 10 because it is read as 20

message no. 154618

Posted by Fernando-Basso in #jekyll at 2016-10-24T12:01:32Z

I also found polyglot.
+ [2016-10-25T15:05:31Z] thomas_25 what's the situation with incremental build? it seems to not work on me
+ [2016-10-25T15:06:02Z] thomas_25 but i see that it's a complicated problem as well... i.e. i have 411 pages generated of type layout:foo
+ [2016-10-25T15:06:18Z] thomas_25 they are re-generated even though none of the pages that uses that layout is modified
+ [2016-10-25T15:06:30Z] thomas_25 which takes like 2/3 of the whole time anyway
+ [2016-10-25T15:07:01Z] thomas_25 but also, what would jekyll do if that layout includes a footer and it is modified? it should build a dependency graph