not_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 7 days agoi didn't know recipe design existedlemmy.blahaj.zoneimagemessage-square157linkfedilinkarrow-up11.16Karrow-down123
arrow-up11.13Karrow-down1imagei didn't know recipe design existedlemmy.blahaj.zonenot_IO@lemmy.blahaj.zone to Microblog Memes@lemmy.worldEnglish · 7 days agomessage-square157linkfedilink
minus-squaregamerdonkey@lemmy.sdf.orglinkfedilinkEnglisharrow-up2·6 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