+ [2016-10-07T16:38:14Z] pgtaboada property in the posts I need
+ [2016-10-07T16:38:22Z] pgtaboada where order is 1...n
+ [2016-10-07T16:43:18Z] pgtaboada I have a collection of posts for the category Screencasts, some of them have the property "order". this way I want to generate a list of introductory screencasts

message no. 152935

Posted by pgtaboada in #jekyll at 2016-10-07T16:34:11Z

{% assign items = site.categories.Screencasts | where_exp "order", "order>0" | sort: 'order' %}
+ [2016-10-08T08:42:57Z] travis-ci crispgm/jekyll#19 (parkr/permalink-fix) The build has errored. https://travis-ci.org/crispgm/jekyll/builds/166011893
+ [2016-10-08T20:13:46Z] Ademan Is it possible to generate multiple pages from a single page? Maybe using collections? I'm specifically trying to build a workable i18n solution that doesn't require duplicating each page, and that works on github pages, so that's extremely restrictive.
+ [2016-10-08T20:14:06Z] Ademan basically foo.html/foo.md -> foo.en.html, foo.de.html, ...
+ [2016-10-08T21:45:45Z] osfameron Ademan: dunno, and on github pages I'd have guessed not, but I wonder if you could do something with symlinks?
+ [2016-10-08T21:45:58Z] osfameron e.g. symlink the same directory under 3 paths