Update caesar salad dressing and pickled red onions with the new recipe markdown template

This commit is contained in:
whitney 2024-06-18 15:55:39 -07:00
parent d77bafa759
commit 6377476133
2 changed files with 78 additions and 44 deletions

View File

@ -2,32 +2,48 @@
sidebar_position: 2 sidebar_position: 2
--- ---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Caesar Salad Dressing # Caesar Salad Dressing
:::info <Tabs>
Anchovy fillets or anchovy paste both work well. If using fillets make sure to smash to de-bone as much as possible. <TabItem value="photos" label="Photos" default>
::: A good Caesar salad dressing goes a long way, and making it yourself saves some money.
```mdx title="Ingredients" ![img alt](@site/docs/static/img/not-found.svg)
2 small garlic cloves, minced </TabItem>
1 tsp anchovy paste or 2 fillets
1 tsp dijon mustard
1 tsp worcestershire sauce
1 cup mayonnaise (use less for a thinner dressing)
1/2 cup parmigiano-reggiano
1/4 tsp salt
1/4 tsp freshly ground black pepper
```
```md title="Instructions" <TabItem value="ingredients" label="Ingredients">
1. ```text title="Caesar Salad Dressing"
``` 2 small garlic cloves, minced
1 tsp anchovy paste or 2 fillets
1 tsp dijon mustard
1 tsp worcestershire sauce
1 cup mayonnaise (use less for a thinner dressing)
1/2 cup parmigiano-reggiano
1/4 tsp salt
1/4 tsp freshly ground black pepper
```
### Notes <Admonition type="info" title="Anchovy Prep">
Use less mayo for a thinner sauce. I'm not a huge fan of the mayo taste, and using less helps with the taste. <p>If using anchovy fillets, it's a good idea to smear them into a paste using the side of a knife to break down any bones.</p>
</Admonition>
</TabItem>
![img alt](@site/docs/static/img/not-found.svg) <TabItem value="instructions" label="Instructions">
1. In a medium bowl, whisk together the **garlic**, **anchovies**, **lemon juice**, **dijon mustard**, and **worcestershire sauce**.
2. Add the **mayonnaise**, **parmigiano-reggiano**, **salt**, and **pepper**, and whisk until well combined.
3. Taste and adjust to your liking.
### References <Admonition type="info" title="Healthier Tastes Better">
https://www.onceuponachef.com/recipes/caesar-salad-dressing.html <p>Using less mayonnaise makes for a thinner dressing, and in my opinion less mayo flavor is better.</p>
</Admonition>
</TabItem>
<TabItem value="references" label="References">
https://www.onceuponachef.com/recipes/caesar-salad-dressing.html
</TabItem>
</Tabs>

View File

@ -2,32 +2,50 @@
sidebar_position: 2 sidebar_position: 2
--- ---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Pickled Red Onions # Pickled Red Onions
:::info <Tabs>
Mix additionally after bottling to ensure proper coverage. <TabItem value="photos" label="Photos" default>
::: These are a great topping for ramen, sandwiches, charcuterie, salads, or anything that could use a fermented kick!
```mdx title="Ingredients" ![](@site/docs/sides/static/pickled-red-onions.png)
1 large red onion, peeled and very thinly sliced </TabItem>
3/4 cup apple cider vinegar
1/4 cup water
1 teaspoon fine sea salt
12 tablespoons sweetener (maple syrup, honey, or sugar)
```
```md title="Instructions" <TabItem value="ingredients" label="Ingredients">
1. Mix the vinegar, water, salt, and sweetener in a heated saucepan. Cook over medium-high heat until simmering. Microwave works as well. ```text title="Pickled Red Onions"
2. Stuff thinly-sliced onions into a jar or container with a lid. You can get way more in there than you think if you really stuff them. 1 large red onion, peeled and very thinly sliced
3. Pour the hot vinegar mixture over the onions and seal. Shake briefly to ensure full coverage. You can additionally shake periodically if you want. 3/4 cup apple cider vinegar
4. Marinate for as little as 30 minutes and up to 2 weeks before consuming. You can press onions down with a spoon to submerge after a while if they stick out of the liquid. 1/4 cup water
``` 1 teaspoon fine sea salt
12 tablespoons sweetener (maple syrup, honey, or sugar)
```
### Notes <Admonition type="info" title="As Thin as Possible">
Add some spices for extra taste - People recommend celery salt. <p>The onions will pack a lot better, and ferment more if they are sliced super thin. Use a mandoline if one is available.</p>
</Admonition>
![img alt](@site/docs/sides/static/pickled-red-onions.png) <Admonition type="info" title="Additives">
<p>Add some spices for extra taste - People recommend celery salt.</p>
</Admonition>
</TabItem>
### References <TabItem value="instructions" label="Instructions">
https://www.gimmesomeoven.com/quick-pickled-red-onions/ 1. Mix the **vinegar**, **water**, **salt**, and **sweetener** in a heated saucepan. Cook over medium-high heat until simmering. Microwave works as well.
2. Stuff thinly-sliced **onions** into a jar or container with a lid. You can get way more in there than you think if you really stuff them.
3. Pour the hot vinegar mixture over the onions and seal. Shake briefly to ensure full coverage. You can additionally shake periodically if you want.
4. Marinate for as little as 30 minutes and up to 2 weeks before consuming. You can press onions down with a spoon to submerge after a while if they stick out of the liquid.
<Admonition type="info" title="Mix Well!">
<p>Mix additionally after bottling to ensure proper coverage.</p>
</Admonition>
</TabItem>
<TabItem value="references" label="References">
https://www.gimmesomeoven.com/quick-pickled-red-onions/
</TabItem>
</Tabs>