+ [2014-10-30T09:03:42Z] jkramer I'm using jekyll-sitemap and an own plugin that generates tag pages. But apparently the sitemap plugin runs first, so the tag pages added by the other plugin are not included in the sitemap.
+ [2014-10-30T09:06:58Z] roflin i read something about priority variables on the generators doc page
+ [2014-10-30T09:07:58Z] roflin flags section on the plugins page.
+ [2014-10-30T09:14:21Z] jkramer Thanks, gonna try that
+ [2014-10-30T09:15:20Z] jkramer Awesome, it works :) Thanks again

message no. 57674

Posted by pontiki in #jekyll at 2014-10-30T01:27:41Z

jaybe: i'm having a hard time understanding how one is supposed to use the collection feature just from reading the docs
+ [2014-10-31T14:21:39Z] Parham Hi. Can anyone please help me with this problem?
+ [2014-10-31T14:21:41Z] Parham http://stackoverflow.com/questions/26676839/how-can-i-create-a-directory-for-each-category-under-posts-in-jekyll
+ [2014-10-31T14:23:16Z] jbleuzen You'll have to use a plugin for that...
+ [2014-10-31T14:29:19Z] jaybe what are you trying to accomplish?
+ [2014-10-31T14:36:35Z] Parham jekyll: I'm trying to have different posts for each category in its own folder so that the folder structure reflects the website structure.