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

message no. 80051

Posted by jaybe in #jekyll at 2015-02-18T01:05:15Z

variable interpolation does not occur within yaml configs
+ [10 years ago] 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?
+ [10 years ago] jaybe tohuw, show your work for full credit :)
+ [10 years ago] 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
+ [10 years ago] jekyllrb Title: tohuw.net/_config.yml at master · tohuw/tohuw.net · GitHub (at github.com)
+ [10 years ago] jaybe `whatis yaml