added a bunch of (test) markdown to the neapolitan cold recipe yaml
This commit is contained in:
parent
6c05e3ecc8
commit
1bb5d8f6a8
1 changed files with 30 additions and 3 deletions
|
@ -1,7 +1,9 @@
|
|||
recipe:
|
||||
name: "Neapolitan Cold Rise"
|
||||
description: >
|
||||
A Neapolitan Style pizza with a multi day cold rise
|
||||
A Neapolitan Style pizza with a multi day cold rise, giving a light and fluffy dough
|
||||
|
||||

|
||||
ingredients:
|
||||
- name: flour
|
||||
unit: g
|
||||
|
@ -24,19 +26,35 @@ recipe:
|
|||
max: 5
|
||||
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.
|
||||
|
||||

|
||||
Check these youtube videos for more info:
|
||||
|
||||
[Pizza Dough | Basics with Babish](https://www.youtube.com/watch?v=n1O3uHPCOLA)
|
||||
|
||||
[How to Make NEAPOLITAN PIZZA DOUGH like a World Best Pizza Chef](https://www.youtube.com/watch?v=8Q_9h6VKm9c)
|
||||
|
||||
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.
|
||||
Add the rest of the flour to the mixture, knead the dough for 15-20 minutes.
|
||||
|
||||
You can use a mixer, or do it by hand, see [this video](https://www.youtube.com/watch?v=l9avZp3xFNU) for in depth instructions on kneading by hand.
|
||||
|
||||

|
||||
- name: Fridge
|
||||
description: >
|
||||
Place the dough in a sealed/covered container in the fridge.
|
||||
|
@ -48,10 +66,18 @@ recipe:
|
|||
max: 6
|
||||
description: >
|
||||
Take the dough out of the fridge and let it come to room temperature for a final rise before baking
|
||||
|
||||

|
||||
substeps:
|
||||
- name: Split
|
||||
description: >
|
||||
Split the dough into smaller balls and place them into a covered/sealed container(s)
|
||||

|
||||
|
||||
|
||||
For video instructions on how to make Dough balls check out this video:
|
||||
|
||||
[How to Make PIZZA DOUGH BALLS like a World Best Pizza Chef](https://www.youtube.com/watch?v=oZxNbL5XB7w)
|
||||
- name: Preheat Oven
|
||||
wait:
|
||||
description: How long does your oven take to preheat?
|
||||
|
@ -63,4 +89,5 @@ recipe:
|
|||
A high temperature (250 to 300 degrees celsius) is recommended.
|
||||
- name: Pizza Time!
|
||||
description: >
|
||||
Time to make pizza!
|
||||
Time to make pizza!
|
||||

|
Loading…
Add table
Reference in a new issue