+ [2016-05-05T18:19:26Z] zero-gravitas jaybe: there's a concat filter in liquid 4 apparently, coming to Jekyll at some point.
+ [2016-05-05T18:20:16Z] zero-gravitas jaybe: do you happen to know if you can chain extensions to get jekyll to process a file through liquid? e.g. page.yml.liquid for building a YAML file using liquid?
+ [2016-05-05T18:20:34Z] zero-gravitas it didn't seem to work when I tried it

message no. 134454

Posted by cyberjar09 in #jekyll at 2016-05-05T13:09:56Z

hi all, jekyll n00b here. I folowed the docs and ran "jekyll serve". I was able to view the default page on port 4000. but im trying to request "/" on apache and get the same page. not sure how to go about this. I did a symlink to index.html suchthat the doc is served but all I got was raw html without any CSS
+ [2016-05-06T15:42:59Z] perryg hi there, is there a way to specify the location of .jekyll-metadata?
+ [2016-05-06T15:44:59Z] jaybe perryg, hi; i don't believe so. perhaps, if you require it elsewhere, you could symlink
+ [2016-05-06T15:46:10Z] perryg Circle CI cache's directories, not files. I'm trying to speed up our automation build times by cacheing the file, but I believe I need to put it in a file to do so
+ [2016-05-06T15:46:30Z] perryg *caches
+ [2016-05-06T15:46:49Z] perryg **put it in a directory