-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
482 lines (468 loc) · 18.1 KB
/
index.html
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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/theme/stylesheet/style.min.css">
<link id="dark-theme-style" rel="stylesheet" type="text/css"
media="(prefers-color-scheme: dark)"
href="/theme/stylesheet/dark-theme.min.css">
<script>
var theArticle = {};
</script>
<script>
var recettes = [];
var search_index = {};
</script>
<link rel="stylesheet" href="/theme/simplesearch.min.css" />
<script src="/theme/simplesearch.min.js"></script>
<script src="/theme/search.min.js"></script>
<link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/solid.css">
<link href="/theme/theme.css" rel="stylesheet">
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="icon" href="images/favicon.ico" type="image/x-icon">
<link rel="apple-touch-icon" sizes="180x180" href="/images/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/images/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/images/favicon-16x16.png">
<link rel="manifest" href="/images/site.webmanifest">
<meta name="author" content="Matt" />
<meta name="description" content="" />
<meta property="og:site_name" content="Recettes de cuisine par Matt"/>
<meta property="og:type" content="blog"/>
<meta property="og:title" content="Recettes de cuisine par Matt"/>
<meta property="og:description" content=""/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content=""/>
<title>Les recettes| Recettes de cuisine par Matt</title>
<script src="/theme/sticky.js"></script>
</head>
<body >
<aside>
<div>
<a href="/">
<img src="/images/canele2.jpg" alt="Recettes de cuisine par Matt" title="Recettes de cuisine par Matt">
</a>
<h1><a href="/">Recettes de cuisine par Matt</a></h1>
<p>Mes recettes préférées à portée de main</p> <div class="autocomplete">
<i class="fa fa-search icon"></i>
<input id="simple_search_input" type="search" name="query" placeholder="Recherche...">
</div>
<nav id="navbar">
<ul class="list">
<li><a href="/"><i class="fas fa-home"></i> Home </a></li>
<li><a href="/category/apero.html"><i class="fas fa-glass-cheers"></i> Apéros</a></li>
<li><a href="/category/dessert.html"><i class="fas fa-birthday-cake"></i> Desserts</a></li>
<li><a href="/category/pain.html"><i class="fas fa-bread-slice"></i> Pains</a></li>
<li><a href="/category/plat.html"><i class="fas fa-fish"></i> Plats</a></li>
<li><a href="/category/soupe.html"><i class="fas fa-carrot"></i> Soupes</a></li>
<li><a href="/authors.html"><i class="fas fa-user"></i> Auteurs </a></li>
<li><a href="/archives.html"><i class="fas fa-clock"></i> Archives</a></li>
<li><a href="/tags.html"><i class="fas fa-tag"></i> Labels </a></li>
<li><a href="/pages/favoris.html"><i class="fas fa-heart"></i> Favoris </a></li>
</ul>
</nav>
</div>
</aside>
<main>
<article>
<header>
<h2><a href="/petits-pains-gonfles-a-la-vapeur-dampfnudla.html">Petits pains gonflés à la vapeur (Dampfnüdla)
</a></h2>
<p> <span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
</p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/brioches.html">(Brioches)</a>
(27 janv. 2025)
• Labels:
<a href="/tag/alsacien.html">alsacien</a> </p>
</header>
<div>
<div class="image-container">
<a href="/petits-pains-gonfles-a-la-vapeur-dampfnudla.html">
<img class="index-image" src="/images/dampfnudla.jpg">
</a>
<div class="image-summary">
<a class="image-link" href="/petits-pains-gonfles-a-la-vapeur-dampfnudla.html"><p>Recette alsacienne traditionnelle</p></a>
</div>
</div>
</div>
</article>
<article>
<header>
<h2><a href="/confiture-de-gingembre.html">Confiture de gingembre
</a></h2>
<p> <span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star "></span>
</p> <p>Recette de <a href="/author/lilian-besson.html">Lilian Besson</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/confitures.html">(Confitures)</a>
(29 nov. 2024)
• Labels:
<a href="/tag/gingembre.html">gingembre</a> </p>
</header>
<div>
<div class="image-container">
<a href="/confiture-de-gingembre.html">
<img class="index-image" src="/images/confiture-gingembre.jpg">
</a>
<div class="image-summary">
<a class="image-link" href="/confiture-de-gingembre.html"><p>Recette pour de la confiture de gingembre.</p></a>
</div>
</div>
</div>
</article>
<article>
<header>
<h2><a href="/gratin-de-poires-au-roquefort.html">Gratin de poires au roquefort
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/legumes.html">(Légumes)</a>
(03 mai 2024)
• Labels:
<a href="/tag/poire.html">poire</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/crozets-au-poireau.html">Crozets au poireau
</a></h2>
<p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/pasta.html">(Pasta)</a>
(03 mai 2024)
• Labels:
<a href="/tag/crozet.html">crozet</a>, <a href="/tag/poireau.html">poireau</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/emince-de-poulette-et-riz-a-la-creme-de-munster.html">Emincé de poulette et riz à la crème de munster
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/viandes.html">(Viandes)</a>
(03 mai 2024)
• Labels:
<a href="/tag/munster.html">munster</a>, <a href="/tag/poulet.html">poulet</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/spanakopita-tourte-aux-epinards.html">Spanakopita (tourte aux épinards)
</a></h2>
<p> <span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
</p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/quiches.html">(Quiches)</a>
(14 mars 2024)
• Labels:
<a href="/tag/grec.html">grec</a>, <a href="/tag/epinard.html">épinard</a> </p>
</header>
<div>
<div class="image-container">
<a href="/spanakopita-tourte-aux-epinards.html">
<img class="index-image" src="/images/spanakopita.jpg">
</a>
<div class="image-summary">
<a class="image-link" href="/spanakopita-tourte-aux-epinards.html"><p>Tourte grecque épinards et feta, avec de la pâte filo</p></a>
</div>
</div>
</div>
</article>
<article>
<header>
<h2><a href="/la-fougasse-mentonnaise.html">La fougasse mentonnaise
</a></h2>
<p> <span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
<span class="fas fa-star checked"></span>
</p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/gateaux.html">(Gateaux)</a>
(11 mars 2024)
• Labels:
<a href="/tag/menton.html">menton</a> </p>
</header>
<div>
<div class="image-container">
<a href="/la-fougasse-mentonnaise.html">
<img class="index-image" src="/images/fougasse-menton.jpg">
</a>
<div class="image-summary">
<a class="image-link" href="/la-fougasse-mentonnaise.html"></a>
</div>
</div>
</div>
</article>
<article>
<header>
<h2><a href="/gateau-au-doux-parfum-dorange.html">Gâteau au doux parfum d’orange
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/gateaux.html">(Gateaux)</a>
(11 mars 2024)
• Labels:
<a href="/tag/menton.html">menton</a>, <a href="/tag/orange.html">orange</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/palets-au-citron-de-menton.html">Palets au Citron de Menton
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/gateaux.html">(Gateaux)</a>
(11 mars 2024)
• Labels:
<a href="/tag/menton.html">menton</a>, <a href="/tag/citron.html">citron</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/tourte-de-printemps.html">Tourte de printemps
</a></h2>
<p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/quiches.html">(Quiches)</a>
(11 mars 2024)
• Labels:
<a href="/tag/menton.html">menton</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/sables-a-la-vanille.html">Sablés à la vanille
</a></h2>
<p>Recette de <a href="/author/mam.html">Mam</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/petits gateaux.html">(Petits Gateaux)</a>
(08 janv. 2024)
• Labels:
<a href="/tag/vanille.html">vanille</a>, <a href="/tag/bredala.html">bredala</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/leckerlis.html">Leckerlis
</a></h2>
<p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/petits gateaux.html">(Petits Gateaux)</a>
(04 janv. 2024)
• Labels:
<a href="/tag/noel.html">noël</a>, <a href="/tag/bredala.html">bredala</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/petits-gateaux-aux-noisettes-et-au-chocolat.html">Petits gâteaux aux noisettes et au chocolat
</a></h2>
<p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/petits gateaux.html">(Petits Gateaux)</a>
(01 janv. 2024)
• Labels:
<a href="/tag/noel.html">noël</a>, <a href="/tag/bredala.html">bredala</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/sauce-vignard.html">Sauce Vignard
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/facile.html">(Facile)</a>
(01 janv. 2024)
</p>
</header>
<div>
<p>Sauce proposée par Pierre Gagnaire pour accompagner des légumes par exemple</p>
</div>
</article>
<article>
<header>
<h2><a href="/riz-a-la-persane-au-poulet.html">Riz à la persane au poulet
</a></h2>
<p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/riz.html">(Riz)</a>
(15 déc. 2023)
• Labels:
<a href="/tag/riz.html">riz</a>, <a href="/tag/poulet.html">poulet</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/taboule-a-la-tomate-de-cathy.html">Taboulé à la tomate de Cathy
</a></h2>
<p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/plat.html">Plat</a>
<a href="/subcategory/plat/legumes.html">(Légumes)</a>
(27 nov. 2023)
</p>
</header>
<div>
<p>Le taboulé à la tomate</p>
</div>
</article>
<article>
<header>
<h2><a href="/tartinade-dartichauts.html">Tartinade d'artichauts
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/apero.html">Apéro</a>
<a href="/subcategory/apero/dips.html">(Dips)</a>
(27 nov. 2023)
• Labels:
<a href="/tag/artichauts.html">artichauts</a> </p>
</header>
<div>
<p>Une recette à IG bas</p>
</div>
</article>
<article>
<header>
<h2><a href="/pate-a-tartiner-aux-haricots-rouges.html">Pâte à tartiner aux haricots rouges
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/confitures.html">(Confitures)</a>
(27 nov. 2023)
• Labels:
<a href="/tag/haricot.html">haricot</a> </p>
</header>
<div>
<p>Une recette à IG bas</p>
</div>
</article>
<article>
<header>
<h2><a href="/crufiture-aux-graines-de-chia.html">Crufiture aux graines de chia
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/dessert.html">Dessert</a>
<a href="/subcategory/dessert/confitures.html">(Confitures)</a>
(02 nov. 2023)
• Labels:
<a href="/tag/chia.html">chia</a> </p>
</header>
<div>
</div>
</article>
<article>
<header>
<h2><a href="/crackers-de-levain-aux-graines-de-chia-et-aux-epices.html">Crackers de levain aux graines de chia et aux épices
<span class="fas fa-vial" title="Recette à tester !"></span>
</a></h2>
<p></p> <p>Recette de <a href="/author/matt.html">Matt</a> dans
<a href="/category/apero.html">Apéro</a>
(02 nov. 2023)
• Labels:
<a href="/tag/chia.html">chia</a> </p>
</header>
<div>
</div>
</article>
<div class="pagination">
<span class="pagination-current">1</span>
<a class="pagination-other" href="/index2.html">2</a>
<a class="pagination-other" href="/index3.html">3</a>
<a class="pagination-other" href="/index4.html">4</a>
<a class="pagination-other" href="/index5.html">5</a>
<a class="pagination-other" href="/index6.html">6</a>
<a class="pagination-other" href="/index7.html">7</a>
<a class="pagination-other" href="/index8.html">8</a>
<a class="pagination-other" href="/index9.html">9</a>
<a class="pagination-other" href="/index10.html">10</a>
<a class="pagination-other" href="/index11.html">11</a>
<a class="btn" href="/index2.html">
<span aria-hidden="true">»</span>
<span class="sr-only">Next</span>
</a>
</div>
<footer>
<nav>
<a href="/">Home</a>
<a href="/authors.html">Auteurs</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Catégories</a>
<a href="/tags.html">Labels</a>
</nav>
<p>
<a target="_self"
href="/pages/a-propos.html">
À propos ?
</a>
<span class="footer-separator">|</span>
<a target="_self"
href="/pages/favoris.html">
Favoris
</a>
<span class="footer-separator">|</span>
Généré par <a href="http://getpelican.com" target="_blank" rel="noopener noreferrer">Pelican</a> avec le thème <a href="http://bit.ly/flex-pelican" target="_blank" rel="noopener noreferrer">Flex</a>
<span class="footer-separator">|</span>
Passer au thème <a href="javascript:void(0)" onclick="theme.switch(`dark`)">foncé</a> | <a href="javascript:void(0)" onclick="theme.switch(`light`)">clair</a> | <a href="javascript:void(0)" onclick="theme.switch(`browser`)">navigateur</a>
<script id="dark-theme-script"
src="/theme/dark-theme/dark-theme.min.js"
data-enable-auto-detect-theme="True"
data-default-theme="light">
</script>
</p> </footer>
</main>
<script>
const el = document.querySelector("#btn-fav");
if (el) { el.addEventListener("click", addFav, false); }
addClassForFav();
</script>
<script>autocomplete(document.getElementById("simple_search_input"), search_index, recettes);</script>
</body>
</html>