* Template Recipe :Tag1:Tag2: :PROPERTIES: :ID: uuid :EXPORT_HUGO_BUNDLE: yyy-mm-dd-title :EXPORT_FILE_NAME: index.md :EXPORT_HUGO_PUBLISHDATE: yyyy-mm-dd :EXPORT_HUGO_LASTMOD: yyyy-mm-dd :EXPORT_HUGO_DRAFT: false :DIR: ~/org/culinary/data/bundlename/ :END: #+begin_src toml :front_matter_extra t layout="notes" image="plate_pic.jpg" imagecaption="This is the alt text /and/ image caption. Do **NOT** skip!" date="date" AuthorName="KemoNine" AuthorURL="https://culinary.kemonine.info" notes=["Tag1", "Tag2"] category="PickABroadCategeory" cuisine="PickABroadType" yield=4 prepTime="2 hrs" cookTime="1 hrs" ingredients=[ "ingredient 1", "ingredient 2"] directions=[ "step 1", "step 2"] [[inspiration]] title="this is only text" [[inspiration]] title="this is a link" url="https://foo.bar" #+end_src