Compare commits
2 commits
809e1b5c98
...
a988a289e6
Author | SHA1 | Date | |
---|---|---|---|
a988a289e6 | |||
f16a4e0334 |
|
@ -1,22 +1,19 @@
|
||||||
---
|
+++
|
||||||
layout: notes
|
title = "Chili Pepper Notes"
|
||||||
title: "Chili Pepper Notes"
|
author = ["KemoNine"]
|
||||||
image: noun-fire-962988.png
|
publishDate = 2022-12-03
|
||||||
imagecaption: "A black and white flame illustrating how hot peppers can be"
|
tags = ["Safety", "Information", "Peppers"]
|
||||||
date: 2022-12-03
|
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
|
## Scoville Unit Table {#scoville-unit-table}
|
||||||
AuthorURL: "https://culinary.kemonine.info"
|
|
||||||
|
|
||||||
notes:
|
|
||||||
- Information
|
|
||||||
- Heat
|
|
||||||
- Spice
|
|
||||||
tags:
|
|
||||||
- Information
|
|
||||||
- Heat
|
|
||||||
- Spice
|
|
||||||
---
|
|
||||||
|
|
||||||
| Pepper | Scoville Units |
|
| Pepper | Scoville Units |
|
||||||
|----------|---------------------|
|
|----------|---------------------|
|
||||||
|
|
Before Width: | Height: | Size: 1.8 MiB After Width: | Height: | Size: 1.8 MiB |
|
@ -18,4 +18,6 @@ notes:
|
||||||
tags:
|
tags:
|
||||||
- tag 1
|
- tag 1
|
||||||
- tag 2
|
- 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