2022-12-04 00:14:16 +00:00
|
|
|
* Template Recipe :Tag1:Tag2:
|
|
|
|
:PROPERTIES:
|
|
|
|
:ID: uuid
|
2022-12-07 14:10:26 +00:00
|
|
|
:EXPORT_HUGO_BUNDLE: yyy-mm-dd-title
|
2022-12-04 00:14:16 +00:00
|
|
|
:EXPORT_FILE_NAME: index.md
|
2022-12-07 14:10:26 +00:00
|
|
|
:EXPORT_HUGO_PUBLISHDATE: yyyy-mm-dd
|
|
|
|
:EXPORT_HUGO_LASTMOD: yyyy-mm-dd
|
|
|
|
:EXPORT_HUGO_DRAFT: false
|
|
|
|
:DIR: ~/org/culinary/data/bundlename/
|
2022-12-04 00:14:16 +00:00
|
|
|
: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
|