+[9 years ago]GondlarI've already opened one +[9 years ago]jaybeGreat +[9 years ago]Gondlarhowever the last activity on that project was in May 2015, he seems to be doing other things +[9 years ago]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 +[9 years ago]jleclancheany idea why this is? Im using kramdown with input: GFM
+[9 years ago]jaybeGondlar: nod +[9 years ago]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 +[9 years ago]osfamerontimwis: that sounds like quite a bad way to generate a json file? +[9 years ago]timwishave a better idea osfameron? generating a JSON file representation of a collection item's front matter +[9 years ago]timwisactually figured out a way to do it: use {% capture %} around my liquid tags