Skip to content

Conversation

@bep
Copy link
Collaborator

@bep bep commented Nov 5, 2025

Hugo upgraded its YAML library to a YAML 1.1 compliant version in v0.152.0 (https://github.com/gohugoio/hugo/releases/tag/v0.152.0), which now throws an error on duplicate keys.

This commit fixes that. Note that:

  • The old behaviour was to keep the last occurrence of a duplicate key, so that's is the most commin strategy used here.
  • But I have also manually inspected and merged some of them.

Hugo upgraded its YAML library to a YAML 1.1 compliant version in v0.152.0 (https://github.com/gohugoio/hugo/releases/tag/v0.152.0), which now throws an error on duplicate keys.

This commit fixes that. Note that:

* The old behaviour was to keep the last occurrence of a duplicate key, so that's is the most commin strategy used here.
* But I have also manually inspected and merged some of them.
@bep bep requested a review from nmelehan-akamai November 5, 2025 10:27
@netlify
Copy link

netlify bot commented Nov 5, 2025

Deploy Preview for nostalgic-ptolemy-b01ab8 ready!

Name Link
🔨 Latest commit 1a43ab5
🔍 Latest deploy log https://app.netlify.com/projects/nostalgic-ptolemy-b01ab8/deploys/690b2690a95a080008c5b70e
😎 Deploy Preview https://deploy-preview-7360--nostalgic-ptolemy-b01ab8.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant