update recipe org-mode template/example
This commit is contained in:
parent
364a30af02
commit
404b771d8d
|
@ -1,11 +1,12 @@
|
||||||
* Template Recipe :Tag1:Tag2:
|
* Template Recipe :Tag1:Tag2:
|
||||||
:PROPERTIES:
|
:PROPERTIES:
|
||||||
:ID: uuid
|
:ID: uuid
|
||||||
:EXPORT_HUGO_BUNDLE: date-title
|
:EXPORT_HUGO_BUNDLE: yyy-mm-dd-title
|
||||||
:EXPORT_FILE_NAME: index.md
|
:EXPORT_FILE_NAME: index.md
|
||||||
:EXPORT_HUGO_PUBLISHDATE: date
|
:EXPORT_HUGO_PUBLISHDATE: yyyy-mm-dd
|
||||||
:EXPORT_HUGO_DRAFT: true
|
:EXPORT_HUGO_LASTMOD: yyyy-mm-dd
|
||||||
:DIR: ~/org/culinary/data/bundle/
|
:EXPORT_HUGO_DRAFT: false
|
||||||
|
:DIR: ~/org/culinary/data/bundlename/
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
#+begin_src toml :front_matter_extra t
|
#+begin_src toml :front_matter_extra t
|
||||||
|
@ -33,6 +34,3 @@ directions=[
|
||||||
title="this is a link"
|
title="this is a link"
|
||||||
url="https://foo.bar"
|
url="https://foo.bar"
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
- step 1
|
|
||||||
- step 2
|
|
||||||
|
|
Loading…
Reference in a new issue