jekyll-org icon indicating copy to clipboard operation
jekyll-org copied to clipboard

Support for Nested YAML Front Matter Dicts

Open cloudrck opened this issue 3 years ago • 0 comments

Hello,

I'm working with a Jekyll theme that allows header images and captions for each blog post. It works with the following YAML.

header:
  image: /assets/images/unsplash-image-1.jpg
  caption: "Photo credit: [**Unsplash**](https://unsplash.com)"

The variables are nested under the header dictionary. But as far as I can tell, jekyll-org does not support these types of variables.

My question: How hard would this be to implement; or is this functionality supported and I'm just missing the correct org syntax?

cloudrck avatar Feb 22 '22 01:02 cloudrck