Questions tagged [yaml-front-matter]
126 questions
0
votes
1 answer
Access single object in model using Metalsmith and swig
I have a json data file with multiple objects with named keys in it.
{
"berlin:" : {
"location": "Berlin",
"folder": "berlin-2016"
},
"seattle" : {
"location": "Seattle ",
"folder": "seattle-2016"
}
}
In my content file I…

Joseph Rochester
- 11
- 1
0
votes
1 answer
Code snippets/blocks within YFM variables
I'm trying to take a code snippet from Litmus to use within my Assemble.io project (HTML emails). A typical code block looks like this: