37 lines
578 B
Markdown
37 lines
578 B
Markdown
|
---
|
||
|
layout: recipe
|
||
|
title: "Template Recipe"
|
||
|
image: plate_pic.jpg
|
||
|
imagecaption: This is the alt text /and/ image caption. Do **NOT** skip!
|
||
|
date: {{ .Date }}
|
||
|
draft: true
|
||
|
|
||
|
AuthorName: KemoNine
|
||
|
AuthorURL: "https://culinary.kemonine.info"
|
||
|
inspiration:
|
||
|
- title: This isn't a link
|
||
|
- title: Link text
|
||
|
url: "https://domain.tld"
|
||
|
category: PickABroadCategeory
|
||
|
cuisine: PickABroadType
|
||
|
tags:
|
||
|
- tag 1
|
||
|
- tag 2
|
||
|
yield: 4
|
||
|
prepTime: 1 hr 20 mins
|
||
|
cookTime: 10 mins
|
||
|
|
||
|
ingredients:
|
||
|
- ingredient 1
|
||
|
- ingredient 2
|
||
|
|
||
|
directions:
|
||
|
- step 1
|
||
|
- step 2
|
||
|
|
||
|
---
|
||
|
|
||
|
## Notes
|
||
|
- note 1
|
||
|
- note 2
|