+[2015-02-17T17:00:01Z]jaybewelcome; best of luck +[2015-02-17T18:47:23Z]bishop1992I 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]jaybebishop1992, understandable. perhaps open/document then issue at jekyll on github +[2015-02-17T19:18:46Z]bishop1992Once 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]bishop1992head meet wall, wall meet head ARGH!
because /css/… is absolute and needs to be that way to work with deeper pages
+[2015-02-18T01:00:19Z]tohuwIn config, how do I reference an existing value? E.g. I want ‘foo:’ to equal the value of ‘title:’ +[2015-02-18T01:00:55Z]tohuwOr, more usefully, the value of ‘title:’ + some string +[2015-02-18T01:05:15Z]jaybevariable interpolation does not occur within yaml configs +[2015-02-18T02:02:34Z]tohuwjaybe: 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]tohuwlayout/config relationship too far…