You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

152 lines
2.6 KiB

---
ServingSize: 6
cssclass: recipeTable
Tag: ["👌🏼", "🧘🏼‍♂️", "🍝", "🥓", "🧀"]
Date: 2021-09-21
DocType: "Recipe"
Hierarchy: "NonRoot"
location: [51.514678599999996, -0.18378583926867909]
CollapseMetaTable: true
Meta:
IsFavourite: False
Rating: 3
Recipe:
Courses: "Side Dish"
Categories: Vegetable
Collections: Modern
Source: https://www.organizedisland.com/easy-bacon-parmesan-grilled-asparagus
PreparationTime:
CookingTime:
OServingSize: 6
Ingredients:
- 2 tablespoons butter
- 1 tablespoon olive oil
- 1 bunch asparagus, cleaned and ends removed
- 2 strips bacon, cooked and chopped
- 0.5 cup Parmesan cheese, shredded
- 0.5 teaspoon salt
- 0.25 teaspoon pepper
---
Parent:: [[@@Recipes|Recipes]], [[@Side dishes|Side dishes]]
---
 
```button
name Edit Recipe parameters
type command
action MetaEdit: Run MetaEdit
id EditMetaData
```
^button-BaconParmesanAspargusEdit
```button
name Save
type command
action Save current file
id Save
```
^button-BaconParmesanAspargusNSave
 
# Bacon Parmesan Aspargus
 
```toc
style: number
```
 
---
 
### Practical Informations
```dataview
list without id
"<table><tbody><tr><td><a class=heading>Courses</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Courses + "</span></td></tr>"
+
"<tr><td><a class=heading>Categories</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Categories + "</span></td></tr>"
+
"<tr><td><a class=heading>Collections</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.Collections + "</span></td></tr>"
+
"<tr><td><a class=heading>Serving size</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.ServingSize + "</span></td></tr>"
+
"<tr><td><a class=heading>Cooking time</a></td>"
+
"<td><span style='color: var(--footnote);'>" + this.Recipe.CookingTime + " min</span></td></tr></tbody></table>"
FROM "03.03 Food & Wine/Bacon Parmesan Aspargus"
```
&emsp;
---
&emsp;
### Ingredients
&emsp;
```dataviewjs
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
```
&emsp;
---
&emsp;
### Instructions
&emsp;
Melt butter in a grill pan or skillet over medium heat.
&emsp;
Place asparagus stalks parallel to each other against the grain in grill pan or skillet.
&emsp;
Drizzle olive oil on asparagus.
&emsp;
Grill 7-9 minutes, turning stalks every couple of minutes.
&emsp;
Sprinkle with salt and pepper.
&emsp;
Remove from pan.
&emsp;
Top with bacon bits and Parmesan cheese and serve.
&emsp;
&emsp;