+[2014-08-11T03:24:10Z]parkryou bet! +[2014-08-11T03:24:10Z]acedrewShould there be an issue for that? +[2014-08-11T03:24:10Z]parkracedrew: there are several, all closed/merged. +[2014-08-11T03:24:10Z]acedrewAh, got you, just not in the release. +[2014-08-11T03:24:10Z]acedrewPerfect thanks.
message no. 38326
Posted by parkr in #jekyll at 2014-08-11T03:24:09Z
The average build time on GitHub Pages is wicked fast, but they have bare-metal machines.
+[2014-08-11T03:24:10Z]acedrewIs there a non-plugin way to get a list of unique values from a front matter key in my posts? +[2014-08-11T03:24:10Z]jaybesure +[2014-08-11T03:24:11Z]acedrewDid I miss something simple in the docs? +[2014-08-11T03:24:11Z]jaybe{% for key in page.myvalues %}<h2>{{ key.member[0] }}</h2> ... +[2014-08-11T03:24:11Z]acedrewI'm saying I have a key, "type" in each post, and I want to be able to access a list of all unique values for that key in all posts, like tags or categories currently.