In Hugo,
Can an element in JSON file take data from MD file ?
If yes then …
How to map value for a key in JSON file with value from MD file ?
Say for an instance in below json structure, json key “source” must be mapped to a data from MD file.
{
source: value — Must get from MD file.
title: “My image”
}