+[2016-12-30T05:25:04Z]fuzzybear3965So, this isn't parsed properly. +[2016-12-30T05:25:10Z]fuzzybear3965https://ecommerce.shopify.com/c/ecommerce-design/t/replacing-newlines-with-liquid-113325 +[2016-12-30T05:25:11Z]jekyllrbTitle: Replacing newlines with Liquid? - Shopify Design — Ecommerce University (at ecommerce.shopify.com) +[2016-12-30T05:25:32Z]fuzzybear3965I actually just figured it out, but unfortunately I can't put a post up to help everyone else out. +[2016-12-30T05:26:29Z]fuzzybear3965It's really quite simple. Instead of trying to use the unicode sequence for carriage return/line feed and rather than by escaping a newline ("\n") I just literally put a newline (hit the enter key) in my replace expression.
I'm trying to replace newlines with spaces using liquid.
+[2016-12-31T17:05:55Z]travis-cijekyll/classifier-reborn#189 The build passed. https://travis-ci.org/jekyll/classifier-reborn/builds/187923515 +[2016-12-31T18:47:14Z]travis-cijekyll/classifier-reborn#191 The build passed. https://travis-ci.org/jekyll/classifier-reborn/builds/187936515 +[2017-01-01T12:06:11Z]Limeth2Hello, are there any more ascii-like themes similar to http://wemake.services/jekyll-theme-hackcss/ ? +[2017-01-01T12:06:12Z]jekyllrbTitle: jekyll-theme-hackcssjekyll-theme-hackcss - A minimalistic theme for Jekyll, based on hack.css (at wemake.services) +[2017-01-02T16:14:47Z]swaroopchHi, is there a recommended pattern on how to manage a Jekyll Git repo with lots of photos that go along with the blog? The photos add up to ~900MB for me and the text content is just ~15MB... all in one single Git repo. I was wondering how do other people manage this?