-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathnigeria-dessert.html
More file actions
95 lines (87 loc) · 5.09 KB
/
Copy pathnigeria-dessert.html
File metadata and controls
95 lines (87 loc) · 5.09 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Nigeria - Boli and Ata Dindin</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<a href="index.html">
<img src="images/three-spoons.jpeg" alt="Three Spoons Logo" class="logo">
</a>
<nav class="navbar">
<ul class="menu">
<li class="menu-item">
Menu
<ul class="submenu">
<li><a href="index.html">Homepage</a></li>
</ul>
</li>
<li class="menu-item">
Nicaragua
<ul class="submenu">
<li><a href="nicaragua-dish.html">Dish</a></li>
<li><a href="nicaragua-dessert.html">Dessert</a></li>
<li><a href="nicaragua-drink.html">Drink</a></li>
</ul>
</li>
<li class="menu-item">
Nigeria
<ul class="submenu">
<li><a href="nigeria-dish.html">Dish</a></li>
<li><a href="nigeria-dessert.html">Dessert</a></li>
<li><a href="nigeria-drink.html">Drink</a></li>
</ul>
</li>
<li class="menu-item">
Türkiye
<ul class="submenu">
<li><a href="tuerkiye-dish.html">Dish</a></li>
<li><a href="tuerkiye-dessert.html">Dessert</a></li>
<li><a href="tuerkiye-drink.html">Drink</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<main class="homepage">
<section class="intro">
<h1>Boli (Roasted Plantain) and Ata Dindin</h1>
<img src="images/nigerian-dessert.jpg" alt="Boli and Ata Dindin" style="max-width: 100%; height: auto; border-radius: 10px; margin: 20px 0;">
<p>Boli (Roasted Plantain) is a popular Nigerian street-food “dessert” or snack, known for its smoky aroma and naturally sweet flavor. Ripe plantains are roasted over open flames or charcoal until the outside is charred and caramelized, while the inside turns soft and tender. It’s simple, comforting, and widely loved for how the natural sugars deepen during roasting.</p>
<p>Ata Dindin is a spicy, pepper-forward sauce that’s often paired with boli. It’s made from a rich blend of tomatoes, peppers, onions, and seasonings fried in oil until the flavors become concentrated and slightly smoky. Some versions include fried meats, fish, or assorted proteins, but at its core it’s a vibrant, hot, and flavorful stew.</p>
<p>Together, Boli and Ata Dindin create a sweet-and-spicy combination: the caramelized plantain balancing the bold heat of the sauce. It’s a classic treat that shows how simple ingredients can deliver big, satisfying flavors.</p>
<h2>How to Make It</h2>
<h3>BOLI (ROASTED PLANTAIN)</h3>
<ul style="list-style: disc; padding-left: 20px; max-width: 700px; margin: 0 auto 20px; text-align: left;">
<li>Preheat your oven to 350°F (180°C).</li>
<li>Wash and peel the plantains. Cut them into thick slices or leave them whole if you prefer.</li>
<li>Mix the olive oil and salt in a bowl. You can add traditional Nigerian spices like suya spice for extra flavour.</li>
<li>Brush the plantain slices or whole plantains generously with the oil mixture. Make sure they are coated evenly.</li>
<li>Place the oiled plantains on a baking tray or ovenproof dish.</li>
<li>Put the tray in the oven and bake for about 20-30 minutes, flipping the plantains halfway through. Keep an eye on them to ensure they don't burn.</li>
<li>Your boli is ready when the plantains are golden brown and tender.</li>
<li>Serve hot with spicy pepper sauce or groundnut (peanut) sauce.</li>
<li>Enjoy your homemade Nigerian boli!</li>
</ul>
<h3>ATA DINDIN</h3>
<ul style="list-style: disc; padding-left: 20px; max-width: 700px; margin: 0 auto 20px; text-align: left;">
<li>In a pot, add your washed and cut-up assorted meat, season with onions, curry, thyme, salt, and fresh pepper, and allow to steam for 10 minutes.</li>
<li>Next in a blender, put in washed and cut-up onion, shombo (remove the seeds), fresh pepper (ata rodo), and a little water then blend till smooth.</li>
<li>In the same oil, (you might need to reduce it) add chopped onion, locust beans (very important), blended pepper mix, salt, seasoning, and crayfish powder. stir and fry for 10 minutes.</li>
<li>In another pot set on medium heat, pour in palm oil and vegetable oil, allow to heat, then fry the cooked meat till it is well fried, then take out the meat.</li>
<li>Next in the steaming neat, add water to cover the meat and cook till soft.</li>
<li>once the meat is well cooked, drain and set aside</li>
<li>Add boiled eggs, and fried meat, stir to combine, then add water or meat stock then cook for 10 minutes</li>
<li>And Obe Ata Dindin is Ready!!!</li>
<li>serve with the boli already prepared, even protein.</li>
</ul>
</section>
</main>
<footer>
<p>© 2025 Three Spoons | Celebrating Culture Through Food</p>
</footer>
</body>
</html>