Compare commits

...

4 Commits

Author SHA1 Message Date
72e902e496 fix ingredients 2025-07-11 11:23:10 -07:00
a81ec109aa fix image 2025-07-11 11:20:37 -07:00
28789dd8db Add vietnamese category and pho 2025-07-11 11:18:40 -07:00
1d5d78f7c5 Update categories: 2025-07-11 11:02:05 -07:00
8 changed files with 90 additions and 6 deletions

View File

@ -1,6 +1,6 @@
{
"label": "Cajun",
"position": 1,
"position": 2,
"link": {
"type": "generated-index",
"description": "Cajun and Creole recipes that make the mouth water."

View File

@ -1,6 +1,6 @@
{
"label": "Chinese",
"position": 2,
"position": 3,
"link": {
"type": "generated-index",
"description": "Not just fried rice."

View File

@ -1,6 +1,6 @@
{
"label": "Indian",
"position": 3,
"position": 4,
"link": {
"type": "generated-index",
"description": "The smell of all the spices in the air is worth it alone."

View File

@ -1,6 +1,6 @@
{
"label": "Italian",
"position": 4,
"position": 5,
"link": {
"type": "generated-index",
"description": "Mostly Italian dishes involving pasta in one shape or another."

View File

@ -1,6 +1,6 @@
{
"label": "Japanese",
"position": 4,
"position": 6,
"link": {
"type": "generated-index",
"description": "Not just fish!"

View File

@ -1,6 +1,6 @@
{
"label": "Mexican",
"position": 6,
"position": 7,
"link": {
"type": "generated-index",
"description": "Dishes of Spanish and Mexican origin."

View File

@ -0,0 +1,8 @@
{
"label": "Vietnamese",
"position": 8,
"link": {
"type": "generated-index",
"description": "Fresh herbs and bold flavors"
}
}

View File

@ -0,0 +1,76 @@
---
sidebar_position: 1
---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Pho (Vietnamese Noodle Soup)
<Tabs>
<TabItem value="photos" label="Photos" default>
A traditional Vietnamese noodle soup with aromatic broth, rice noodles, and tender beef.
![image](@site/docs/static/img/not-found.svg)
</TabItem>
<TabItem value="ingredients" label="Ingredients">
## Ingredients
```text title="Broth"
2 lbs beef bones (knuckle, marrow, or oxtail)
1 lb beef brisket (chuck as substitute)
1 onion, halved and charred
1 3-inch piece ginger, charred
7 star anise
1 cinnamon stick
6 cloves
2 cardamom pod
2 tsp coriander seeds
1 tsp fennel seeds
8 cups water
2 tbsp fish sauce
1 tbsp sugar
Salt to taste
```
```text title="Serving"
1 lb rice noodles (banh pho)
1/2 lb beef sirloin, thinly sliced
1/2 cup bean sprouts
1/2 cup Thai basil
1/2 cup cilantro
1/2 cup mint
2 limes, cut into wedges
2 jalapeños, thinly sliced
Hoisin sauce and Sriracha for serving
```
<Admonition type="info" title="Cooking Instructions">
<p>
Getting beef bones with cartilage is very important as well as getting a stew meat. Also do not forget to skim after boiling.
</p>
</Admonition>
</TabItem>
<TabItem value="instructions" label="Instructions">
1. In a large pot, add **beef bones** and **brisket**. Make sure to cut the brisket in half prior to this. Cover with water and bring to a boil and boil for **5 minutes**. Skim any scum off the top.
2. Simultaneously, char the **onion** and **ginger** over medium flame. Rinse away the blackened skin.
3. Also, toast **star anise**, **cinnamon stick**, **cloves**, **cardimom pods**, **coriander seeds**, and **fennel seeds** over medium heat in a saucepan for **3 minutes**.
4. Add charred and toasted items to the pot. Add **scallions**, **fish sauce**, and **sugar**. Boil for **40 minutes** over **low heat**. Continue to skim the scum.
5. Remove one piece of the **brisket** and transfer to a bowl of ice water to stop the cooking and refridgerate it.
6. Cover the pot and continue simmering on low heat for **4 hours**. Add salt, skimming as necessary until ready to serve. Finish the sauce by adding fish sauce, sugar, or salt as necessary.
7. Boil the **noodles** according to package and add to a bowl. Place slices of brisket, and thinly sliced uncooked **sirloin** or other toppings. Squeeze fresh **lime** on top, and add **bean sprouts** and **basil** as desired. Serve with hoisin sauce and Sriracha on the side.
<Admonition type="info" title="Serving Suggestions">
<p>
Pho is traditionally served piping hot with plenty of fresh herbs and condiments. The key is the balance of rich broth, tender meat, and fresh garnishes.
</p>
</Admonition>
</TabItem>
<TabItem value="references" label="References">
[Pho Vietnamese Noodle Soup Recipe](https://thewoksoflife.com/pho-vietnamese-noodle-soup/)
</TabItem>
</Tabs>