+[2016-04-02T21:57:42Z]GondlarI've already opened one +[2016-04-02T21:58:01Z]jaybeGreat +[2016-04-02T22:02:27Z]Gondlarhowever the last activity on that project was in May 2015, he seems to be doing other things +[2016-04-02T23:25:58Z]jleclancheI'm trying to self-host a github pages site. Installed the github-pages gem, and didn't touch the _config.yml file -- yet there's one difference: on github pages, fenced code blocks produce proper nested divs and syntax-highlighted code blocks, but on my self-hosted version, it just produces a <code class="highlighter-rouge"> with raw contents +[2016-04-02T23:26:13Z]jleclancheany idea why this is? Im using kramdown with input: GFM
Title: Static Sites Can be the Solution (Simon Wood) - YouTube (at www.youtube.com)
+[2016-04-03T01:31:50Z]jaybeGondlar: nod +[2016-04-03T18:05:51Z]timwishey guys, is there a way to remove whitespace from templates? I'm trying to construct a json file, and the lines with liquid conditionals/tags on them are rendered as whitespace +[2016-04-03T20:32:11Z]osfamerontimwis: that sounds like quite a bad way to generate a json file? +[2016-04-03T20:35:04Z]timwishave a better idea osfameron? generating a JSON file representation of a collection item's front matter +[2016-04-03T20:35:24Z]timwisactually figured out a way to do it: use {% capture %} around my liquid tags