mojobot google me <query> - Googles <query> & returns 1st result's URL
+[2014-08-02T02:51:56Z]gnusosaHi, 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]jaybegnusosa, 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]magicIs there a way to get Jekyll to specifically sort posts from the same day? +[2014-08-02T15:10:49Z]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.