+[2014-09-20T14:55:01Z]jaybewizonesolutions, includes include as is +[2014-09-20T14:55:52Z]jaybewizonesolutions, consider data files for menu contents +[2014-09-20T14:56:27Z]jaybehttp://jekyllrb.com/docs/datafiles/ +[2014-09-20T21:59:32Z]tadni_can't seem to find how to change the default links for github and twitter, to gitlab and social.io +[2014-09-20T22:00:35Z]tadni_Ah, got it.
message no. 48510
Posted by parkr in #jekyll at 2014-09-20T03:42:01Z
PSA: You can now use `site.github` locally: https://github.com/parkr/github-metadata
+[2014-09-21T02:32:44Z]phillipadsmithAny idea why {% for someitem in somecollection | sort 'title' %} doesn't work as expected (which is getting the collection returned sorted by the title of the item, not the directory sort order) ? +[2014-09-21T02:36:34Z]phillipadsmithNevermind. I'm an idiot +[2014-09-21T02:46:28Z]phillipadsmithHow about a case-insensitive sort? +[2014-09-21T02:47:01Z]phillipadsmithSomething like: {% assign candidates = site.candidates | sort: 'name_last' | downcase %} +[2014-09-21T02:47:24Z]phillipadsmithProblem currently is that names like "de Boers" are coming after everything else