latest 4 messages by ghostrural
+
[2013-09-12T01:38:51Z]
ghostrural
Think i found the solution. {% for post in site.categories[page.category] %}
+
[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-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-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.