@jjlmoya/utils-cooking 1.23.0 → 1.25.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (252) hide show
  1. package/package.json +1 -1
  2. package/src/entries.ts +3 -1
  3. package/src/index.ts +1 -0
  4. package/src/pages/[locale]/[slug].astro +56 -19
  5. package/src/tests/i18n-titles.test.ts +5 -17
  6. package/src/tests/locale_completeness.test.ts +2 -13
  7. package/src/tests/shared-test-helpers.ts +56 -0
  8. package/src/tests/tool_exports.test.ts +34 -0
  9. package/src/tests/tool_validation.test.ts +2 -2
  10. package/src/tool/american-kitchen-converter/bibliography.astro +3 -3
  11. package/src/tool/american-kitchen-converter/bibliography.ts +10 -0
  12. package/src/tool/american-kitchen-converter/i18n/de.ts +2 -11
  13. package/src/tool/american-kitchen-converter/i18n/en.ts +2 -11
  14. package/src/tool/american-kitchen-converter/i18n/es.ts +40 -49
  15. package/src/tool/american-kitchen-converter/i18n/fr.ts +2 -21
  16. package/src/tool/american-kitchen-converter/i18n/id.ts +2 -11
  17. package/src/tool/american-kitchen-converter/i18n/it.ts +2 -11
  18. package/src/tool/american-kitchen-converter/i18n/ja.ts +2 -11
  19. package/src/tool/american-kitchen-converter/i18n/ko.ts +2 -11
  20. package/src/tool/american-kitchen-converter/i18n/nl.ts +2 -11
  21. package/src/tool/american-kitchen-converter/i18n/pl.ts +2 -11
  22. package/src/tool/american-kitchen-converter/i18n/pt.ts +2 -11
  23. package/src/tool/american-kitchen-converter/i18n/ru.ts +2 -11
  24. package/src/tool/american-kitchen-converter/i18n/sv.ts +2 -11
  25. package/src/tool/american-kitchen-converter/i18n/tr.ts +2 -11
  26. package/src/tool/american-kitchen-converter/i18n/zh.ts +2 -11
  27. package/src/tool/american-kitchen-converter/seo.astro +11 -4
  28. package/src/tool/banana-ripeness/bibliography.astro +3 -3
  29. package/src/tool/banana-ripeness/bibliography.ts +10 -0
  30. package/src/tool/banana-ripeness/i18n/de.ts +2 -15
  31. package/src/tool/banana-ripeness/i18n/en.ts +36 -49
  32. package/src/tool/banana-ripeness/i18n/es.ts +36 -49
  33. package/src/tool/banana-ripeness/i18n/fr.ts +36 -49
  34. package/src/tool/banana-ripeness/i18n/id.ts +2 -15
  35. package/src/tool/banana-ripeness/i18n/it.ts +2 -15
  36. package/src/tool/banana-ripeness/i18n/ja.ts +2 -15
  37. package/src/tool/banana-ripeness/i18n/ko.ts +2 -15
  38. package/src/tool/banana-ripeness/i18n/nl.ts +2 -15
  39. package/src/tool/banana-ripeness/i18n/pl.ts +2 -15
  40. package/src/tool/banana-ripeness/i18n/pt.ts +2 -15
  41. package/src/tool/banana-ripeness/i18n/ru.ts +2 -15
  42. package/src/tool/banana-ripeness/i18n/sv.ts +2 -15
  43. package/src/tool/banana-ripeness/i18n/tr.ts +2 -15
  44. package/src/tool/banana-ripeness/i18n/zh.ts +2 -15
  45. package/src/tool/banana-ripeness/seo.astro +10 -3
  46. package/src/tool/brine/bibliography.astro +3 -3
  47. package/src/tool/brine/bibliography.ts +6 -0
  48. package/src/tool/brine/i18n/de.ts +4 -19
  49. package/src/tool/brine/i18n/en.ts +3 -17
  50. package/src/tool/brine/i18n/es.ts +4 -19
  51. package/src/tool/brine/i18n/fr.ts +3 -17
  52. package/src/tool/brine/i18n/id.ts +4 -19
  53. package/src/tool/brine/i18n/it.ts +4 -19
  54. package/src/tool/brine/i18n/ja.ts +4 -19
  55. package/src/tool/brine/i18n/ko.ts +4 -19
  56. package/src/tool/brine/i18n/nl.ts +4 -19
  57. package/src/tool/brine/i18n/pl.ts +4 -19
  58. package/src/tool/brine/i18n/pt.ts +4 -19
  59. package/src/tool/brine/i18n/ru.ts +4 -19
  60. package/src/tool/brine/i18n/sv.ts +4 -19
  61. package/src/tool/brine/i18n/tr.ts +4 -19
  62. package/src/tool/brine/i18n/zh.ts +4 -19
  63. package/src/tool/brine/seo.astro +11 -4
  64. package/src/tool/cookware-guide/bibliography.astro +2 -2
  65. package/src/tool/cookware-guide/bibliography.ts +10 -0
  66. package/src/tool/cookware-guide/cookware-selector.css +470 -19
  67. package/src/tool/cookware-guide/i18n/de.ts +3 -17
  68. package/src/tool/cookware-guide/i18n/en.ts +3 -17
  69. package/src/tool/cookware-guide/i18n/es.ts +3 -17
  70. package/src/tool/cookware-guide/i18n/fr.ts +3 -17
  71. package/src/tool/cookware-guide/i18n/id.ts +3 -17
  72. package/src/tool/cookware-guide/i18n/it.ts +3 -17
  73. package/src/tool/cookware-guide/i18n/ja.ts +3 -17
  74. package/src/tool/cookware-guide/i18n/ko.ts +3 -17
  75. package/src/tool/cookware-guide/i18n/nl.ts +3 -17
  76. package/src/tool/cookware-guide/i18n/pl.ts +3 -17
  77. package/src/tool/cookware-guide/i18n/pt.ts +3 -17
  78. package/src/tool/cookware-guide/i18n/ru.ts +3 -17
  79. package/src/tool/cookware-guide/i18n/sv.ts +3 -17
  80. package/src/tool/cookware-guide/i18n/tr.ts +3 -17
  81. package/src/tool/cookware-guide/i18n/zh.ts +3 -17
  82. package/src/tool/cookware-guide/seo.astro +11 -4
  83. package/src/tool/egg-timer/bibliography.astro +3 -11
  84. package/src/tool/egg-timer/bibliography.ts +10 -0
  85. package/src/tool/egg-timer/i18n/de.ts +3 -17
  86. package/src/tool/egg-timer/i18n/en.ts +2 -15
  87. package/src/tool/egg-timer/i18n/es.ts +127 -141
  88. package/src/tool/egg-timer/i18n/fr.ts +2 -15
  89. package/src/tool/egg-timer/i18n/id.ts +4 -18
  90. package/src/tool/egg-timer/i18n/it.ts +3 -17
  91. package/src/tool/egg-timer/i18n/ja.ts +3 -17
  92. package/src/tool/egg-timer/i18n/ko.ts +3 -17
  93. package/src/tool/egg-timer/i18n/nl.ts +3 -17
  94. package/src/tool/egg-timer/i18n/pl.ts +3 -17
  95. package/src/tool/egg-timer/i18n/pt.ts +3 -17
  96. package/src/tool/egg-timer/i18n/ru.ts +3 -17
  97. package/src/tool/egg-timer/i18n/sv.ts +3 -17
  98. package/src/tool/egg-timer/i18n/tr.ts +3 -17
  99. package/src/tool/egg-timer/i18n/zh.ts +3 -17
  100. package/src/tool/egg-timer/seo.astro +6 -30
  101. package/src/tool/ingredient-rescaler/bibliography.astro +3 -3
  102. package/src/tool/ingredient-rescaler/bibliography.ts +6 -0
  103. package/src/tool/ingredient-rescaler/i18n/de.ts +3 -17
  104. package/src/tool/ingredient-rescaler/i18n/en.ts +3 -18
  105. package/src/tool/ingredient-rescaler/i18n/es.ts +4 -19
  106. package/src/tool/ingredient-rescaler/i18n/fr.ts +2 -15
  107. package/src/tool/ingredient-rescaler/i18n/id.ts +3 -17
  108. package/src/tool/ingredient-rescaler/i18n/it.ts +3 -17
  109. package/src/tool/ingredient-rescaler/i18n/ja.ts +3 -17
  110. package/src/tool/ingredient-rescaler/i18n/ko.ts +3 -17
  111. package/src/tool/ingredient-rescaler/i18n/nl.ts +3 -17
  112. package/src/tool/ingredient-rescaler/i18n/pl.ts +3 -17
  113. package/src/tool/ingredient-rescaler/i18n/pt.ts +3 -17
  114. package/src/tool/ingredient-rescaler/i18n/ru.ts +3 -17
  115. package/src/tool/ingredient-rescaler/i18n/sv.ts +3 -17
  116. package/src/tool/ingredient-rescaler/i18n/tr.ts +3 -17
  117. package/src/tool/ingredient-rescaler/i18n/zh.ts +3 -17
  118. package/src/tool/ingredient-rescaler/recipe-ingredient-scaler-converter-servings.css +290 -17
  119. package/src/tool/ingredient-rescaler/seo.astro +11 -4
  120. package/src/tool/kitchen-timer/bibliography.astro +3 -3
  121. package/src/tool/kitchen-timer/bibliography.ts +10 -0
  122. package/src/tool/kitchen-timer/i18n/de.ts +3 -13
  123. package/src/tool/kitchen-timer/i18n/en.ts +6 -22
  124. package/src/tool/kitchen-timer/i18n/es.ts +6 -22
  125. package/src/tool/kitchen-timer/i18n/fr.ts +6 -22
  126. package/src/tool/kitchen-timer/i18n/id.ts +3 -13
  127. package/src/tool/kitchen-timer/i18n/it.ts +3 -13
  128. package/src/tool/kitchen-timer/i18n/ja.ts +3 -13
  129. package/src/tool/kitchen-timer/i18n/ko.ts +3 -13
  130. package/src/tool/kitchen-timer/i18n/nl.ts +3 -13
  131. package/src/tool/kitchen-timer/i18n/pl.ts +3 -13
  132. package/src/tool/kitchen-timer/i18n/pt.ts +3 -13
  133. package/src/tool/kitchen-timer/i18n/ru.ts +3 -13
  134. package/src/tool/kitchen-timer/i18n/sv.ts +3 -13
  135. package/src/tool/kitchen-timer/i18n/tr.ts +3 -13
  136. package/src/tool/kitchen-timer/i18n/zh.ts +3 -13
  137. package/src/tool/kitchen-timer/seo.astro +10 -3
  138. package/src/tool/meringue-peak/bibliography.astro +3 -3
  139. package/src/tool/meringue-peak/bibliography.ts +14 -0
  140. package/src/tool/meringue-peak/i18n/de.ts +3 -13
  141. package/src/tool/meringue-peak/i18n/en.ts +2 -15
  142. package/src/tool/meringue-peak/i18n/es.ts +135 -149
  143. package/src/tool/meringue-peak/i18n/fr.ts +2 -15
  144. package/src/tool/meringue-peak/i18n/id.ts +3 -13
  145. package/src/tool/meringue-peak/i18n/it.ts +3 -13
  146. package/src/tool/meringue-peak/i18n/ja.ts +3 -13
  147. package/src/tool/meringue-peak/i18n/ko.ts +3 -13
  148. package/src/tool/meringue-peak/i18n/nl.ts +3 -13
  149. package/src/tool/meringue-peak/i18n/pl.ts +3 -13
  150. package/src/tool/meringue-peak/i18n/pt.ts +3 -13
  151. package/src/tool/meringue-peak/i18n/ru.ts +3 -13
  152. package/src/tool/meringue-peak/i18n/sv.ts +3 -13
  153. package/src/tool/meringue-peak/i18n/tr.ts +3 -13
  154. package/src/tool/meringue-peak/i18n/zh.ts +3 -13
  155. package/src/tool/meringue-peak/seo.astro +10 -3
  156. package/src/tool/mold-scaler/bibliography.astro +3 -3
  157. package/src/tool/mold-scaler/bibliography.ts +10 -0
  158. package/src/tool/mold-scaler/i18n/de.ts +5 -17
  159. package/src/tool/mold-scaler/i18n/en.ts +5 -20
  160. package/src/tool/mold-scaler/i18n/es.ts +5 -20
  161. package/src/tool/mold-scaler/i18n/fr.ts +5 -20
  162. package/src/tool/mold-scaler/i18n/id.ts +5 -17
  163. package/src/tool/mold-scaler/i18n/it.ts +5 -17
  164. package/src/tool/mold-scaler/i18n/ja.ts +5 -17
  165. package/src/tool/mold-scaler/i18n/ko.ts +5 -17
  166. package/src/tool/mold-scaler/i18n/nl.ts +5 -17
  167. package/src/tool/mold-scaler/i18n/pl.ts +5 -17
  168. package/src/tool/mold-scaler/i18n/pt.ts +5 -17
  169. package/src/tool/mold-scaler/i18n/ru.ts +5 -17
  170. package/src/tool/mold-scaler/i18n/sv.ts +5 -17
  171. package/src/tool/mold-scaler/i18n/tr.ts +5 -17
  172. package/src/tool/mold-scaler/i18n/zh.ts +5 -17
  173. package/src/tool/mold-scaler/seo.astro +10 -3
  174. package/src/tool/pizza/bibliography.astro +3 -3
  175. package/src/tool/pizza/bibliography.ts +18 -0
  176. package/src/tool/pizza/i18n/de.ts +3 -13
  177. package/src/tool/pizza/i18n/en.ts +58 -75
  178. package/src/tool/pizza/i18n/es.ts +2 -20
  179. package/src/tool/pizza/i18n/fr.ts +58 -75
  180. package/src/tool/pizza/i18n/id.ts +3 -9
  181. package/src/tool/pizza/i18n/it.ts +3 -13
  182. package/src/tool/pizza/i18n/ja.ts +3 -9
  183. package/src/tool/pizza/i18n/ko.ts +3 -9
  184. package/src/tool/pizza/i18n/nl.ts +3 -9
  185. package/src/tool/pizza/i18n/pl.ts +3 -9
  186. package/src/tool/pizza/i18n/pt.ts +3 -9
  187. package/src/tool/pizza/i18n/ru.ts +28 -34
  188. package/src/tool/pizza/i18n/sv.ts +3 -9
  189. package/src/tool/pizza/i18n/tr.ts +3 -9
  190. package/src/tool/pizza/i18n/zh.ts +3 -9
  191. package/src/tool/pizza/seo.astro +11 -4
  192. package/src/tool/roux-guide/bibliography.astro +3 -3
  193. package/src/tool/roux-guide/bibliography.ts +14 -0
  194. package/src/tool/roux-guide/i18n/de.ts +3 -9
  195. package/src/tool/roux-guide/i18n/en.ts +2 -15
  196. package/src/tool/roux-guide/i18n/es.ts +3 -17
  197. package/src/tool/roux-guide/i18n/fr.ts +2 -15
  198. package/src/tool/roux-guide/i18n/id.ts +3 -9
  199. package/src/tool/roux-guide/i18n/it.ts +3 -9
  200. package/src/tool/roux-guide/i18n/ja.ts +3 -9
  201. package/src/tool/roux-guide/i18n/ko.ts +3 -9
  202. package/src/tool/roux-guide/i18n/nl.ts +3 -9
  203. package/src/tool/roux-guide/i18n/pl.ts +3 -9
  204. package/src/tool/roux-guide/i18n/pt.ts +3 -9
  205. package/src/tool/roux-guide/i18n/ru.ts +3 -9
  206. package/src/tool/roux-guide/i18n/sv.ts +3 -9
  207. package/src/tool/roux-guide/i18n/tr.ts +3 -9
  208. package/src/tool/roux-guide/i18n/zh.ts +3 -9
  209. package/src/tool/roux-guide/roux-ratio-calculator-thickening-sauce-guide.css +480 -18
  210. package/src/tool/roux-guide/seo.astro +11 -4
  211. package/src/tool/sourdough-calculator/bibliography.astro +3 -3
  212. package/src/tool/sourdough-calculator/bibliography.ts +14 -0
  213. package/src/tool/sourdough-calculator/i18n/de.ts +3 -9
  214. package/src/tool/sourdough-calculator/i18n/en.ts +3 -17
  215. package/src/tool/sourdough-calculator/i18n/es.ts +4 -18
  216. package/src/tool/sourdough-calculator/i18n/fr.ts +2 -15
  217. package/src/tool/sourdough-calculator/i18n/id.ts +3 -9
  218. package/src/tool/sourdough-calculator/i18n/it.ts +3 -9
  219. package/src/tool/sourdough-calculator/i18n/ja.ts +3 -9
  220. package/src/tool/sourdough-calculator/i18n/ko.ts +3 -9
  221. package/src/tool/sourdough-calculator/i18n/nl.ts +3 -9
  222. package/src/tool/sourdough-calculator/i18n/pl.ts +3 -9
  223. package/src/tool/sourdough-calculator/i18n/pt.ts +3 -9
  224. package/src/tool/sourdough-calculator/i18n/ru.ts +3 -9
  225. package/src/tool/sourdough-calculator/i18n/sv.ts +3 -9
  226. package/src/tool/sourdough-calculator/i18n/tr.ts +3 -9
  227. package/src/tool/sourdough-calculator/i18n/zh.ts +3 -9
  228. package/src/tool/sourdough-calculator/seo.astro +11 -4
  229. package/src/tool/yeast-converter/bibliography.astro +6 -0
  230. package/src/tool/yeast-converter/bibliography.ts +6 -0
  231. package/src/tool/yeast-converter/component.astro +96 -0
  232. package/src/tool/yeast-converter/entry.ts +26 -0
  233. package/src/tool/yeast-converter/i18n/de.ts +235 -0
  234. package/src/tool/yeast-converter/i18n/en.ts +234 -0
  235. package/src/tool/yeast-converter/i18n/es.ts +235 -0
  236. package/src/tool/yeast-converter/i18n/fr.ts +235 -0
  237. package/src/tool/yeast-converter/i18n/id.ts +235 -0
  238. package/src/tool/yeast-converter/i18n/it.ts +235 -0
  239. package/src/tool/yeast-converter/i18n/ja.ts +235 -0
  240. package/src/tool/yeast-converter/i18n/ko.ts +235 -0
  241. package/src/tool/yeast-converter/i18n/nl.ts +235 -0
  242. package/src/tool/yeast-converter/i18n/pl.ts +235 -0
  243. package/src/tool/yeast-converter/i18n/pt.ts +235 -0
  244. package/src/tool/yeast-converter/i18n/ru.ts +235 -0
  245. package/src/tool/yeast-converter/i18n/sv.ts +235 -0
  246. package/src/tool/yeast-converter/i18n/tr.ts +235 -0
  247. package/src/tool/yeast-converter/i18n/zh.ts +235 -0
  248. package/src/tool/yeast-converter/index.ts +11 -0
  249. package/src/tool/yeast-converter/init.ts +277 -0
  250. package/src/tool/yeast-converter/seo.astro +15 -0
  251. package/src/tool/yeast-converter/yeast-converter-fresh-dry-sourdough-starter.css +388 -0
  252. package/src/tools.ts +2 -0
@@ -1,65 +1,66 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calculateur de Pâte à Pizza Napolitaine";
4
5
  const description = "Calculez les proportions exactes de farine, eau, sel et levure pour préparer une authentique pizza napolitaine maison avec des résultats professionnels.";
5
6
  const faq = [
6
- {
7
- question: "Quelle est l'hydratation idéale pour une pizza napolitaine ?",
8
- answer:
9
- "Selon le protocole AVPN, l'hydratation standard est de 63-67%. Pour les débutants, 60-62% est plus gérable. Pour les pizzaiolos avancés avec une farine forte (W300+), 70-75% produit des pâtes extraordinaires mais nécessite de la technique.",
10
- },
11
- {
12
- question: "Combien de temps la pâte doit-elle fermenter ?",
13
- answer:
14
- "Minimum 24 heures au frigo (4°C) pour activer les enzymes. L'optimal est de 48-72 heures. Au-delà de 72 heures, il faut une farine très forte (W300+) sinon la pâte devient trop acide.",
15
- },
16
- {
17
- question: "Puis-je utiliser de la levure sèche ?",
18
- answer:
19
- "Oui. La levure sèche équivaut à 0,4x la fraîche (1g sèche = 2,5g fraîche). La qualité est similaire, mais la levure fraîche apporte un profil aromatique plus complexe.",
20
- },
21
- {
22
- question: "Peut-on faire une pizza napolitaine dans un four domestique ?",
23
- answer:
24
- "Oui, mais avec des adaptations. Préchauffez au maximum (250-280°C) avec une pierre réfractaire pendant 45-60 minutes. La cuisson prendra 5-7 minutes au lieu de 60-90 secondes, mais le résultat est acceptable.",
25
- },
26
- {
27
- question: "Quelle farine dois-je utiliser ?",
28
- answer:
29
- "Idéal : Caputo Pizzeria (W260-280) ou Manitoba (W350-400). Alternative : toute farine avec 11-13g de protéines pour 100g. Évitez les farines faibles (W130-160) pour les longues fermentations.",
30
- },
31
- {
32
- question: "Pourquoi la pâte se déchire-t-elle lors de l'étalage ?",
33
- answer:
34
- "Le gluten n'est pas détendu. Laissez la boule reposer 2 à 3 heures à température ambiante. Si cela se répète, le pétrissage était insuffisant ou la farine est trop faible.",
35
- },
36
- ];
7
+ {
8
+ question: "Quelle est l'hydratation idéale pour une pizza napolitaine ?",
9
+ answer:
10
+ "Selon le protocole AVPN, l'hydratation standard est de 63-67%. Pour les débutants, 60-62% est plus gérable. Pour les pizzaiolos avancés avec une farine forte (W300+), 70-75% produit des pâtes extraordinaires mais nécessite de la technique.",
11
+ },
12
+ {
13
+ question: "Combien de temps la pâte doit-elle fermenter ?",
14
+ answer:
15
+ "Minimum 24 heures au frigo (4°C) pour activer les enzymes. L'optimal est de 48-72 heures. Au-delà de 72 heures, il faut une farine très forte (W300+) sinon la pâte devient trop acide.",
16
+ },
17
+ {
18
+ question: "Puis-je utiliser de la levure sèche ?",
19
+ answer:
20
+ "Oui. La levure sèche équivaut à 0,4x la fraîche (1g sèche = 2,5g fraîche). La qualité est similaire, mais la levure fraîche apporte un profil aromatique plus complexe.",
21
+ },
22
+ {
23
+ question: "Peut-on faire une pizza napolitaine dans un four domestique ?",
24
+ answer:
25
+ "Oui, mais avec des adaptations. Préchauffez au maximum (250-280°C) avec une pierre réfractaire pendant 45-60 minutes. La cuisson prendra 5-7 minutes au lieu de 60-90 secondes, mais le résultat est acceptable.",
26
+ },
27
+ {
28
+ question: "Quelle farine dois-je utiliser ?",
29
+ answer:
30
+ "Idéal : Caputo Pizzeria (W260-280) ou Manitoba (W350-400). Alternative : toute farine avec 11-13g de protéines pour 100g. Évitez les farines faibles (W130-160) pour les longues fermentations.",
31
+ },
32
+ {
33
+ question: "Pourquoi la pâte se déchire-t-elle lors de l'étalage ?",
34
+ answer:
35
+ "Le gluten n'est pas détendu. Laissez la boule reposer 2 à 3 heures à température ambiante. Si cela se répète, le pétrissage était insuffisant ou la farine est trop faible.",
36
+ },
37
+ ];
37
38
  const howTo = [
38
- {
39
- name: "Calculez les proportions",
40
- text: "Utilisez ce calculateur pour obtenir les grammes exacts de chaque ingrédient selon le nombre de pizzas et le poids de chaque boule.",
41
- },
42
- {
43
- name: "Mélangez la pâte",
44
- text: "Mélangez la farine avec de l'eau tiède (22-25°C), le sel (dissous en premier) et la levure. Pétrissez 8-10 minutes au batteur ou 15-20 minutes à la main.",
45
- },
46
- {
47
- name: "Fermentation en bloc",
48
- text: "Laissez la pâte entière fermenter 1 à 2 heures à température ambiante (20-25°C) jusqu'à ce qu'elle double de volume.",
49
- },
50
- {
51
- name: "Divisez en boules",
52
- text: "Divisez la pâte en portions du poids indiqué. Laissez reposer 15-20 minutes avant de former les boules.",
53
- },
54
- {
55
- name: "Longue fermentation",
56
- text: "Placez les boules dans un récipient hermétique au frigo (4°C) pendant 24-72 heures. C'est l'étape critique pour le goût et la digestibilité.",
57
- },
58
- {
59
- name: "Étalez et enfournez",
60
- text: "Sortez du froid 30 minutes avant. Étalez du centre vers l'extérieur. Enfournez à température maximale 60-90 secondes (bois) ou 5-7 minutes (maison).",
61
- },
62
- ];
39
+ {
40
+ name: "Calculez les proportions",
41
+ text: "Utilisez ce calculateur pour obtenir les grammes exacts de chaque ingrédient selon le nombre de pizzas et le poids de chaque boule.",
42
+ },
43
+ {
44
+ name: "Mélangez la pâte",
45
+ text: "Mélangez la farine avec de l'eau tiède (22-25°C), le sel (dissous en premier) et la levure. Pétrissez 8-10 minutes au batteur ou 15-20 minutes à la main.",
46
+ },
47
+ {
48
+ name: "Fermentation en bloc",
49
+ text: "Laissez la pâte entière fermenter 1 à 2 heures à température ambiante (20-25°C) jusqu'à ce qu'elle double de volume.",
50
+ },
51
+ {
52
+ name: "Divisez en boules",
53
+ text: "Divisez la pâte en portions du poids indiqué. Laissez reposer 15-20 minutes avant de former les boules.",
54
+ },
55
+ {
56
+ name: "Longue fermentation",
57
+ text: "Placez les boules dans un récipient hermétique au frigo (4°C) pendant 24-72 heures. C'est l'étape critique pour le goût et la digestibilité.",
58
+ },
59
+ {
60
+ name: "Étalez et enfournez",
61
+ text: "Sortez du froid 30 minutes avant. Étalez du centre vers l'extérieur. Enfournez à température maximale 60-90 secondes (bois) ou 5-7 minutes (maison).",
62
+ },
63
+ ];
63
64
 
