return { title = "Tarallini", -- Optional: Where did I find that recipe source = "https://www.italian-connection.com/italian-food-culture/traditional-taralli-recipe-from-puglia/", -- Optional: Servings information (how many portions / pieces) servings = "Makes 80-90", -- Optional: Specify an image that is used in the index pages and shown at -- the top of the recipe image = "tarallini.jpg", -- Optional: When the recipe shoul be published. -- If not specified, the file modification time will be used instead. -- If the publish date is in the future, the recipe will not be listed. publish_date = "2020-05-06", -- Optional: A very short description of the recipe that is listed in the index pages abstract = "A crunchy Italian snack", -- Optional: Introductory text. This can include Markdown --[=[intro = [[ A *new* recipe! ]], ]=] -- Optional: A list of tags. tags = {"baking","snack"}, -- List of ingredients. This should be a Markdown list. -- If the ingredient list is split into different sections, use headers -- to set the section name. ingredients = [[ - 500g flour - 10g salt - 150ml olive oil - 200ml dry white wine - 1-2tsp fennel seeds (optional) ]], -- The instructions. Markdown is supported. -- To add sections, use h5 headers. instructions = [[ In a large bowl, mix flour, salt and (optionally) seeds. Add olive oil and wine and combine. Knead the dough on a clean surface for about 10 minutes. Put the dough back into the bowl, cover with a kitchen cloth, and leave to rest for 30 minutes. Bring a large pot of water to a boil. Take 10g of dough, shape into a roll, then join its ends to form a ring. Press the joint gently to make sure it's well connected. Drop the ring into the boiling water. Gently move it around with a slotted spoon to make sure it doesn't stick to the bottom of the pan. Once the ring floats to the surface, remove it and leave it on a drying rack to dry and cool. Repeat this for the rest of the dough. Preheat the oven to 200℃. Line a baking sheet with parchment paper. Transfer the rings onto the baking sheet. They won't spread, so you can arrange them quite close to one another as long as they don't touch. Bake for 25 minutes or until golden. Leave to cool on a drying rack and store in a closed container to keep them crunchy. ]], }