mirror of
https://github.com/runyanjake/recipes.git
synced 2025-10-04 13:47:29 -07:00
Compare commits
8 Commits
0596c33a35
...
a3f1f4bef2
Author | SHA1 | Date | |
---|---|---|---|
a3f1f4bef2 | |||
805c6d1914 | |||
08b0344043 | |||
4c28c796eb | |||
a46726372c | |||
1823fd7a70 | |||
cef2301049 | |||
6cbd8d7d3e |
@ -1,6 +1,5 @@
|
||||
{
|
||||
"label": "Baking",
|
||||
"position": 7,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Pies!"
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"label": "Cajun",
|
||||
"position": 6,
|
||||
"position": 1,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Cajun and Creole recipes that make the mouth water."
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"label": "Chinese",
|
||||
"position": 6,
|
||||
"position": 2,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Not just fried rice."
|
||||
|
7
recipes/docs/drinks/_category_.json
Normal file
7
recipes/docs/drinks/_category_.json
Normal file
@ -0,0 +1,7 @@
|
||||
{
|
||||
"label": "Drinks",
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Drinks and components of drinks."
|
||||
}
|
||||
}
|
54
recipes/docs/drinks/peach-simple-syrup.mdx
Normal file
54
recipes/docs/drinks/peach-simple-syrup.mdx
Normal file
@ -0,0 +1,54 @@
|
||||
---
|
||||
sidebar_position: 6
|
||||
---
|
||||
|
||||
import Admonition from '@theme/Admonition';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Peach Simple Syrup
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="photos" label="Photos" default>
|
||||
A wonderfully fruity, sweet, and versatile syrup perfect for adding a peachy twist to cocktails, mocktails, iced tea, and lemonade.
|
||||
|
||||

|
||||
</TabItem>
|
||||
|
||||
<TabItem value="ingredients" label="Ingredients">
|
||||
## Ingredients
|
||||
```text title="Ingredients"
|
||||
1 cup peaches (about 2 medium), fresh or frozen, chopped
|
||||
1 cup sugar (unrefined cane, granulated, or brown)
|
||||
1 cup water
|
||||
1/2 tsp vanilla extract (optional)
|
||||
```
|
||||
|
||||
<Admonition type="info" title="Sugar Choice">
|
||||
<p>
|
||||
Unrefined cane sugar is a great choice, but regular granulated white sugar or even brown sugar will also work well. Brown sugar will result in a slightly darker syrup with a hint of caramel flavor.
|
||||
</p>
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="instructions" label="Instructions">
|
||||
1. Wash and chop the **peaches** into small pieces. There's no need to peel them.
|
||||
2. In a medium saucepan, combine the chopped **peaches**, **sugar**, and **water**.
|
||||
3. Bring the mixture to a simmer over medium heat, stirring until the **sugar** is fully dissolved.
|
||||
4. Reduce the heat to low and let it simmer gently for 15-20 minutes. Use a spoon or potato masher to gently mash the **peaches** to release more flavor.
|
||||
5. Turn off the heat and allow the syrup to steep and cool in the pan for at least 30 minutes. The longer it steeps, the more flavorful it will be.
|
||||
6. Pour the syrup through a fine-mesh sieve into a clean jar or bottle. Press the peach pulp with a spoon to extract all the liquid.
|
||||
7. If using, stir in the **vanilla extract** once the syrup has been strained.
|
||||
8. Store in an airtight container in the refrigerator for up to 2 weeks.
|
||||
|
||||
<Admonition type="info" title="How to Use">
|
||||
<p>
|
||||
This peach syrup is perfect for cocktails (like a Peach Mojito or Bellini), mocktails, sweetening iced tea or lemonade, drizzling over pancakes, or adding to sparkling water for a refreshing peach soda.
|
||||
</p>
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="references" label="References">
|
||||
[How to Make Peach Simple Syrup](https://www.alphafoodie.com/how-to-make-peach-simple-syrup/)
|
||||
</TabItem>
|
||||
</Tabs>
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"label": "Indian",
|
||||
"position": 6,
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "The smell of all the spices in the air is worth it alone."
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"label": "Pasta Dishes",
|
||||
"position": 2,
|
||||
"label": "Italian",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Mostly Italian dishes involving pasta in one shape or another."
|
@ -12,7 +12,7 @@ import TabItem from '@theme/TabItem';
|
||||
<TabItem value="photos" label="Photos" default>
|
||||
A recipe similar to the vodka pasta at Fiorella Polk.
|
||||
|
||||

|
||||

|
||||
</TabItem>
|
||||
|
||||
<TabItem value="ingredients" label="Ingredients">
|
Before Width: | Height: | Size: 1.4 MiB After Width: | Height: | Size: 1.4 MiB |
@ -1,6 +1,5 @@
|
||||
{
|
||||
"label": "Meat",
|
||||
"position": 5,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Love a good steak."
|
||||
|
8
recipes/docs/mexican/_category_.json
Normal file
8
recipes/docs/mexican/_category_.json
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"label": "Mexican",
|
||||
"position": 6,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Dishes of Spanish and Mexican origin."
|
||||
}
|
||||
}
|
56
recipes/docs/mexican/elote.mdx
Normal file
56
recipes/docs/mexican/elote.mdx
Normal file
@ -0,0 +1,56 @@
|
||||
---
|
||||
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>
|
56
recipes/docs/mexican/spanish-rice.mdx
Normal file
56
recipes/docs/mexican/spanish-rice.mdx
Normal file
@ -0,0 +1,56 @@
|
||||
---
|
||||
sidebar_position: 8
|
||||
---
|
||||
|
||||
import Admonition from '@theme/Admonition';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# Mexican Rice
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="photos" label="Photos" default>
|
||||
A classic, fluffy, and flavorful restaurant-style Mexican rice, simmered with tomato sauce and spices. The perfect side dish for any Mexican meal.
|
||||
|
||||

