From 404b771d8d4f159e580f0c63f195cbec48cbaf57 Mon Sep 17 00:00:00 2001 From: KemoNine Date: Wed, 7 Dec 2022 09:10:26 -0500 Subject: [PATCH] update recipe org-mode template/example --- ox-hugo/recipe.org | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/ox-hugo/recipe.org b/ox-hugo/recipe.org index 7dde7e6..f59002e 100644 --- a/ox-hugo/recipe.org +++ b/ox-hugo/recipe.org @@ -1,11 +1,12 @@ * Template Recipe :Tag1:Tag2: :PROPERTIES: :ID: uuid -:EXPORT_HUGO_BUNDLE: date-title +:EXPORT_HUGO_BUNDLE: yyy-mm-dd-title :EXPORT_FILE_NAME: index.md -:EXPORT_HUGO_PUBLISHDATE: date -:EXPORT_HUGO_DRAFT: true -:DIR: ~/org/culinary/data/bundle/ +: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 @@ -33,6 +34,3 @@ directions=[ title="this is a link" url="https://foo.bar" #+end_src - - - step 1 - - step 2