+[11 years ago]gnusosaHi, is there a way to have different permalink per categories? for instance pretty for _posts/posts and none for _posts/articles. +[11 years ago]jaybegnusosa, you might be able to do so with front matter defaults; i believe an issue was recently closed that fixed/provided that +[11 years ago]travis-ci[travis-ci] alfredxing/jekyll#64 (collections-static-files) The build was fixed. http://travis-ci.org/alfredxing/jekyll/builds/31478061 +[11 years ago]magicIs there a way to get Jekyll to specifically sort posts from the same day? +[11 years ago]jaybemagic, 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.