-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow other types than maps in .Site.Data #3890
Comments
bep
changed the title
Support Unmarshalling YAML Data Files With List/Sequence Root Node
Allow other types than maps in .Site.Data
Sep 19, 2017
I has tested data file format support for array type:
|
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following example YAML file cannot currently be used with Hugo:
This is because the root node here would be a YAML sequence (a.k.a a list), which is valid YAML but Hugo doesn't currently support.
This Issue originated in Hugo Discussion.
The text was updated successfully, but these errors were encountered: