mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-05 06:07:29 -07:00
Update instant pot ribs using tab template
This commit is contained in:
parent
1676f54948
commit
40d391fc8a
@ -2,48 +2,58 @@
|
|||||||
sidebar_position: 2
|
sidebar_position: 2
|
||||||
---
|
---
|
||||||
|
|
||||||
|
import Admonition from '@theme/Admonition'
|
||||||
|
import Tabs from '@theme/Tabs';
|
||||||
|
import TabItem from '@theme/TabItem';
|
||||||
|
|
||||||
# Instant Pot Ribs
|
# Instant Pot Ribs
|
||||||
|
|
||||||
:::info
|
<Tabs>
|
||||||
Definitely a good idea to make your own barbecue sauce!
|
<TabItem value="photos" label="Photos" default>
|
||||||
:::
|
A great gravy recipe for Thanksgiving dinner!
|
||||||
|
|
||||||
```mdx title="Ingredients - Ribs"
|

|
||||||
1 rack baby back ribs or spare ribs (about 1 1/2 to 2 pounds)
|
</TabItem>
|
||||||
1 cup water
|
|
||||||
3 tablespoons apple cider vinegar
|
|
||||||
1/2 teaspoon liquid smoke
|
|
||||||
1/4 cup barbecue sauce, plus extra for serving
|
|
||||||
```
|
|
||||||
|
|
||||||
```mdx title="Ingredients - Rub"
|
<TabItem value="ingredients" label="Ingredients">
|
||||||
2 tablespoons brown sugar
|
```text title="Ribs"
|
||||||
1 tablespoon paprika
|
1 rack baby back ribs or spare ribs (about 1 1/2 to 2 pounds)
|
||||||
1 teaspoon ground black pepper
|
1 cup water
|
||||||
1 teaspoon kosher salt
|
3 tablespoons apple cider vinegar
|
||||||
1 teaspoon chili powder
|
1/2 teaspoon liquid smoke
|
||||||
1 teaspoon garlic powder
|
1/4 cup barbecue sauce, plus extra for serving
|
||||||
1 teaspoon onion powder
|
```
|
||||||
1/4 teaspoon cayenne pepper
|
|
||||||
```
|
|
||||||
|
|
||||||
```md title="Instructions"
|
```text title="Rub"
|
||||||
1. Rinse the ribs and pat them dry. If your ribs still have the thin, shiny membrane on the back, remove it.
|
2 tablespoons brown sugar
|
||||||
2. In a small bowl, stir together the brown sugar, paprika, black pepper, salt, chili powder, garlic powder, onion powder, and cayenne.
|
1 tablespoon paprika
|
||||||
3. Rub it all over the ribs, generously coating all of the sides.
|
1 teaspoon ground black pepper
|
||||||
4. Place the trivet in the Instant Pot. Pour in the water, apple cider vinegar, and liquid smoke.
|
1 teaspoon kosher salt
|
||||||
5. Place the ribs inside the pot, standing them on the trivet on their side and wrapping the rack around the inside of the pot like a circle.
|
1 teaspoon chili powder
|
||||||
6. Cover and seal the Instant Pot. Cook on high pressure for 23 minutes (baby back ribs) or 35 minutes (spare ribs).
|
1 teaspoon garlic powder
|
||||||
7. While starting step 8, place a rack in the upper third of the oven and set it to broil.
|
1 teaspoon onion powder
|
||||||
8. After the ribs finish, allow the pressure to release naturally for 5 minutes, then vent to release all of the remaining pressure.
|
1/4 teaspoon cayenne pepper
|
||||||
9. Line a large baking sheet with aluminum foil. Transfer the cooked ribs to the foil, then brush liberally with barbecue sauce.
|
```
|
||||||
10. Place under the broiler just until the sauce begins to caramelize, about 2 minutes.
|
|
||||||
```
|
|
||||||
|
|
||||||
### Notes
|
<Admonition type="info" title="Homemade is Best">
|
||||||
Don't walk away on step 10, it can burn quick.
|
<p>Always worth it to make your own barbecue sauce & rub!</p>
|
||||||
|
</Admonition>
|
||||||
|
</TabItem>
|
||||||
|
|
||||||

|
<TabItem value="instructions" label="Instructions">
|
||||||
|
1. Rinse the ribs and pat them dry. If your ribs still have the thin, shiny membrane on the back, remove it.
|
||||||
|
2. In a small bowl, stir together the brown sugar, paprika, black pepper, salt, chili powder, garlic powder, onion powder, and cayenne.
|
||||||
|
3. Rub it all over the ribs, generously coating all of the sides.
|
||||||
|
4. Place the trivet in the Instant Pot. Pour in the water, apple cider vinegar, and liquid smoke.
|
||||||
|
5. Place the ribs inside the pot, standing them on the trivet on their side and wrapping the rack around the inside of the pot like a circle.
|
||||||
|
6. Cover and seal the Instant Pot. Cook on high pressure for 23 minutes (baby back ribs) or 35 minutes (spare ribs).
|
||||||
|
7. While starting step 8, place a rack in the upper third of the oven and set it to broil.
|
||||||
|
8. After the ribs finish, allow the pressure to release naturally for 5 minutes, then vent to release all of the remaining pressure.
|
||||||
|
9. Line a large baking sheet with aluminum foil. Transfer the cooked ribs to the foil, then brush liberally with barbecue sauce.
|
||||||
|
10. Place under the broiler just until the sauce begins to caramelize, about 2 minutes.
|
||||||
|
</TabItem>
|
||||||
|
|
||||||
### References
|
<TabItem value="references" label="References">
|
||||||
https://www.wellplated.com/instant-pot-ribs/
|
https://www.wellplated.com/instant-pot-ribs/
|
||||||
|
</TabItem>
|
||||||
|
</Tabs>
|
||||||
|
@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
|
|||||||
<TabItem value="photos" label="Photos" default>
|
<TabItem value="photos" label="Photos" default>
|
||||||
A great gravy recipe for Thanksgiving dinner!
|
A great gravy recipe for Thanksgiving dinner!
|
||||||
|
|
||||||

|

|
||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="ingredients" label="Ingredients">
|
<TabItem value="ingredients" label="Ingredients">
|
||||||
|
@ -55,6 +55,6 @@ import TabItem from '@theme/TabItem';
|
|||||||
</TabItem>
|
</TabItem>
|
||||||
|
|
||||||
<TabItem value="references" label="References">
|
<TabItem value="references" label="References">
|
||||||
https://www.bonappetit.com/recipe/fusilli-alla-vodka-basil-parmesan
|
https://www.bonappetit.com/recipe/fusilli-alla-vodka-basil-parmesan
|
||||||
</TabItem>
|
</TabItem>
|
||||||
</Tabs>
|
</Tabs>
|
Loading…
x
Reference in New Issue
Block a user