+ [2013-12-14T16:31:19Z] simon_weber I've got a hacky working solution that I can show you later =)
+ [2013-12-14T20:46:38Z] simon_weber pontiki: here's an example of what I ended up doing: https://github.com/simon-weber/the-listserve-archive/blob/gh-pages/2012/04/18.json
+ [2013-12-14T20:46:56Z] simon_weber if it were possible to index into the hash, I could just hardcode the date/key and then push the rest into a layout
+ [2013-12-14T20:48:09Z] simon_weber this isn't a huge deal with these json files, but I'm going to need to do something similar in html now, where I'd really prefer to use a layout
+ [2013-12-14T21:00:04Z] simon_weber well, shit, apparently you can just index with [var] and it works. who knew

message no. 14872

Posted by pontiki in #jekyll at 2013-12-14T03:19:37Z

be nice if they linked to the actual article instead of the front page :p
+ [2013-12-15T00:13:35Z] iceTwy aloha
+ [2013-12-15T00:13:46Z] iceTwy I'm migrating from WP to Jekyll, and things are looking rather cool so far
+ [2013-12-15T00:13:59Z] iceTwy though I have this massive post with lots of code and config files excerpts
+ [2013-12-15T00:14:11Z] iceTwy the code's fine, it's bash, so I'm just using {% highlight bash %}
+ [2013-12-15T00:15:34Z] iceTwy but I need the config files excerpts to be in a spoiler (>!) and wrapped in a code block, like so: http://blog.icetwy.re/setting-up-an-irc-server/ (scroll down a bit to see the "Spoiler Inside" parts)