+ [2014-08-01T19:46:07Z] travis-ci [travis-ci] Change view : https://github.com/jekyll/jekyll-import/compare/665c01256c89...40c69faedcfd
+ [2014-08-01T19:46:07Z] travis-ci [travis-ci] jekyll/jekyll-import#429 (master - 40c69fa : Parker Moore): The build passed.
+ [2014-08-01T19:46:07Z] travis-ci [travis-ci] Build details : http://travis-ci.org/jekyll/jekyll-import/builds/31454599
+ [2014-08-01T20:26:46Z] travis-ci [travis-ci] alfredxing/jekyll#60 (master) The build passed. http://travis-ci.org/alfredxing/jekyll/builds/31456730
+ [2014-08-01T20:34:22Z] travis-ci [travis-ci] alfredxing/jekyll#61 (collections-static-files) The build was broken. http://travis-ci.org/alfredxing/jekyll/builds/31457659

message no. 34852

Posted by albertogg in #jekyll at 2014-08-01T17:50:57Z

go for it
+ [2014-08-02T02:51:56Z] gnusosa Hi, is there a way to have different permalink per categories? for instance pretty for _posts/posts and none for _posts/articles.
+ [2014-08-02T03:29:53Z] jaybe gnusosa, you might be able to do so with front matter defaults; i believe an issue was recently closed that fixed/provided that
+ [2014-08-02T04:17:53Z] travis-ci [travis-ci] alfredxing/jekyll#64 (collections-static-files) The build was fixed. http://travis-ci.org/alfredxing/jekyll/builds/31478061
+ [2014-08-02T08:36:51Z] magic Is there a way to get Jekyll to specifically sort posts from the same day?
+ [2014-08-02T15:10:49Z] jaybe magic, sure/yes; you'll need to write some liquid code that will loop over the posts and conditionally display if the date matches your criteria.