+ [2016-10-26T17:07:53Z] allejo desnudopenguino: adding on to jaybe's comment. you'd use '--host 0.0.0.0'
+ [2016-10-26T17:10:13Z] allejo verus: https://pages.github.com/versions/
+ [2016-10-26T17:10:14Z] jekyllrb Title: Dependency versions - GitHub Pages (at pages.github.com)
+ [2016-10-26T17:13:27Z] verus i gave up on minimal-mistakes theme and using gem

message no. 154776

Posted by verus in #jekyll at 2016-10-26T14:53:24Z

hi all, i am new to jekyll, i am trying to make excerpts work with minima theme, do I need to overload the home.html page for it to work?
+ [2016-10-27T13:54:26Z] zero-gravitas Question on performance, is `map` more performant at build time than just iterating over a bunch of items and pulling out what I want?
+ [2016-10-27T15:43:34Z] Nitax Say I have a data object like so: {"name": "Sample", "$ref": "/samples/sample"}. How do I access the variable "$ref" in Liquid?
+ [2016-10-27T15:46:16Z] Nitax {{ dataObject.$ref }} doesn't seem to work...
+ [2016-10-27T15:51:17Z] allejo {{ dataObject['$ref'] }}
+ [2016-10-27T15:53:22Z] Nitax allejo: you're my hero. Don't know how I didn't try that...