+[2016-11-01T16:50:17Z]KORGI collected all info here: https://paste.fedoraproject.org/467419/ +[2016-11-01T16:50:19Z]jekyllrbTitle: #467419 • Fedora Project Pastebin (at paste.fedoraproject.org) +[2016-11-01T20:21:45Z]nickjjwith jekyll-assets, is there a way to exclude a specific sub-folder from being parsed? +[2016-11-01T20:21:59Z]nickjjdocumentation hints that this might not be possible +[2016-11-01T20:23:20Z]nickjjexample: _assets/images is automatically added but i want to include all folders inside of _assets/images except _assets/images/foo
message no. 155345
Posted by keekz in #jekyll at 2016-11-01T15:09:19Z
like {% for post in site.posts %}{% if post.blah == true %} .. i don't know how many posts have blah=true at this point
+[2016-11-02T01:53:33Z]razieliyohi +[2016-11-02T01:53:55Z]razieliyosubfolders are not working for collections here :S +[2016-11-02T01:54:05Z]razieliyofor object in site.collection.subfolder +[2016-11-02T01:54:09Z]razieliyozero results +[2016-11-02T01:54:18Z]razieliyobut judging from examples I see out there, it should be working