not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 9 days agoi didn't know recipe design existedlemmy.blahaj.zoneimagemessage-square158linkfedilinkarrow-up11.21Karrow-down126
arrow-up11.18Karrow-down1imagei didn't know recipe design existedlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 9 days agomessage-square158linkfedilink
minus-squaregamerdonkey@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·8 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