30 lines
428 B
Markdown
30 lines
428 B
Markdown
|
|
+++
|
||
|
|
title = "Example Recipe Name" # mandatory
|
||
|
|
tags = ["test", "recipe"] # optional
|
||
|
|
pics = ["pics/test.jpg", "pics/test2.jpg"] # optional, only reads jpgs
|
||
|
|
|
||
|
|
# Everything below here is just plain markdown,
|
||
|
|
# use whatever format or layout you feel fits your needs best
|
||
|
|
|
||
|
|
+++
|
||
|
|
|
||
|
|
- **Portions:**
|
||
|
|
- **Prep Time:**
|
||
|
|
- **Cook Time:**
|
||
|
|
|
||
|
|
## Ingredients
|
||
|
|
|
||
|
|
- Ingredient 1
|
||
|
|
|
||
|
|
- Ingredient 2
|
||
|
|
|
||
|
|
- Ingredient 3
|
||
|
|
|
||
|
|
## Steps
|
||
|
|
|
||
|
|
1. Step 1
|
||
|
|
|
||
|
|
2. Step 2
|
||
|
|
|
||
|
|
3. Step 3
|