|
||||
</TabItem>
|
||||
|
||||
<TabItem value="ingredients" label="Ingredients">
|
||||
## Ingredients
|
||||
```text title="Ingredients"
|
||||
2 tablespoons vegetable oil
|
||||
1 cup uncooked long-grain white rice
|
||||
1 (8 ounce) can tomato sauce
|
||||
2 cups chicken broth
|
||||
1 teaspoon salt
|
||||
1/2 teaspoon ground cumin
|
||||
1/4 teaspoon garlic powder
|
||||
1/4 teaspoon chili powder
|
||||
```
|
||||
|
||||
<Admonition type="info" title="Vegetarian Option">
|
||||
<p>
|
||||
For a vegetarian version, simply substitute the chicken broth with vegetable broth. The result will be just as delicious.
|
||||
</p>
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="instructions" label="Instructions">
|
||||
1. Heat the **vegetable oil** in a large saucepan or skillet with a lid over medium heat.
|
||||
2. Add the **rice** and cook, stirring constantly, until the grains are lightly golden brown. This toasting step is key for flavor and texture.
|
||||
3. Carefully stir in the **tomato sauce**, **chicken broth**, **salt**, **cumin**, **garlic powder**, and **chili powder**.
|
||||
4. Bring the mixture to a boil. Once boiling, reduce the heat to low, cover the saucepan tightly, and let it simmer.
|
||||
5. Cook for 20 to 25 minutes, or until the rice is tender and all the liquid has been absorbed. Avoid lifting the lid while it simmers.
|
||||
6. Fluff the rice with a fork before serving.
|
||||
|
||||
<Admonition type="info" title="Serving Suggestion">
|
||||
<p>
|
||||
This rice is the perfect accompaniment to tacos, burritos, enchiladas, or any grilled meat. Garnish with fresh cilantro for extra flavor and color.
|
||||
</p>
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="references" label="References">
|
||||
[Mexican Rice II](https://www.allrecipes.com/recipe/27072/mexican-rice-ii/)
|
||||
</TabItem>
|
||||
</Tabs>
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"label": "Pizza",
|
||||
"position": 3,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Pizza-related recipes, usually made better by a pizza stone or pizza steel!"
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"label": "Salad",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Salads for your health."
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"label": "Sides",
|
||||
"position": 9,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Sides make everything better!"
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
"label": "Soup",
|
||||
"position": 4,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Soups for the soul."
|
||||
|
9
recipes/docs/template/_category_.json
vendored
9
recipes/docs/template/_category_.json
vendored
@ -1,9 +0,0 @@
|
||||
{
|
||||
"label": "TEMPLATE",
|
||||
"position": 1,
|
||||
"link": {
|
||||
"type": "generated-index",
|
||||
"description": "Description for template category."
|
||||
}
|
||||
}
|
||||
|
40
recipes/docs/template/template.mdx
vendored
40
recipes/docs/template/template.mdx
vendored
@ -1,40 +0,0 @@
|
||||
---
|
||||
sidebar_position: 2
|
||||
---
|
||||
|
||||
import Admonition from '@theme/Admonition'
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
# TEMPLATE RECIPE
|
||||
|
||||
<Tabs>
|
||||
<TabItem value="photos" label="Photos" default>
|
||||
DESCRIPTION FOR TEMPLATE RECIPE
|
||||
|
||||

|
||||
</TabItem>
|
||||
|
||||
<TabItem value="ingredients" label="Ingredients">
|
||||
```mdx title="TEMPLATE RECIPE"
|
||||
2 tsp ingredient
|
||||
1 tbsp ingredient
|
||||
```
|
||||
|
||||
<Admonition type="info" title="TEMPLATE RECIPE NOTE">
|
||||
<p>A NOTE THAT PEOPLE SHOULD KNOW ABOUT.</p>
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="instructions" label="Instructions">
|
||||
1. HOW TO MAKE THE RECIPE
|
||||
|
||||
<Admonition type="info" title="TEMPLATE RECIPE NOTE">
|
||||
<p>A NOTE THAT PEOPLE SHOULD KNOW ABOUT.</p>
|
||||
</Admonition>
|
||||
</TabItem>
|
||||
|
||||
<TabItem value="references" label="References">
|
||||
URL BACKLINK TO ORIGINAL RECIPE
|
||||
</TabItem>
|
||||
</Tabs>
|
@ -54,10 +54,15 @@ const config = {
|
||||
},
|
||||
{to: '/blog', label: 'About', position: 'left'},
|
||||
{
|
||||
href: 'https://git.whitney.rip/olomana/recipes',
|
||||
href: 'https://github.com/runyanjake/recipes',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
href: 'https://git.whitney.rip/jr/recipes',
|
||||
label: 'Gitea',
|
||||
position: 'right',
|
||||
},
|
||||
],
|
||||
},
|
||||
footer: {
|
||||
|
@ -28,3 +28,24 @@
|
||||
--ifm-color-primary-lightest: #4fddbf;
|
||||
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
|
||||
}
|
||||
|
||||
/* Custom image on homepage */
|
||||
.hero--primary {
|
||||
background-image: url('@site/static/img/want_to_cook.svg'); /* The path is relative to the `static` folder */
|
||||
background-size: cover;
|
||||
background-position: center center;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
/* Dark overlay matching above image so text pops. */
|
||||
.hero--primary {
|
||||
background-image:
|
||||
linear-gradient(rgba(40, 40, 40, 0.5), rgba(40, 40, 40, 0.5)),
|
||||
url('@site/static/img/want_to_cook.svg');
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
/* Enhance the default hero shadow. */
|
||||
.hero__title, .hero__subtitle {
|
||||
text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user