+ [8 years ago] allejo desnudopenguino: adding on to jaybe's comment. you'd use '--host 0.0.0.0'
+ [8 years ago] allejo verus: https://pages.github.com/versions/
+ [8 years ago] jekyllrb Title: Dependency versions - GitHub Pages (at pages.github.com)
+ [8 years ago] verus i gave up on minimal-mistakes theme and using gem

message no. 154815

Posted by allejo in #jekyll at 2016-10-26T17:07:53Z

desnudopenguino: adding on to jaybe's comment. you'd use '--host 0.0.0.0'
+ [8 years ago] 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?
+ [8 years ago] Nitax Say I have a data object like so: {"name": "Sample", "$ref": "/samples/sample"}. How do I access the variable "$ref" in Liquid?
+ [8 years ago] Nitax {{ dataObject.$ref }} doesn't seem to work...
+ [8 years ago] allejo {{ dataObject['$ref'] }}
+ [8 years ago] Nitax allejo: you're my hero. Don't know how I didn't try that...