+ [2015-02-18T20:07:28Z] mchelen yeah thats another option, but i'd like to find a generic solution that works on any jekyll site w/o modification
+ [2015-02-18T20:07:48Z] mchelen anyway it looks like travis does indeed support running a webserver
+ [2015-02-18T20:08:07Z] jaybe a. provide 'web' access to rendered content. and or b. use a tool that provides for serving to itself.
+ [2015-02-18T20:08:35Z] jaybe nod; travis is very capable; surely supports such a scenario
+ [2015-02-18T20:09:05Z] mchelen yeah i think that's simplest, and i can use the existing tools

message no. 80049

Posted by tohuw in #jekyll at 2015-02-18T01:00:19Z

In config, how do I reference an existing value? E.g. I want ‘foo:’ to equal the value of ‘title:’
+ [2015-02-19T00:44:30Z] tohuw I created a hashtable of the form [[“key1”, “value1”],[“key2”,”value2”],[“key3”,”value3”]] in _config.yml, but when I attempt to emit these values in a for loop (or indeed, just via {{ site.hashtablename }}, I only get the first key/value pair. Why?
+ [2015-02-19T00:45:28Z] jaybe tohuw, show your work for full credit :)
+ [2015-02-19T00:50:33Z] tohuw jaybe: https://github.com/tohuw/tohuw.net/blob/master/_config.yml#L19 https://github.com/tohuw/tohuw.net/blob/master/_includes/links.html#L7-L9
+ [2015-02-19T00:50:34Z] jekyllrb Title: tohuw.net/_config.yml at master · tohuw/tohuw.net · GitHub (at github.com)
+ [2015-02-19T00:52:19Z] jaybe `whatis yaml