+ [2015-02-17T17:00:01Z] jaybe welcome; best of luck
+ [2015-02-17T18:47:23Z] bishop1992 I think I'm going to move back to an older version that is known to run on windows. After getting that working, I might try to get back to 3.0.
+ [2015-02-17T18:49:48Z] jaybe bishop1992, understandable. perhaps open/document then issue at jekyll on github
+ [2015-02-17T19:18:46Z] bishop1992 Once I know it's not a dumb mistake on my part, I'll do that. Until then, i'm guessing it's most likely me.
+ [2015-02-17T20:19:20Z] bishop1992 head meet wall, wall meet head ARGH!

message no. 80039

Posted by bishop1992 in #jekyll at 2015-02-17T19:18:46Z

Once I know it's not a dumb mistake on my part, I'll do that. Until then, i'm guessing it's most likely me.
+ [2015-02-18T01:00:19Z] tohuw In config, how do I reference an existing value? E.g. I want ‘foo:’ to equal the value of ‘title:’
+ [2015-02-18T01:00:55Z] tohuw Or, more usefully, the value of ‘title:’ + some string
+ [2015-02-18T01:05:15Z] jaybe variable interpolation does not occur within yaml configs
+ [2015-02-18T02:02:34Z] tohuw jaybe: given that no variable interpretation occurs in the config, is there some way I can gather multiple values into a hash table? Or, I’m open to other ideas. I’m attempting to create a set of links for a social menu…. here: https://github.com/tohuw/tohuw.net/blob/master/_config.yml#L18-L19 I’m trying to create a reusable pattern where anyone using this template can make a social links menu. Perhaps I’m stretching the intention of the
+ [2015-02-18T02:02:35Z] tohuw layout/config relationship too far…