64
65
  const faqSchema = {
65
66
  '@context': 'https://schema.org',
@@ -99,7 +100,6 @@ export const content: ToolLocaleContent = {
99
100
  description:
100
101
  "Calculez les proportions exactes de farine, eau, sel et levure pour préparer une authentique pizza napolitaine maison avec des résultats professionnels.",
101
102
  faqTitle: "Questions Fréquentes sur la Pâte à Pizza",
102
- bibliographyTitle: "Références Scientifiques et Techniques",
103
103
  ui: {
104
104
  parameters: "Paramètres",
105
105
  quantity: "Quantité",
@@ -187,24 +187,6 @@ export const content: ToolLocaleContent = {
187
187
  text: "Sortez du froid 30 minutes avant. Étalez du centre vers l'extérieur. Enfournez à température maximale 60-90 secondes (bois) ou 5-7 minutes (maison).",
188
188
  },
189
189
  ],
190
- bibliography: [
191
- {
192
- name: "Associazione Verace Pizza Napoletana",
193
- url: "https://www.pizzanapoletana.org/",
194
- },
195
- {
196
- name: "The Pizza Bible - Tony Gemignani",
197
- url: "https://www.amazon.com/Pizza-Bible-Everything-Need-Perfect/dp/0393634039/",
198
- },
199
- {
200
- name: "Franco Pepe - Pepe in Grani",
201
- url: "https://www.pepeingranitalia.com/",
202
- },
203
- {
204
- name: "Harina Caputo",
205
- url: "https://www.caputoprepara.com/",
206
- },
207
- ],
208
190
  seo: [
209
191
  {
210
192
  type: "title",
@@ -377,5 +359,6 @@ export const content: ToolLocaleContent = {
377
359
  html: "Notre calculateur automatise les proportions spécifiques pour que vous puissiez vous concentrer sur l'essentiel : la technique et la passion pour le produit final.",
378
360
  },
379
361
  ],
362
+ bibliography,
380
363
  schemas: [faqSchema, howToSchema, appSchema],
381
364
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Kalkulator Adonan Pizza Neapolitan";
4
5
  const description = "Hitung proporsi tepung, air, garam, dan ragi yang tepat untuk membuat pizza Neapolitan asli di rumah.";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "Pertanyaan Umum",
75
- bibliographyTitle: "Referensi",
76
76
  ui: {
77
77
  parameters: "Parameter",
78
78
  quantity: "Jumlah",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "Ukuran visual mewakili perkiraan diameter pizza yang diregangkan berdasarkan berat bola adonan.",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: 'Panduan Ahli Adonan Pizza Neapolitan Asli',
@@ -121,5 +114,6 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>Pizza Neapolitan</strong> adalah warisan budaya. Kesuksesan terletak pada presisi antara waktu, suhu, dan hidrasi.',
122
115
  },
123
116
  ],
117
+ bibliography,
124
118
  schemas: [faqSchema, howToSchema, appSchema],
125
119
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calcolatore Impasto Pizza Napoletana";
4
5
  const description = "Calcola le proporzioni esatte di farina, acqua, sale e lievito per preparare l'autentica pizza napoletana a casa.";
@@ -84,7 +85,6 @@ export const content: ToolLocaleContent = {
84
85
  title,
85
86
  description,
86
87
  faqTitle: "Domande Frequenti",
87
- bibliographyTitle: "Riferimenti",
88
88
  ui: {
89
89
  parameters: "Parametri",
90
90
  quantity: "Quantità",
@@ -115,18 +115,7 @@ export const content: ToolLocaleContent = {
115
115
  "La dimensione visiva rappresenta il diametro approssimativo della pizza stesa in base al peso del panetto.",
116
116
  },
117
117
  faq,
118
- howTo,
119
- bibliography: [
120
- {
121
- name: "Associazione Verace Pizza Napoletana",
122
- url: "https://www.pizzanapoletana.org/",
123
- },
124
- {
125
- name: "Harina Caputo",
126
- url: "https://www.caputoprepara.com/",
127
- },
128
- ],
129
- seo: [
118
+ howTo, seo: [
130
119
  {
131
120
  type: 'title',
132
121
  text: 'Guida Maestro alla Vera Pizza Napoletana',
@@ -168,5 +157,6 @@ export const content: ToolLocaleContent = {
168
157
  html: 'La maturazione di 24 ore a 4°C crea sapori complessi impossibili da ottenere a temperatura ambiente.',
169
158
  },
170
159
  ],
160
+ bibliography,
171
161
  schemas: [faqSchema, howToSchema, appSchema],
172
162
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "ナポリピザ生地計算機";
4
5
  const description = "本場ナポリピザを自宅で作るために、小麦粉、水、塩、イーストの正確な配合を計算します。";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "よくある質問",
75
- bibliographyTitle: "参考文献",
76
76
  ui: {
77
77
  parameters: "パラメータ",
78
78
  quantity: "数量",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "視覚的なサイズは、生地玉の重量に基づいた伸ばした後のピザの推定直径を表しています。",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: '本場ナポリピザ生地のマスターガイド',
@@ -121,5 +114,6 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>ナポリピザ</strong>は文化遺産です。成功の鍵は、時間、温度、加水率の正確な管理にあります。',
122
115
  },
123
116
  ],
117
+ bibliography,
124
118
  schemas: [faqSchema, howToSchema, appSchema],
125
119
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "나폴리 피자 도우 계산기";
4
5
  const description = "집에서 정통 나폴리 피자를 만들기 위해 밀가루, 물, 소금, 이스트의 정확한 비율을 계산합니다.";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "자주 묻는 질문",
75
- bibliographyTitle: "참고 문헌",
76
76
  ui: {
77
77
  parameters: "매개변수",
78
78
  quantity: "수량",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "시각적 크기는 도우 공 무게에 따라 늘어난 피자의 대략적인 지름을 나타냅니다.",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: '정통 나폴리 피자 도우 마스터 가이드',
@@ -121,5 +114,6 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>나폴리 피자</strong>는 문화유산입니다. 성공은 시간, 온도, 그리고 가수율 사이의 정밀함에 달려 있습니다.',
122
115
  },
123
116
  ],
117
+ bibliography,
124
118
  schemas: [faqSchema, howToSchema, appSchema],
125
119
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Napolitaans Pizzadeeg Calculator";
4
5
  const description = "Bereken de exacte verhoudingen van bloem, water, zout en gist voor authentieke Napolitaanse pizza thuis.";
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
80
81
  title,
81
82
  description,
82
83
  faqTitle: "Veelgestelde Vragen",
83
- bibliographyTitle: "Referenties",
84
84
  ui: {
85
85
  parameters: "Parameters",
86
86
  quantity: "Aantal",
@@ -111,14 +111,7 @@ export const content: ToolLocaleContent = {
111
111
  "De visuele grootte staat voor de geschatte diameter van de pizza op basis van het gewicht van de deegbol.",
112
112
  },
113
113
  faq,
114
- howTo,
115
- bibliography: [
116
- {
117
- name: "Associazione Verace Pizza Napoletana",
118
- url: "https://www.pizzanapoletana.org/",
119
- },
120
- ],
121
- seo: [
114
+ howTo, seo: [
122
115
  {
123
116
  type: 'title',
124
117
  text: 'Gids voor Authentiek Napolitaans Pizzadeeg',
@@ -160,5 +153,6 @@ export const content: ToolLocaleContent = {
160
153
  html: 'Een rijping van 24 uur bij 4°C zorgt voor complexe smaken die op kamertemperatuur onmogelijk zijn.',
161
154
  },
162
155
  ],
156
+ bibliography,
163
157
  schemas: [faqSchema, howToSchema, appSchema],
164
158
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Kalkulator Ciasta na Pizzę Neapolitańską";
4
5
  const description = "Oblicz dokładne proporcje mąki, wody, soli i drożdży, aby przygotować autentyczną pizzę neapolitańską w domu.";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "Często Zadawane Pytania",
75
- bibliographyTitle: "Referencje",
76
76
  ui: {
77
77
  parameters: "Parametry",
78
78
  quantity: "Ilość",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "Rozmiar wizualny reprezentuje przybliżoną średnicę pizzy po rozciągnięciu w zależności od wagi kulki.",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: 'Mistrzowski przewodnik po cieście na pizzę neapolitańską',
@@ -121,5 +114,6 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>Pizza neapolitańska</strong> to dziedzictwo kulturowe. Sukces zależy od precyzji w czasie, temperaturze i nawodnieniu.',
122
115
  },
123
116
  ],
117
+ bibliography,
124
118
  schemas: [faqSchema, howToSchema, appSchema],
125
119
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Calculadora de Massa de Pizza Napolitana";
4
5
  const description = "Calcula as proporções exatas de farinha, água, sal e fermento para preparar a autêntica pizza napolitana em casa.";
@@ -84,7 +85,6 @@ export const content: ToolLocaleContent = {
84
85
  title,
85
86
  description,
86
87
  faqTitle: "Perguntas Frequentes",
87
- bibliographyTitle: "Referências",
88
88
  ui: {
89
89
  parameters: "Parâmetros",
90
90
  quantity: "Quantidade",
@@ -115,14 +115,7 @@ export const content: ToolLocaleContent = {
115
115
  "O tamanho visual representa o diâmetro aproximado da pizza estirada segundo o peso da bola.",
116
116
  },
117
117
  faq,
118
- howTo,
119
- bibliography: [
120
- {
121
- name: "Associazione Verace Pizza Napoletana",
122
- url: "https://www.pizzanapoletana.org/",
123
- },
124
- ],
125
- seo: [
118
+ howTo, seo: [
126
119
  {
127
120
  type: 'title',
128
121
  text: 'Guia Mestre para a Massa de Pizza Napolitana',
@@ -164,5 +157,6 @@ export const content: ToolLocaleContent = {
164
157
  html: 'A fermentação de 24 horas a 4°C cria sabores complexos impossíveis de obter à temperatura ambiente.',
165
158
  },
166
159
  ],
160
+ bibliography,
167
161
  schemas: [faqSchema, howToSchema, appSchema],
168
162
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Калькулятор теста для неаполитанской пиццы";
4
5
  const description = "Рассчитайте точные пропорции муки, воды, соли и дрожжей для приготовления настоящей неаполитанской пиццы дома.";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "Часто задаваемые вопросы",
75
- bibliographyTitle: "Ссылки",
76
76
  ui: {
77
77
  parameters: "Параметры",
78
78
  quantity: "Количество",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "Визуальный размер представляет примерный диаметр пиццы в зависимости от веса шарика теста.",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: 'Руководство мастера: Настоящее неаполитанское тесто',
@@ -121,31 +114,32 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>Неаполитанская пицца</strong> — это культурное наследие. Успех зависит от точности времени, температуры и гидратации.',
122
115
  },
123
116
  {
124
- type: 'stats',
125
- columns: 4,
126
- items: [
127
- {
128
- value: '480°C',
129
- label: 'Темп. выпечки',
130
- icon: 'mdi:fire',
131
- },
132
- {
133
- value: '60-90с',
134
- label: 'Время в печи',
135
- icon: 'mdi:clock-fast',
136
- },
137
- {
138
- value: '65%',
139
- label: 'Станд. гидратация',
140
- icon: 'mdi:water-percent',
141
- },
142
- {
143
- value: 'W280',
144
- label: 'Сила муки',
145
- icon: 'mdi:grain',
146
- },
147
- ],
148
- },
117
+ type: 'stats',
118
+ columns: 4,
119
+ items: [
120
+ {
121
+ value: '480°C',
122
+ label: 'Темп. выпечки',
123
+ icon: 'mdi:fire',
124
+ },
125
+ {
126
+ value: '60-90с',
127
+ label: 'Время в печи',
128
+ icon: 'mdi:clock-fast',
129
+ },
130
+ {
131
+ value: '65%',
132
+ label: 'Станд. гидратация',
133
+ icon: 'mdi:water-percent',
134
+ },
135
+ {
136
+ value: 'W280',
137
+ label: 'Сила муки',
138
+ icon: 'mdi:grain',
139
+ },
140
+ ],
141
+ },
149
142
  ],
143
+ bibliography,
150
144
  schemas: [faqSchema, howToSchema, appSchema],
151
145
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Kalkylator för Neapolitansk Pizzadeg";
4
5
  const description = "Beräkna de exakta proportionerna av mjöl, vatten, salt och jäst för att göra äkta neapolitansk pizza hemma.";
@@ -80,7 +81,6 @@ export const content: ToolLocaleContent = {
80
81
  title,
81
82
  description,
82
83
  faqTitle: "Vanliga Frågor",
83
- bibliographyTitle: "Referenser",
84
84
  ui: {
85
85
  parameters: "Parametrar",
86
86
  quantity: "Antal",
@@ -111,14 +111,7 @@ export const content: ToolLocaleContent = {
111
111
  "Den visuella storleken representerar pizzans ungefärliga diameter baserat på degbollens vikt.",
112
112
  },
113
113
  faq,
114
- howTo,
115
- bibliography: [
116
- {
117
- name: "Associazione Verace Pizza Napoletana",
118
- url: "https://www.pizzanapoletana.org/",
119
- },
120
- ],
121
- seo: [
114
+ howTo, seo: [
122
115
  {
123
116
  type: 'title',
124
117
  text: 'Mästarguide till Äkta Neapolitansk Pizzadeg',
@@ -160,5 +153,6 @@ export const content: ToolLocaleContent = {
160
153
  html: 'En 24-timmars jäsning vid 4°C skapar komplexa smaker som är omöjliga att uppnå i rumstemperatur.',
161
154
  },
162
155
  ],
156
+ bibliography,
163
157
  schemas: [faqSchema, howToSchema, appSchema],
164
158
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "Napoli Pizza Hamuru Hesaplayıcı";
4
5
  const description = "Evde gerçek Napoli pizzası hazırlamak için un, su, tuz ve maya oranlarını tam olarak hesaplayın.";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "Sıkça Sorulan Sorular",
75
- bibliographyTitle: "Referanslar",
76
76
  ui: {
77
77
  parameters: "Parametreler",
78
78
  quantity: "Miktarı",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "Görsel boyut, hamur bezesinin ağırlığına göre açılan pizzanın yaklaşık çapını temsil eder.",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: 'Gerçek Napoli Pizzası Hamuru İçin Usta Rehberi',
@@ -121,5 +114,6 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>Napoli pizzası</strong> bir kültürel mirastır. Başarı; zaman, sıcaklık ve hidrasyon arasındaki milimetrik hassasiyete dayanır.',
122
115
  },
123
116
  ],
117
+ bibliography,
124
118
  schemas: [faqSchema, howToSchema, appSchema],
125
119
  };
@@ -1,4 +1,5 @@
1
1
  import type { ToolLocaleContent } from "../../../types";
2
+ import { bibliography } from '../bibliography';
2
3
 
3
4
  const title = "正宗那不勒斯披萨面团计算器";
4
5
  const description = "计算打制正宗那不勒斯披萨所需的面粉、水、盐和酵母的精确比例。";
@@ -72,7 +73,6 @@ export const content: ToolLocaleContent = {
72
73
  title,
73
74
  description,
74
75
  faqTitle: "常见问题",
75
- bibliographyTitle: "参考资料",
76
76
  ui: {
77
77
  parameters: "参数",
78
78
  quantity: "数量",
@@ -103,14 +103,7 @@ export const content: ToolLocaleContent = {
103
103
  "视觉尺寸代表根据面团球重量拉伸后的披萨大概直径。",
104
104
  },
105
105
  faq,
106
- howTo,
107
- bibliography: [
108
- {
109
- name: "Associazione Verace Pizza Napoletana",
110
- url: "https://www.pizzanapoletana.org/",
111
- },
112
- ],
113
- seo: [
106
+ howTo, seo: [
114
107
  {
115
108
  type: 'title',
116
109
  text: '正宗那不勒斯披萨面团大师指南',
@@ -121,5 +114,6 @@ export const content: ToolLocaleContent = {
121
114
  html: '<strong>那不勒斯披萨</strong>是文化遗产。成功在于对时间、温度和含水量的精确掌控。',
122
115
  },
123
116
  ],
117
+ bibliography,
124
118
  schemas: [faqSchema, howToSchema, appSchema],
125
119
  };
@@ -1,8 +1,15 @@
1
1
  ---
2
- import { SEORenderer } from "@jjlmoya/utils-shared";
3
- import { content } from "./i18n/es";
2
+ import { SEORenderer } from '@jjlmoya/utils-shared';
3
+ import { PIZZA_TOOL } from './index';
4
+ import type { KnownLocale } from '../../types';
4
5
 
5
- const locale = "es";
6
+ interface Props {
7
+ locale?: KnownLocale;
8
+ }
9
+
10
+ const { locale = 'es' } = Astro.props;
11
+ const content = await PIZZA_TOOL.i18n[locale]?.();
12
+ if (!content) return null;
6
13
  ---
7
14
 
8
- <SEORenderer content={{ sections: content.seo, locale }} />
15
+ {content.seo?.length > 0 && <SEORenderer content={{ locale, sections: content.seo }} />}
@@ -1,6 +1,6 @@
1
1
  ---
2
- import { Bibliography } from '@jjlmoya/utils-shared';
3
- import { content } from './i18n/es';
2
+ import { Bibliography as BibliographyComponent } from '@jjlmoya/utils-shared';
3
+ import { bibliography } from './bibliography';
4
4
  ---
5
5
 
6
- <Bibliography links={content.bibliography} />
6
+ <BibliographyComponent links={bibliography} />
@@ -0,0 +1,14 @@
1
+ export const bibliography = [
2
+ {
3
+ name: 'Larousse Gastronomique - La Biblia de la Cocina',
4
+ url: 'https://www.laroussecocina.com/',
5
+ },
6
+ {
7
+ name: 'Mastering the Art of French Cooking - Julia Child',
8
+ url: 'https://www.juliachild.com/',
9
+ },
10
+ {
11
+ name: 'On Food and Cooking - Harold McGee (La Ciencia del Roux)',
12
+ url: 'https://www.foodscience.org/',
13
+ },
14
+ ];