added initial recipes for the app
This commit is contained in:
parent
bd8bae9a87
commit
3ec13d5dd8
2 changed files with 59 additions and 0 deletions
BIN
app_init/images/neo_day_dough.png
Normal file
BIN
app_init/images/neo_day_dough.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 860 KiB |
59
app_init/recipes.yaml
Normal file
59
app_init/recipes.yaml
Normal file
|
@ -0,0 +1,59 @@
|
|||
recipes:
|
||||
- name: "Neapolitan Day Dough"
|
||||
image: https://gitea.broodjeaap.net/broodjeaap/PizzaRecipes/raw/branch/master/app_init/images/neo_day_pizza.png
|
||||
description: >
|
||||
A Neapolitan Style pizza prepared in a day.
|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
value: 0.596
|
||||
- name: water
|
||||
unit: ml
|
||||
value: 0.366
|
||||
- name: salt
|
||||
unit: g
|
||||
value: 0.018
|
||||
- name: yeast
|
||||
unit: g
|
||||
value: 0.02
|
||||
steps:
|
||||
- name: Make the dough
|
||||
wait:
|
||||
description: How many hours of room temperature rise?
|
||||
unit: hours
|
||||
min: 4
|
||||
max: 6
|
||||
description: >
|
||||
Combine all the ingredients to make the dough, we start with just the water and salt and add the yeast after adding some of the flour to not kill the yeast.
|
||||
substeps:
|
||||
- name: Salt+Water
|
||||
description: >
|
||||
Combine the salt and the water in a bowl, stir until the salt dissolves.
|
||||

|
||||
- name: +20% flour
|
||||
description: >
|
||||
Add ~20% of the flour to the water/salt mixture and mix everything together.
|
||||

|
||||
- name: Yeast
|
||||
description: >
|
||||
Add the yeast to the mixture.
|
||||

|
||||
- name: Flour
|
||||
description: >
|
||||
Add the rest of the flour to the mixture, knead the dough for 15-20 minutes.
|
||||
You can knead the dough with your hands, use a stand mixer or a food processor.
|
||||
|
||||
[Kneading by hand.](https://www.youtube.com/watch?v=l9avZp3xFNU)
|
||||
|
||||
The result should look something like this:
|
||||
|
||||

|
||||
|
||||
- name: Rise
|
||||
description: >
|
||||
Split the dough into doughballs and place the dough in a sealed/covered container at room temperature.
|
||||
|
||||

|
||||
- name: Pizza Time!
|
||||
description: >
|
||||
Time to make pizza!
|
Loading…
Add table
Reference in a new issue