Hi,
Im very interested for suggestions regarding creation of the recipe that will appear somewhere in the middle of a post on food blog. It’s also good to take into account that the new recipes will be submitted by my girlfriend, so I’m looking for some solution that would work well with forestry CMS.
I prepared the design that looks like this:
So far I found one example where you put ingredients in front matter. But is suspect that is too basic for my example. Is it ok to write it in markdown instead of putting it in front matter?
+++
date = “2017-05-23T22:38:56+02:00”
draft = false
title = “Apple Jam”
layout = “recipe”description = “Jam made of apples tastes awesome.”
[image]
text = “Apples”
url = “apples.jpg”[[ingredients]]
amount = 1
unit = “kg”
name = “apples”[[ingredients]]
amount = 0.5
unit = “dl”
name = “water”[[ingredients]]
amount = 5
unit = “dl”
name = “sugar”
+++Method
- Scale and kernel of the apples. Place the peeled apple slices in a bowl of cold water so that they do not darken.
- Lift the apples to a saucepan and add water. Boil on low heat and stir regularly. Stir the sugar when the apples soften (feel a test piece). Let boil again.
- Mix the mash to the desired consistency with a rod mixer.
- In the fridge the mash stays for 1-2 weeks. In freezer it will last up to a year.
How would you guys tackle this problem. I appreciate any help. I would like to found a good solution and when I’ll finish this page I would like to make it open source, so others can use this recipe template for them.
Have a good day everybody