+ [2013-09-11T21:55:53Z] ghostrural I'm having difficulties installing the example plugin on the Jekyll plugin docs page. http://jekyllrb.com/docs/plugins/ - when I install it, and then try to add categories to the front-matter of a post, doesn't generate the categories directory, instead it generates a new folder with the category name and places the post under that. I can't figure out what I'm doing wrong.
+ [2013-09-11T22:08:00Z] ghostrural it's doing this even if the plugin isn't in the _plugins folder - so i assume it's jekyll default behaviour, but the when the plugin is installed, it doesn't seem to change that default behaviour anyway
+ [2013-09-11T22:15:46Z] travis-ci [travis-ci] maul-esel/jekyll#118 (refactor-watch) The build failed. http://travis-ci.org/maul-esel/jekyll/builds/11257382
+ [2013-09-11T22:32:39Z] travis-ci [travis-ci] maul-esel/jekyll#119 (refactor-watch) The build was fixed. http://travis-ci.org/maul-esel/jekyll/builds/11257869
+ [2013-09-11T23:21:09Z] travis-ci [travis-ci] mojombo/jekyll#1788 (master) The build was fixed. http://travis-ci.org/mojombo/jekyll/builds/11259121

message no. 8495

Posted by travis-ci in #jekyll at 2013-09-11T22:32:39Z

[travis-ci] maul-esel/jekyll#119 (refactor-watch) The build was fixed. http://travis-ci.org/maul-esel/jekyll/builds/11257869
+ [2013-09-12T01:29:52Z] ghostrural I'm using a plugin that generates pages for each category. In the template I've got the following loop - {% for post in site.categories.catname %} - this only shows posts with the category "catname". What would I put in the loop that shows the posts in whichever category you're looking at?
+ [2013-09-12T01:38:51Z] ghostrural Think i found the solution. {% for post in site.categories[page.category] %}
+ [2013-09-12T03:49:37Z] travis-ci [travis-ci] mojombo/jekyll#1789 (master) The build passed. http://travis-ci.org/mojombo/jekyll/builds/11264854
+ [2013-09-12T03:52:42Z] travis-ci [travis-ci] mojombo/jekyll#1790 (master) The build passed. http://travis-ci.org/mojombo/jekyll/builds/11264913
+ [2013-09-12T05:44:25Z] pontiki question: whither jekyll-import gem?