Update jerk chicken using tab template

This commit is contained in:
Jake Runyan 2024-06-18 19:28:10 -07:00
parent 40d391fc8a
commit 7fdc00339d

View File

@ -2,13 +2,21 @@
sidebar_position: 2
---
import Admonition from '@theme/Admonition'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
# Jamaican Jerk Chicken
:::info
On a recommendation from a friend!
:::
<Tabs>
<TabItem value="photos" label="Photos" default>
Great chicken on a recommendation from a friend!
```mdx title="Ingredients"
![img alt](@site/docs/meat/static/jerk-chicken.png)
</TabItem>
<TabItem value="ingredients" label="Ingredients">
```text title="Jamaican Jerk Chicken"
1 medium onion, coarsely chopped
3 medium scallions, chopped
2 Scotch bonnet chiles, chopped
@ -23,8 +31,9 @@ On a recommendation from a friend!
1 tablespoon vegetable oil
2 (3 1/2 to 4-pound) chickens, quartered
```
</TabItem>
```md title="Instructions"
<TabItem value="instructions" label="Instructions">
1. In a food processor, combine the onion, scallions, chiles, garlic, five-spice powder, allspice, pepper, thyme, nutmeg, and salt; process to a coarse paste.
2. With the machine on, add the soy sauce and oil in a steady stream.
3. Pour the marinade into a large, shallow dish, add the chicken, and turn to coat.
@ -32,12 +41,9 @@ On a recommendation from a friend!
5. Light a grill and bring to medium.
6. Grill the chicken over a medium-hot fire, turning occasionally, until well browned and cooked through, 35 to 40 minutes or 165 internal temp. Cover the grill for a smokier flavor.
7. Transfer the chicken to a platter and serve.
```
</TabItem>
### Notes
Remember to prep a day before for best results!
![img alt](@site/docs/meat/static/jerk-chicken.png)
### References
<TabItem value="references" label="References">
https://www.foodandwine.com/recipes/jamaican-jerk-chicken
</TabItem>
</Tabs>