-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
recipe-template.yaml
55 lines (46 loc) · 918 Bytes
/
recipe-template.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
title: Name of recipe
tags:
- tag-1
- tag-2
# See https://localhost:8080/icons/ for list
icon: carrot
# Required: filename, alt
# Optional: photographer, source, license
# photographer and source urls are optional
# For license ids, see https://spdx.org/licenses/
images:
- filename: image.jpg
alt: Alt description of image.
photographer:
name: Fname Lname
url: http://example.com/
license: CC0-1.0
- filename: image2.jpg
alt: Alt description of second image.
source:
name: Wikimedia Commons
url: http://example.com/
- filename: image3.jpg
alt: Alt description of third image.
yields: 10 somethings
time:
prep: 10m
cook: 10m
bake: 10m
total: 10m
ingredients:
-
qty: 2 cups
item: Something
-
qty: 1 Tbsp
item: Something else
-
item: Unmeasured item
steps:
- Step 1
- Step 2
- Step 3
notes:
- Note 1
- Note 2