+[2016-11-04T21:51:34Z]mystiiqHi. I packed my theme into a gem. I have one small plugin also in my theme's _plugin folder, but it seems it does not get executed when I build my site. +[2016-11-04T21:53:12Z]allejoplugins aren't supported by themes +[2016-11-04T21:54:06Z]mystiiqThat's what I suspected. So I put this plugin into another gem. But this plugin wants to use one of my theme's layouts. Is it possble? +[2016-11-04T21:55:06Z]mystiiqPlugin has: "self.read_yaml(File.join(base, '_layouts'), 'tag_index.html')" -- but this 'base' is of course site's base folder, not theme's +[2016-11-04T21:57:56Z]allejoi'm not too familiar with building Jekyll plug-ins, but instead of relying on the plug-in to rely on a theme, maybe have the plug-in read from the site's _config.yml file instead?
message no. 155737
Posted by awood in #jekyll at 2016-11-04T17:00:51Z
arrais, I've gotten that test failure before on a PR I'm working on
+[2016-11-05T10:45:27Z]Bitgod<3 +[2016-11-05T10:45:40Z]Bitgodis Jeykell a templating engine pretty much? +[2016-11-05T10:45:50Z]Bitgoder Jekyll +[2016-11-05T10:50:55Z]osfameronBitgod: no +[2016-11-05T10:51:07Z]osfameronwell, I suppose you could argue that