message no. 90801
Posted by rdj in #jekyll at 2015-04-21T21:39:51Z
Hi, folks. Looks like the data YAML files provided structured data, but (since Jekyll uses SafeYAML which disables marshaling) there's no way to end up with typed data beyond the simple strings, numbers, lists, and dictionaries. So if you wanted any kind of resuable data processing, you'd have to do it with liquid filters or the like, you can't stick a data model between the YAML and your templates. Is that basicall