mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 21:57:29 -07:00
Update pizza dough using tab template
This commit is contained in:
parent
69c72b014b
commit
018246bb4f
@ -1,39 +1,48 @@
|
|||||||
---
|
---
|
||||||
sidebar_position: 3
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Admonition from '@theme/Admonition'
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# Pizza Dough
|
# Pizza Dough
|
||||||
|
|
||||||
:::info
|
<Tabs>
|
||||||
Recipe makes about 4 medium size pizza doughs. Each should cover most of a pizza spatula and fit nicely on a normal size pizza steel.
|
<TabItem value="photos" label="Photos" default>
|
||||||
:::
|
A standard pizza dough for pizza night.
|
||||||
|
|
||||||
|

|
||||||
|
</TabItem>
|
||||||
|
|
||||||
```md title="Ingredients"
|
<TabItem value="ingredients" label="Ingredients">
|
||||||
1 cup warm water (temperature depends on type of yeast, usually 100-110 degrees Fahrenheit)
|
```text title="Pizza Dough"
|
||||||
2 ¼ teaspoons dry active yeast (1 normal sized packet)
|
1 cup warm water (temperature depends on type of yeast, usually 100-110 degrees Fahrenheit)
|
||||||
½ teaspoon granulated sugar
|
2 ¼ teaspoons dry active yeast (1 normal sized packet)
|
||||||
1 teaspoon salt
|
½ teaspoon granulated sugar
|
||||||
3 tablespoons olive oil
|
1 teaspoon salt
|
||||||
3 cups all-purpose flour (approximate)
|
3 tablespoons olive oil
|
||||||
```
|
3 cups all-purpose flour (approximate)
|
||||||
|
```
|
||||||
|
|
||||||
```md title="Instructions - Dough (using dry active yeast)"
|
<Admonition type="info" title="Family Sized">
|
||||||
1. Measure warm water (between 100°-110°F) in a measuring cup, then add the yeast and sugar. Stir gently, then let sit around 5 minutes until it’s active and foamy. This will happen within 5 minutes. Use a thermometer to measure water temp.
|
<p>Recipe makes about 4 medium sized pizza doughs. Each would cover most of a pizza spatula as a thinner crust.</p>
|
||||||
2. Stir salt, oil, and 2 cups flour in a large mixing bowl, stirring in the yeast mixture as you go, using a wooden spoon.
|
</Admonition>
|
||||||
3. Add the third cup of flour and then stir until you can’t anymore. Remove the spoon and then use your hands to work the dough into a ball that is slightly sticky.
|
</TabItem>
|
||||||
4. Spray a second large bowl with nonstick cooking spray, add your pizza dough ball, then spray the top lightly with cooking spray and cover tightly with plastic wrap. Place in a warm area of the kitchen and let rise until doubled in size, about 1-2 hours.
|
|
||||||
```
|
|
||||||
|
|
||||||
```md title="Instructions - Making Pizza with this Dough"
|
<TabItem value="instructions" label="Instructions">
|
||||||
1. Preheat the oven to 500 degrees Fahrenheit with a pizza steel inside. (Use a stone if you have one but your mileage may vary.)
|
1. Measure warm water (between 100°-110°F) in a measuring cup, then add the yeast and sugar. Stir gently, then let sit around 5 minutes until it’s active and foamy. This will happen within 5 minutes. Use a thermometer to measure water temp.
|
||||||
2. Cook for around 10 mins for thorough cook of a thin crust pizza.
|
2. Stir salt, oil, and 2 cups flour in a large mixing bowl, stirring in the yeast mixture as you go, using a wooden spoon.
|
||||||
```
|
3. Add the third cup of flour and then stir until you can’t anymore. Remove the spoon and then use your hands to work the dough into a ball that is slightly sticky.
|
||||||
|
4. Spray a second large bowl with nonstick cooking spray, add your pizza dough ball, then spray the top lightly with cooking spray and cover tightly with plastic wrap. Place in a warm area of the kitchen and let rise until doubled in size, about 1-2 hours.
|
||||||
|
|
||||||
### Notes
|
|
||||||
Good yeast is the secret here. From a packet is better than keeping bulk usually.
|
<Admonition type="info" title="Yeast Quality">
|
||||||
|
<p>Good yeast is the secret here. From a packet is better than keeping bulk usually. Either way, the more bubbles the better.</p>
|
||||||

|
</Admonition>
|
||||||
|
</TabItem>
|
||||||
### References
|
|
||||||
https://www.crazyforcrust.com/the-ultimate-pizza-crust-recipe/
|
|
||||||
|
|
||||||
|
<TabItem value="references" label="References">
|
||||||
|
https://www.crazyforcrust.com/the-ultimate-pizza-crust-recipe/
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
Loading…
x
Reference in New Issue
Block a user