Skip to content

679 - Recipe

A cooking recipe with ingredients and steps. This is an example of a MAML document.

maml
{
  title: "Spicy Duck With Arugula"
  servings: 5
  prep_time: "34 minutes"
  cook_time: "89 minutes"

  # Ingredients
  ingredients: [
    "1 lbs dragonfruit"
    "4 tsp white flour"
    "2 lbs greenwheat freekeh"
    "4 lbs crabs"
  ]

  # Instructions
  steps: [
    "Three kale with kohlrabi, spinach, pumpkin, cornichons and cantaloupe. With a side of baked goji berry, and your choice of avocado oil or silverbeet."
    "A slow-roasted Common Murre with a rich, creamy exterior. Stuffed with tomato and covered in goji berry sauce. Sides with asian greens puree and wild endive."
    "A robust spicy stew featuring Georgian flavors, loaded with fresh meat, creamy vegetables, and a delicious, crunchy broth."
    "Tender pigeon skewers, glazed with a sweet and tangy mandarin sauce, served over a bed of fragrant jasmine rice."
    "Baked beef-stuffed emu, seasoned with mustard and sweet herbs, accompanied by roasted red pepper medley."
    "Tender duck skewers, glazed with a sweet and tangy snowpea sauce, served over a bed of fragrant jasmine rice."
  ]

  nutrition: {
    calories: 759
    protein: "37g"
    carbs: "65g"
    fat: "15g"
  }
}

See Also