flip notes to ox-hugo generation and include an example
This commit is contained in:
parent
f16a4e0334
commit
a988a289e6
|
@ -1,22 +1,19 @@
|
|||
---
|
||||
layout: notes
|
||||
title: "Chili Pepper Notes"
|
||||
image: noun-fire-962988.png
|
||||
imagecaption: "A black and white flame illustrating how hot peppers can be"
|
||||
date: 2022-12-03
|
||||
+++
|
||||
title = "Chili Pepper Notes"
|
||||
author = ["KemoNine"]
|
||||
publishDate = 2022-12-03
|
||||
tags = ["Safety", "Information", "Peppers"]
|
||||
draft = false
|
||||
layout="notes"
|
||||
image="noun-fire-962988.png"
|
||||
imagecaption="A black and white flame illustrating how hot peppers can be"
|
||||
date="2022-12-x"
|
||||
AuthorName="KemoNine"
|
||||
AuthorURL="https://culinary.kemonine.info"
|
||||
notes=["Safety", "Information", "Peppers"]
|
||||
+++
|
||||
|
||||
AuthorName: KemoNine
|
||||
AuthorURL: "https://culinary.kemonine.info"
|
||||
|
||||
notes:
|
||||
- Information
|
||||
- Heat
|
||||
- Spice
|
||||
tags:
|
||||
- Information
|
||||
- Heat
|
||||
- Spice
|
||||
---
|
||||
## Scoville Unit Table {#scoville-unit-table}
|
||||
|
||||
| Pepper | Scoville Units |
|
||||
|----------|---------------------|
|
||||
|
|
|
@ -18,4 +18,6 @@ notes:
|
|||
tags:
|
||||
- tag 1
|
||||
- tag 2
|
||||
---
|
||||
---
|
||||
|
||||
Note Text Goes Here
|
||||
|
|
21
ox-hugo/note.org
Normal file
21
ox-hugo/note.org
Normal file
|
@ -0,0 +1,21 @@
|
|||
* Template Note :Tag1:Tag2:
|
||||
:PROPERTIES:
|
||||
:ID: uuid
|
||||
:EXPORT_HUGO_BUNDLE: date-title
|
||||
:EXPORT_FILE_NAME: index.md
|
||||
:EXPORT_HUGO_PUBLISHDATE: date
|
||||
:EXPORT_HUGO_DRAFT: true
|
||||
:DIR: ~/org/culinary/data/bundle/
|
||||
: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="2022-12-03"
|
||||
AuthorName="KemoNine"
|
||||
AuthorURL="https://culinary.kemonine.info"
|
||||
notes=["Tag1", "Tag2"]
|
||||
#+end_src
|
||||
|
||||
Note Text Goes Here
|
Loading…
Reference in a new issue