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.
135 lines
2.0 KiB
135 lines
2.0 KiB
3 years ago
|
---
|
||
|
|
||
|
ServingSize: 6
|
||
|
cssclass: recipeTable
|
||
|
Tag: ["Easy", "Healthy"]
|
||
|
Date: 2021-09-21
|
||
|
DocType: "Recipe"
|
||
|
Hierarchy: "NonRoot"
|
||
|
location: [51.514678599999996, -0.18378583926867909]
|
||
|
CollapseMetaTable: Yes
|
||
|
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
|
||
|
|
||
|
| |
|
||
|
|-|-
|
||
|
**Courses**: | `$=dv.current().Recipe.Courses`
|
||
|
**Categories**: | `$=dv.current().Recipe.Categories`
|
||
|
**Collections**: | `$=dv.current().Recipe.Collections`
|
||
|
**Serving size**: | `$=dv.current().ServingSize`
|
||
|
**Cooking time**: | `$=dv.current().Recipe.CookingTime` min
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Ingredients
|
||
|
|
||
|
 
|
||
|
|
||
|
```dataviewjs
|
||
|
dv.view("00.01 Admin/dv-views/query_ingredient", {ingredients: dv.current().Ingredients, originalportioncount: dv.current().Recipe.OServingSize})
|
||
|
```
|
||
|
|
||
|
 
|
||
|
|
||
|
---
|
||
|
|
||
|
 
|
||
|
|
||
|
### Instructions
|
||
|
|
||
|
 
|
||
|
|
||
|
Melt butter in a grill pan or skillet over medium heat.
|
||
|
|
||
|
 
|
||
|
|
||
|
Place asparagus stalks parallel to each other against the grain in grill pan or skillet.
|
||
|
|
||
|
 
|
||
|
|
||
|
Drizzle olive oil on asparagus.
|
||
|
|
||
|
 
|
||
|
|
||
|
Grill 7-9 minutes, turning stalks every couple of minutes.
|
||
|
|
||
|
 
|
||
|
|
||
|
Sprinkle with salt and pepper.
|
||
|
|
||
|
 
|
||
|
|
||
|
Remove from pan.
|
||
|
|
||
|
 
|
||
|
|
||
|
Top with bacon bits and Parmesan cheese and serve.
|
||
|
|
||
|
 
|
||
|
 
|