mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-05 06:07:29 -07:00
Update pizza sauce using tab template
This commit is contained in:
parent
a9e5ae5a0a
commit
69c72b014b
@ -2,35 +2,48 @@
|
|||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Admonition from '@theme/Admonition'
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# Pizza Sauce
|
# Pizza Sauce
|
||||||
|
|
||||||
:::info
|
<Tabs>
|
||||||
Avoid excess salt as this doesn't really need it.
|
<TabItem value="photos" label="Photos" default>
|
||||||
:::
|
A standard pizza sauce for pizza night.
|
||||||
|
|
||||||
|

|
||||||
|
</TabItem>
|
||||||
|
|
||||||
```md title="Ingredients"
|
<TabItem value="ingredients" label="Ingredients">
|
||||||
6 oz tomato paste
|
```text title="Pizza Sauce"
|
||||||
15 oz tomato sauce
|
6 oz tomato paste
|
||||||
1-2 tablespoons dried oregano to taste
|
15 oz tomato sauce
|
||||||
2 tablespoons Italian seasoning
|
1-2 tablespoons dried oregano to taste
|
||||||
½ teaspoon garlic powder
|
2 tablespoons Italian seasoning
|
||||||
½ teaspoon onion powder
|
½ teaspoon garlic powder
|
||||||
½ tablespoon garlic salt
|
½ teaspoon onion powder
|
||||||
¼ teaspoon freshly ground black pepper
|
½ tablespoon garlic salt
|
||||||
1 teaspoon sugar
|
¼ teaspoon freshly ground black pepper
|
||||||
```
|
1 teaspoon sugar
|
||||||
|
```
|
||||||
|
|
||||||
```md title="Instructions - Dough (using dry active yeast)"
|
<Admonition type="info" title="Low Sodium">
|
||||||
1. Mix tomato paste and sauce together in a medium size bowl until smooth.
|
<p>Avoid excess salt as this doesn't really need it.</p>
|
||||||
2. Add the rest of the ingredients – oregano, Italian seasoning, garlic powder, onion powder, garlic salt, pepper and sugar – and stir until evenly distributed throughout the sauce.
|
</Admonition>
|
||||||
3. Taste and adjust seasonings to your liking.
|
</TabItem>
|
||||||
```
|
|
||||||
|
|
||||||
### Notes
|
<TabItem value="instructions" label="Instructions">
|
||||||
A decently sweet sauce usually breaks up the salt you'll be adding in meat-related toppings.
|
1. Mix tomato paste and sauce together in a medium size bowl until smooth.
|
||||||
|
2. Add the rest of the ingredients – oregano, Italian seasoning, garlic powder, onion powder, garlic salt, pepper and sugar – and stir until evenly distributed throughout the sauce.
|
||||||

|
3. Taste and adjust seasonings to your liking.
|
||||||
|
|
||||||
### References
|
<Admonition type="info" title="Keep it Sweet">
|
||||||
https://joyfoodsunshine.com/easy-homemade-pizza-sauce-recipe/
|
<p>If you're adding meat a sweet sauce usually breaks up all the salt you'll be adding.</p>
|
||||||
|
</Admonition>
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
|
<TabItem value="references" label="References">
|
||||||
|
https://joyfoodsunshine.com/easy-homemade-pizza-sauce-recipe/
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user