Compare commits
No commits in common. "a988a289e6154bd07cc9d1e424e49ab36ba058ef" and "809e1b5c985cea1afe26021c37c6e2544c1e689d" have entirely different histories.
a988a289e6
...
809e1b5c98
|
@ -1,19 +1,22 @@
|
|||
+++
|
||||
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"]
|
||||
+++
|
||||
---
|
||||
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
|
||||
|
||||
## Scoville Unit Table {#scoville-unit-table}
|
||||
AuthorName: KemoNine
|
||||
AuthorURL: "https://culinary.kemonine.info"
|
||||
|
||||
notes:
|
||||
- Information
|
||||
- Heat
|
||||
- Spice
|
||||
tags:
|
||||
- Information
|
||||
- Heat
|
||||
- Spice
|
||||
---
|
||||
|
||||
| Pepper | Scoville Units |
|
||||
|----------|---------------------|
|
||||
|
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
@ -18,6 +18,4 @@ notes:
|
|||
tags:
|
||||
- tag 1
|
||||
- tag 2
|
||||
---
|
||||
|
||||
Note Text Goes Here
|
||||
---
|
|
@ -1,21 +0,0 @@
|
|||
* 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