latest 8 messages by coffeebug

+ [2015-05-22T04:26:20Z] coffeebug How do I run the jekyll I just cloned from github (as opposed to my 'system' jekyll)?
+ [2015-05-22T04:11:39Z] coffeebug If anyone has suggestions on how I might do this I'd be grateful. I can patch jekyll itself (but this is not portable). Plugins seem to run after collection generation so too late for me.
+ [2015-05-22T04:10:56Z] coffeebug Otherwise I just have too many collections cluttering up my top folder
+ [2015-05-22T04:10:47Z] coffeebug can I specify in the config somewhere that the collection's label is 'venus-flytrap', but that its path is '_collections/carnivorous/_venus-flytrap' ?
+ [2015-05-22T04:10:23Z] coffeebug so if I had a folder _collections/carnivorous/_venus-flytrap, it would behave in the same way as a top-level _venus-flytrap collection
+ [2015-05-22T04:09:27Z] coffeebug E.g. _collections/ contains 'succulents', 'carnivorous' subfolders and under each of these is one folder per collection (per plant)
+ [2015-05-22T04:08:33Z] coffeebug I'm trying to make a jekyll site that has posts, but also many collections. To keep my base site directory uncluttered and for ease of me editing them, I want to sort the collections into subfolders
+ [2015-05-22T04:08:07Z] coffeebug Can Jekyll have collections whose labels are different to their paths?