+[8 years ago]allejodesnudopenguino: adding on to jaybe's comment. you'd use '--host 0.0.0.0' +[8 years ago]allejoverus: https://pages.github.com/versions/ +[8 years ago]jekyllrbTitle: Dependency versions - GitHub Pages (at pages.github.com) +[8 years ago]desnudopenguinojaybe, allejo: thanks guys! +[8 years ago]verusi gave up on minimal-mistakes theme and using gem
desnudopenguino: adding on to jaybe's comment. you'd use '--host 0.0.0.0'
+[8 years ago]zero-gravitasQuestion 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]NitaxSay 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]Nitaxallejo: you're my hero. Don't know how I didn't try that...