not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 22 days agoi didn't know recipe design existedlemmy.blahaj.zoneimagemessage-square136linkfedilinkarrow-up11.11Karrow-down10
arrow-up11.11Karrow-down1imagei didn't know recipe design existedlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 22 days agomessage-square136linkfedilink
minus-squaregamerdonkey@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·22 days agoI tried recreating this style of recipe card and ended up using a JSON tree structure to store the recipe. I also added fields for a little more description so that I could generate a little more traditional lists for ingredients and instructions. https://git.tilde.town/gamerdonkey/recipes_for_engineers/ Example recipe: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.html JSON representation: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.json
I tried recreating this style of recipe card and ended up using a JSON tree structure to store the recipe. I also added fields for a little more description so that I could generate a little more traditional lists for ingredients and instructions.
https://git.tilde.town/gamerdonkey/recipes_for_engineers/
Example recipe: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.html JSON representation: https://tilde.town/~gamerdonkey/recipes/lemony_olive_oil_zucchini_bread.json