Skip to content
This repository was archived by the owner on Feb 24, 2026. It is now read-only.
This repository was archived by the owner on Feb 24, 2026. It is now read-only.

Support for Nested YAML Front Matter Dicts #58

Description

@cloudrck

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions