mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 21:57:29 -07:00
56 lines
2.4 KiB
Plaintext
56 lines
2.4 KiB
Plaintext
---
|
|
sidebar_position: 7
|
|
---
|
|
|
|
import Admonition from '@theme/Admonition';
|
|
import Tabs from '@theme/Tabs';
|
|
import TabItem from '@theme/TabItem';
|
|
|
|
# Elote (Mexican Street Corn)
|
|
|
|
<Tabs>
|
|
<TabItem value="photos" label="Photos" default>
|
|
Classic Mexican street corn featuring grilled corn on the cob slathered in a tangy, creamy sauce and topped with cotija cheese, chili powder, and cilantro.
|
|
|
|

|
|
</TabItem>
|
|
|
|
<TabItem value="ingredients" label="Ingredients">
|
|
## Ingredients
|
|
```text title="Ingredients"
|
|
6-8 medium ears of corn, husks removed
|
|
1/2 cup mayonnaise
|
|
1/2 cup Mexican crema or sour cream
|
|
1/2 cup finely crumbled cotija cheese, plus more for serving
|
|
1/4 cup minced fresh cilantro
|
|
1 medium clove garlic, minced
|
|
1/2 teaspoon chili powder (ancho or guajillo recommended), plus more for serving
|
|
1 lime, cut into wedges
|
|
```
|
|
|
|
<Admonition type="info" title="Cheese Selection">
|
|
<p>
|
|
Cotija is a salty, crumbly Mexican cheese. If you can't find it, a dry feta or even grated Parmesan can be used as a substitute, though the flavor will be slightly different.
|
|
</p>
|
|
</Admonition>
|
|
</TabItem>
|
|
|
|
<TabItem value="instructions" label="Instructions">
|
|
1. Preheat a grill to medium-high heat.
|
|
2. While the grill heats, prepare the sauce. In a medium bowl, combine the **mayonnaise**, **crema** (or sour cream), 1/2 cup of **cotija cheese**, minced **cilantro**, **garlic**, and 1/2 teaspoon of **chili powder**. Mix well until combined.
|
|
3. Grill the **corn**, turning occasionally, until it's cooked through and charred in spots, which should take about 10 minutes.
|
|
4. Once the corn is grilled, immediately brush a generous layer of the creamy sauce mixture onto all sides of each cob.
|
|
5. Sprinkle the coated corn with additional **cotija cheese** and a dusting of **chili powder**.
|
|
6. Serve immediately with **lime** wedges for squeezing over the corn just before eating.
|
|
|
|
<Admonition type="info" title="No Grill? No Problem!">
|
|
<p>
|
|
You can achieve a similar result by broiling the corn in your oven or carefully charring it over a gas stove flame. Be sure to turn it frequently for even cooking and char.
|
|
</p>
|
|
</Admonition>
|
|
</TabItem>
|
|
|
|
<TabItem value="references" label="References">
|
|
[Mexican Street Corn (Elotes) Recipe](https://www.seriouseats.com/mexican-street-corn-elotes-recipe)
|
|
</TabItem>
|
|
</Tabs> |