tedo-publisher 1.3.273 → 1.3.275

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/dist/bitebuffet/data.d.ts +186 -0
  2. package/dist/bitebuffet/data.js +1 -0
  3. package/dist/bitebuffet/filters.d.ts +28 -0
  4. package/dist/bitebuffet/filters.js +1 -0
  5. package/dist/bitebuffet/helpers.d.ts +3 -0
  6. package/dist/bitebuffet/helpers.js +1 -0
  7. package/dist/bitebuffet/index.d.ts +15 -0
  8. package/dist/bitebuffet/index.js +1 -0
  9. package/dist/bitebuffet/prompts/data.d.ts +7 -0
  10. package/dist/bitebuffet/prompts/data.js +1 -0
  11. package/dist/bitebuffet/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/bitebuffet/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/bitebuffet/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/bitebuffet/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/bitebuffet/prompts/images.d.ts +4 -0
  16. package/dist/bitebuffet/prompts/images.js +1 -0
  17. package/dist/bitebuffet/seo.d.ts +23 -0
  18. package/dist/bitebuffet/seo.js +1 -0
  19. package/dist/bitebuffet/styles/colors.css +1 -0
  20. package/dist/bitebuffet/styles/fonts.css +1 -0
  21. package/dist/bitebuffet/styles/global.css +1 -0
  22. package/dist/bitebuffet/styles/sizing.css +1 -0
  23. package/dist/bitebuffet/styles/theme.css +1 -0
  24. package/dist/bitebuffet/styles/vars.css +1 -0
  25. package/dist/eatszio/data.d.ts +1 -1
  26. package/dist/recipesrhapsody/data.d.ts +225 -0
  27. package/dist/recipesrhapsody/data.js +1 -0
  28. package/dist/recipesrhapsody/filters.d.ts +28 -0
  29. package/dist/recipesrhapsody/filters.js +1 -0
  30. package/dist/recipesrhapsody/helpers.d.ts +3 -0
  31. package/dist/recipesrhapsody/helpers.js +1 -0
  32. package/dist/recipesrhapsody/index.d.ts +15 -0
  33. package/dist/recipesrhapsody/index.js +1 -0
  34. package/dist/recipesrhapsody/prompts/data.d.ts +7 -0
  35. package/dist/recipesrhapsody/prompts/data.js +1 -0
  36. package/dist/recipesrhapsody/prompts/gpt35turbo/articles.d.ts +6 -0
  37. package/dist/recipesrhapsody/prompts/gpt35turbo/articles.js +1 -0
  38. package/dist/recipesrhapsody/prompts/gpt4oMini/articles.d.ts +6 -0
  39. package/dist/recipesrhapsody/prompts/gpt4oMini/articles.js +1 -0
  40. package/dist/recipesrhapsody/prompts/images.d.ts +4 -0
  41. package/dist/recipesrhapsody/prompts/images.js +1 -0
  42. package/dist/recipesrhapsody/seo.d.ts +23 -0
  43. package/dist/recipesrhapsody/seo.js +1 -0
  44. package/dist/recipesrhapsody/styles/colors.css +1 -0
  45. package/dist/recipesrhapsody/styles/fonts.css +1 -0
  46. package/dist/recipesrhapsody/styles/global.css +1 -0
  47. package/dist/recipesrhapsody/styles/sizing.css +1 -0
  48. package/dist/recipesrhapsody/styles/theme.css +1 -0
  49. package/dist/recipesrhapsody/styles/vars.css +1 -0
  50. package/package.json +1 -1
@@ -0,0 +1,186 @@
1
+ export declare const dataStructure: {
2
+ recipes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ quickWeeknightDinners: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ gourmetDishes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ healthyOptions: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ internationalCuisines: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ veganAndVegetarian: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ other: {
38
+ title: string;
39
+ description: string;
40
+ slug: string;
41
+ children: null;
42
+ };
43
+ };
44
+ };
45
+ cookingTips: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ kitchenHacks: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ mealPrepStrategies: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ seasoningAndFlavoring: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ cookwareAndTools: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ bakingTechniques: {
75
+ title: string;
76
+ description: string;
77
+ slug: string;
78
+ children: null;
79
+ };
80
+ other: {
81
+ title: string;
82
+ description: string;
83
+ slug: string;
84
+ children: null;
85
+ };
86
+ };
87
+ };
88
+ foodTrends: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ seasonalIngredients: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ globalFlavors: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ foodSustainability: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ gourmetStreetFood: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ foodPairingIdeas: {
118
+ title: string;
119
+ description: string;
120
+ slug: string;
121
+ children: null;
122
+ };
123
+ other: {
124
+ title: string;
125
+ description: string;
126
+ slug: string;
127
+ children: null;
128
+ };
129
+ };
130
+ };
131
+ culinaryArticles: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ ingredientSpotlights: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ cookingTechniques: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ culinaryHistory: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ tipsForBeginners: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ advancedCookingSkills: {
161
+ title: string;
162
+ description: string;
163
+ slug: string;
164
+ children: null;
165
+ };
166
+ other: {
167
+ title: string;
168
+ description: string;
169
+ slug: string;
170
+ children: null;
171
+ };
172
+ };
173
+ };
174
+ };
175
+ export declare const authors: Record<string, string>;
176
+ export declare const authorsNames: string[];
177
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83D\uDC69\u200D\uD83C\uDF73\uD83D\uDCDA\uD83C\uDF72";
178
+ export declare const categories: ("cookingTips" | "recipes" | "foodTrends" | "culinaryArticles")[];
179
+ export declare const subcategories: string[];
180
+ export declare const subsubcategories: string[];
181
+ export type Category = keyof typeof dataStructure;
182
+ export type CategoryNode = (typeof dataStructure)[Category];
183
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
184
+ export declare const startDate = "2024-09-18T00:00:00Z";
185
+ export declare const devBucketName = "idn-bitebuffet-dev";
186
+ export declare const prodBucketName = "idn-bitebuffet";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={recipes:{title:"Explore Delicious Recipes for Every Occasion 🍽️",description:"Discover a variety of recipes at BiteBuffet, perfect for all culinary enthusiasts! From quick meals to gourmet dishes, find your inspiration here.",slug:"recipes",children:{quickWeeknightDinners:{title:"Quick Weeknight Dinners to Save Your Evening 🕒",description:"Need dinner ideas in a hurry? Explore our quick weeknight dinners that are not only fast but also delicious! 🍝 Perfect for busy families.",slug:"quick-weeknight-dinners",children:null},gourmetDishes:{title:"Gourmet Dishes to Impress Your Guests 🍷",description:"Elevate your cooking with our gourmet dishes! Explore intricate recipes that shine at any dinner party or special occasion. 🌟 Taste the luxury.",slug:"gourmet-dishes",children:null},healthyOptions:{title:"Delicious Healthy Options for Your Diet 🥗",description:"Enjoy flavorful meals with our healthy options! Discover recipes that nourish your body without sacrificing taste. 🌱 Eat well, feel great!",slug:"healthy-options",children:null},internationalCuisines:{title:"A Taste of International Cuisines Around the World 🌍",description:"Embark on a culinary journey with our international cuisines! Explore flavors and recipes from different cultures and broaden your palate. 🍛",slug:"international-cuisines",children:null},veganAndVegetarian:{title:"Savor Healthy Vegan and Vegetarian Recipes 🌱",description:"Explore a range of delightful vegan and vegetarian recipes! Please your taste buds while staying healthy and mindful. 🌿 Food for all!",slug:"vegan-and-vegetarian",children:null},other:{title:"Other Unique Recipes to Explore and Enjoy 🍽️",description:"Discover other interesting recipes that don't fit in any category! Whether it's fusion food or experimental dishes, explore the diverse flavors. 🎉",slug:"other-recipes",children:null}}},cookingTips:{title:"Expert Cooking Tips to Elevate Your Culinary Skills 🍳",description:"Discover expert cooking tips that will elevate your culinary skills and help you create delicious meals. Unlock your inner chef today! 🌟",slug:"expert-cooking-tips",children:{kitchenHacks:{title:"Ingenious Kitchen Hacks for Effortless Cooking 🌿",description:"Unleash your culinary potential with ingenious kitchen hacks that make cooking easier and more fun. Transform your cooking experience today! 🥘",slug:"kitchen-hacks",children:null},mealPrepStrategies:{title:"Smart Meal Prep Strategies for Busy Home Cooks ⏰",description:"Explore smart meal prep strategies that save time and effort in the kitchen. Perfect your meal prep for a hassle-free cooking experience! 🍽️",slug:"meal-prep-strategies",children:null},seasoningAndFlavoring:{title:"Essential Seasoning & Flavoring Techniques for Delicious Meals 🌶️",description:"Master the art of seasoning and flavoring to create mouthwatering dishes. Elevate every meal with these essential techniques! 🍲",slug:"seasoning-and-flavoring",children:null},cookwareAndTools:{title:"Choosing the Right Cookware and Tools for Every Recipe 🍳✨",description:"Find out how to choose the right cookware and tools to optimize your recipes. Equip your kitchen like a pro and cook with confidence! 🍴",slug:"cookware-and-tools",children:null},bakingTechniques:{title:"Master Baking Techniques for Perfect Pastries & Bread 🍞🎂",description:"Learn essential baking techniques to craft perfect pastries and bread every time. Delight your taste buds with homemade baked goodness! 🍰",slug:"baking-techniques",children:null},other:{title:"Miscellaneous Culinary Tips & Techniques 🍽️✨",description:"Discover a variety of miscellaneous culinary tips and techniques that can spice up your cooking. Enhance your skills with this diverse knowledge! 🍳",slug:"other-cooking-tips",children:null}}},foodTrends:{title:"Explore the Latest Food Trends for Culinary Enthusiasts 🍽️",description:"Dive into the emerging trends in the culinary world, featuring seasonal ingredients, global flavors, sustainability, and more! 🌎✨",slug:"food-trends",children:{seasonalIngredients:{title:"Seasonal Ingredients: Fresh Flavors for Every Season 🍂",description:"Discover how to elevate your dishes with seasonal ingredients that bring freshness and vibrancy to your cooking! 🌱🥕",slug:"seasonal-ingredients",children:null},globalFlavors:{title:"Global Flavors: Culinary Inspirations from Around the World 🌍",description:"Journey through global cuisine and learn about exotic flavors that can transform your culinary creations! 🍜✨",slug:"global-flavors",children:null},foodSustainability:{title:"Food Sustainability: Making Eco-Friendly Choices 🌱♻️",description:"Learn how to make sustainable food choices that benefit both your health and the planet with our insightful guides! 🌍🥦",slug:"food-sustainability",children:null},gourmetStreetFood:{title:"Gourmet Street Food: Elevating Everyday Street Eats 🍔🌮",description:"Explore gourmet takes on classic street food that will excite your taste buds and impress your friends! 🌟🍕",slug:"gourmet-street-food",children:null},foodPairingIdeas:{title:"Food Pairing Ideas: Perfect Matches for Your Dishes 🥂🍽️",description:"Unlock the secrets of food pairing with creative ideas that enhance flavors and elevate your dining experience! 🍷🧀",slug:"food-pairing-ideas",children:null},other:{title:"Other Culinary Trends: Uncover New Food Inspirations 🌟✨",description:"Stay ahead of the curve with trending culinary topics that inspire creativity and innovation in your kitchen! 🌈🍰",slug:"other-culinary-trends",children:null}}},culinaryArticles:{title:"Explore Culinary Articles: Recipes, Techniques, and Tips 🍽️",description:"Dive into our culinary articles section for innovative recipes, cooking techniques, and tips that cater to all skill levels. Join the food adventure! 🌍",slug:"culinary-articles",children:{ingredientSpotlights:{title:"Ingredient Spotlights: Unlocking Culinary Secrets 🍅",description:"Discover the story behind your favorite ingredients and how they can elevate your dishes. Explore unique flavors and tips for delicious results! 🥦",slug:"ingredient-spotlights",children:null},cookingTechniques:{title:"Master Cooking Techniques: Tips for Every Skill Level 👩‍🍳",description:"Learn essential cooking techniques that will elevate your culinary skills. From sautéing to sous-vide, become a confident cook in no time! 🔪",slug:"cooking-techniques",children:null},culinaryHistory:{title:"Culinary History: Flavorful Journeys Through Time 📜",description:"Embark on a delicious adventure through culinary history! Discover the origins of your favorite dishes and how they shaped our food culture. 🍴",slug:"culinary-history",children:null},tipsForBeginners:{title:"Cooking Tips for Beginners: Start Your Culinary Journey 🍳",description:"Are you new to cooking? Explore beginner-friendly tips and tricks to help you create delicious meals with confidence and ease! 🍔",slug:"tips-for-beginners",children:null},advancedCookingSkills:{title:"Advanced Cooking Skills: Take Your Cooking to the Next Level 🌟",description:"Enhance your culinary skills with advanced techniques and tips. Perfect for experienced cooks looking to refine their cooking style and impress! 🍝",slug:"advanced-cooking-skills",children:null},other:{title:"Other Culinary Topics: Explore Unique Food Adventures 🌈",description:"Discover a variety of culinary topics that don't fit elsewhere. Dive into unique flavors, fusion ideas, and innovative cooking trends! 🍤",slug:"other-culinary-topics",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),o=e.AUTHORS_INFO.map((e=>e.name)),n="🍽️👩‍🍳📚🍲",r=Object.keys(i),s=[],l=[];for(const e of r){const t=i[e];if(null==t?void 0:t.children){s.push(...Object.keys(t.children));for(const e of s){const i=t.children[e];(null==i?void 0:i.children)&&l.push(...Object.keys(i.children))}}}const a="2024-09-18T00:00:00Z",c="bitebuffet",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=t,exports.authorsNames=o,exports.categories=r,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=a,exports.subcategories=s,exports.subsubcategories=l;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ CulinaryAdventures = "Culinary Adventures",
3
+ SkillLevel = "Skill Level",
4
+ CookingTime = "Cooking Time",
5
+ DietaryOptions = "Dietary Options",
6
+ SeasonalInspirations = "Seasonal Inspirations"
7
+ }
8
+ type CulinaryAdventures = 'Global Cuisine' | 'Street Food' | 'Farm-to-Table' | 'Gourmet Experiences';
9
+ type SkillLevel = 'Beginner Basics' | 'Intermediate Techniques' | 'Advanced Mastery' | "Chef's Secrets";
10
+ type CookingTime = 'Quick Fix (Under 30 mins)' | 'Leisurely Meals (30-60 mins)' | 'Weekend Special (60+ mins)' | 'Meal Prep Wonders';
11
+ type DietaryOptions = 'Vegan Delights' | 'Gluten-Free Goodies' | 'Paleo Plates' | 'Healthy Indulgence';
12
+ type SeasonalInspirations = 'Summer Refreshers' | 'Autumn Comforts' | 'Winter Warmers' | 'Spring Flavors';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.CulinaryAdventures]: CulinaryAdventures[];
15
+ [FiltersNames.SkillLevel]: SkillLevel[];
16
+ [FiltersNames.CookingTime]: CookingTime[];
17
+ [FiltersNames.DietaryOptions]: DietaryOptions[];
18
+ [FiltersNames.SeasonalInspirations]: SeasonalInspirations[];
19
+ };
20
+ export declare const culinaryAdventuresValues: CulinaryAdventures[];
21
+ export declare const skillLevelValues: SkillLevel[];
22
+ export declare const cookingTimeValues: CookingTime[];
23
+ export declare const dietaryOptionsValues: DietaryOptions[];
24
+ export declare const seasonalInspirationsValues: SeasonalInspirations[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).CulinaryAdventures="Culinary Adventures",e.SkillLevel="Skill Level",e.CookingTime="Cooking Time",e.DietaryOptions="Dietary Options",e.SeasonalInspirations="Seasonal Inspirations";const s=["Global Cuisine","Street Food","Farm-to-Table","Gourmet Experiences"],r=["Beginner Basics","Intermediate Techniques","Advanced Mastery","Chef's Secrets"],i=["Quick Fix (Under 30 mins)","Leisurely Meals (30-60 mins)","Weekend Special (60+ mins)","Meal Prep Wonders"],t=["Vegan Delights","Gluten-Free Goodies","Paleo Plates","Healthy Indulgence"],l=["Summer Refreshers","Autumn Comforts","Winter Warmers","Spring Flavors"],a={[exports.FiltersNames.CulinaryAdventures]:[],[exports.FiltersNames.SkillLevel]:[],[exports.FiltersNames.CookingTime]:[],[exports.FiltersNames.DietaryOptions]:[],[exports.FiltersNames.SeasonalInspirations]:[]},o={[exports.FiltersNames.CulinaryAdventures]:s,[exports.FiltersNames.SkillLevel]:r,[exports.FiltersNames.CookingTime]:i,[exports.FiltersNames.DietaryOptions]:t,[exports.FiltersNames.SeasonalInspirations]:l},n=()=>JSON.stringify(o,null,2);exports.cookingTimeValues=i,exports.culinaryAdventuresValues=s,exports.dietaryOptionsValues=t,exports.fullFilters=o,exports.getFiltersTypesJSON=n,exports.initialFilters=a,exports.seasonalInspirationsValues=l,exports.skillLevelValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.cookingTimeValues=t.cookingTimeValues,exports.culinaryAdventuresValues=t.culinaryAdventuresValues,exports.dietaryOptionsValues=t.dietaryOptionsValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.seasonalInspirationsValues=t.seasonalInspirationsValues,exports.skillLevelValues=t.skillLevelValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: BiteBuffet is an engaging infotainment portal dedicated to the culinary world, providing a vast array of recipes, cooking tips, and food trends that inspire cooking enthusiasts and food lovers alike.\n - Detailed description: BiteBuffet serves as an immersive online platform that caters to both novice cooks and seasoned chefs. With an extensive library of recipes ranging from quick weeknight dinners to elaborate gourmet dishes, BiteBuffet invites users to explore diverse cuisines from around the globe. The portal emphasizes user-friendly navigation, allowing visitors to search through recipes by ingredients, difficulty levels, cooking time, and dietary preferences. In addition to recipes, BiteBuffet features culinary articles that cover cooking techniques, ingredient spotlights, and trending food topics. The aim is to not only provide recipes but also to foster a community of food lovers who can share their culinary experiences. BiteBuffet integrates vibrant photography and step-by-step guides to make cooking accessible and enjoyable for everyone.\n - Target audience: The target audience for BiteBuffet includes home cooks of all skill levels, food enthusiasts seeking new recipes, individuals interested in healthy cooking and dietary options, and anyone looking to expand their culinary knowledge and skills. Additionally, the portal appeals to millennials and Gen Z who are active on social media and seek engaging food content and trends.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Recipe Overview\n - Recipe Name\n - Description of the Dish\n\n## Ingredients\n - List of Ingredients with Measurements\n - Special Notes on Ingredients (e.g., substitutions, regional variants)\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Recipe Overview, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "food lovers of all ages";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const t="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: BiteBuffet is an engaging infotainment portal dedicated to the culinary world, providing a vast array of recipes, cooking tips, and food trends that inspire cooking enthusiasts and food lovers alike.\n - Detailed description: BiteBuffet serves as an immersive online platform that caters to both novice cooks and seasoned chefs. With an extensive library of recipes ranging from quick weeknight dinners to elaborate gourmet dishes, BiteBuffet invites users to explore diverse cuisines from around the globe. The portal emphasizes user-friendly navigation, allowing visitors to search through recipes by ingredients, difficulty levels, cooking time, and dietary preferences. In addition to recipes, BiteBuffet features culinary articles that cover cooking techniques, ingredient spotlights, and trending food topics. The aim is to not only provide recipes but also to foster a community of food lovers who can share their culinary experiences. BiteBuffet integrates vibrant photography and step-by-step guides to make cooking accessible and enjoyable for everyone.\n - Target audience: The target audience for BiteBuffet includes home cooks of all skill levels, food enthusiasts seeking new recipes, individuals interested in healthy cooking and dietary options, and anyone looking to expand their culinary knowledge and skills. Additionally, the portal appeals to millennials and Gen Z who are active on social media and seek engaging food content and trends.\n\n",i="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Recipe Overview\n - Recipe Name\n - Description of the Dish\n\n## Ingredients\n - List of Ingredients with Measurements\n - Special Notes on Ingredients (e.g., substitutions, regional variants)\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Recipe Overview, IF it's applicable to the theme of the article.\n",n="highlighting the key points that will be discussed and the relevance of the topic",o="synthesizing the information presented throughout",a="food lovers of all ages",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=o,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const o=({title:o,alt:a,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${o}, ${a}, for an article ${r} from professional food photograph for a glossy recipe magazine, food style photography, glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, delish.com, allrecipes.com, foodnetwork.com, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),a=({title:e,alt:o,articleTitle:a})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${o}, for an article ${a} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=a,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=o;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Culinary Creators | BiteBuffet",description:"Discover the talented chefs and food lovers behind BiteBuffet! 👩‍🍳👨‍🍳 Join us on a flavorful journey filled with delicious recipes and culinary inspirations."},[exports.PageNames.Home]:{title:"BiteBuffet: Your Gateway to Delectable Recipes",description:"Explore tantalizing recipes and culinary tips at BiteBuffet! 🍽️🥘 Join our food-loving community and delight your taste buds with every bite!"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | BiteBuffet",description:"Oops! It looks like the page you're looking for doesn't exist. 🤔🍴 Explore our delicious recipes and culinary delights at BiteBuffet!"},[exports.PageNames.AboutUs]:{title:"About BiteBuffet | Culinary Delights Await!",description:"Learn about BiteBuffet, your go-to source for delightful recipes and food inspiration! 🌟🍔 Join our journey of culinary excellence and creativity."},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | BiteBuffet",description:"Your privacy matters! 🛡️ Read our privacy policy to understand how we protect your information while you explore delicious recipes at BiteBuffet."},[exports.PageNames.Terms]:{title:"Terms of Service | BiteBuffet",description:"Familiarize yourself with our terms of service to enjoy a seamless culinary experience at BiteBuffet. 📜🍜 Your satisfaction is our priority!"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate BiteBuffet Easily",description:"Find your way around BiteBuffet with our comprehensive sitemap! 🗺️🍽️ Discover recipes, tips, and more with just a click!"}},a=[{name:"Sanjeev Kapoor",description:"Sanjeev Kapoor is an acclaimed Indian chef, restaurateur, and television host with over three decades of experience in the culinary world. Known for his innovative recipes and cooking style, he has authored numerous cookbooks and hosts a popular cooking show. His contributions have made him a household name in Indian cuisine.",meta_title:"Sanjeev Kapoor - Culinary Expert at BiteBuffet",meta_description:"Explore the culinary delights authored by renowned chef Sanjeev Kapoor on BiteBuffet. Discover traditional and innovative recipes from an expert with over 30 years of experience."},{name:"Vikas Khanna",description:"Vikas Khanna is a Michelin-starred chef, restaurateur, and author renowned for his expertise in Indian cuisine. With multiple cookbooks to his credit and a global presence, he combines tradition with modernity in his culinary creations. Vikas is passionate about promoting Indian culture through food.",meta_title:"Vikas Khanna - Michelin-Starred Chef on BiteBuffet",meta_description:"Join chef Vikas Khanna on BiteBuffet to discover exquisite Indian recipes that blend tradition and innovation. Delight in his creativity and culinary passion."},{name:"Tarla Dalal",description:"Tarla Dalal was a legendary Indian cookbook author and celebrity chef who made significant contributions to the culinary world. With over 100 cookbooks and numerous television appearances, she is known for her simple and healthy Indian recipes. Her impactful legacy continues to inspire home cooks.",meta_title:"Tarla Dalal - Legendary Chef at BiteBuffet",meta_description:"Discover the legacy of Tarla Dalal at BiteBuffet. Dive into simple, healthy, and delicious Indian recipes crafted by this legendary chef and author."},{name:"Nisha Madhulika",description:"Nisha Madhulika is a popular food blogger and YouTube sensation known for her easy-to-follow Indian recipes. With a focus on vegetarian cuisine, she has gained a massive following for her approachable cooking techniques and warm personality. Nisha aims to bring Indian flavors into every home.",meta_title:"Nisha Madhulika - Vegetarian Food Blogger on BiteBuffet",meta_description:"Explore delicious vegetarian recipes with Nisha Madhulika on BiteBuffet. Learn to cook wholesome Indian meals with her easy-to-follow tips and tutorials."},{name:"Manju Malhi",description:"Manju Malhi is a celebrated Indian chef, food writer, and television personality known for her authentic Indian cooking. With years of experience in both traditional and modern cuisine, she emphasizes the use of fresh ingredients and family recipes that celebrate Indian heritage.",meta_title:"Manju Malhi - Author & Chef at BiteBuffet",meta_description:"Discover traditional and modern Indian dishes with Manju Malhi at BiteBuffet, inspired by authentic flavors and fresh ingredients from her rich culinary journey."},{name:"Richa Hingle",description:"Richa Hingle is a food writer and vegan chef known for her innovative plant-based Indian recipes. She runs the popular blog 'Vegan Richa' and has authored several cookbooks dedicated to vegan cuisine, demonstrating how traditional Indian recipes can be transformed into delicious, cruelty-free meals.",meta_title:"Richa Hingle - Vegan Chef at BiteBuffet",meta_description:"Join Richa Hingle on BiteBuffet for vibrant, delicious vegan Indian recipes. Explore her culinary creativity and enjoy healthy plant-based cooking."},{name:"Suma Varughese",description:"Suma Varughese is a prominent food writer and culinary consultant specializing in Indian home cooking. With years of experience in writing articles and creating recipes, her expertise lies in traditional dishes and unique food combinations that reflect the diversity of Indian cuisine.",meta_title:"Suma Varughese - Culinary Consultant at BiteBuffet",meta_description:"Explore traditional Indian cooking with Suma Varughese at BiteBuffet. Discover unique recipes that celebrate the rich culinary heritage of India."},{name:"Kunal Kapur",description:"Kunal Kapur is a chef, author, and television personality known for his contemporary take on Indian cuisine. He is a judge on popular cooking shows and has written various cookbooks that blend traditional recipes with global influences, making Indian cooking accessible to all.",meta_title:"Kunal Kapur - Chef & Author at BiteBuffet",meta_description:"Dive into the culinary world of Kunal Kapur on BiteBuffet. Discover innovative Indian recipes that fuse tradition with global flavors."},{name:"Saraswati Chinta",description:"Saraswati Chinta is a passionate food blogger specializing in authentic South Indian recipes. She uses her platform to share her grandmother's traditional recipes and culinary secrets, bringing the flavors of South India to the forefront of food culture.",meta_title:"Saraswati Chinta - South Indian Culinary Expert at BiteBuffet",meta_description:"Explore the rich flavors of South India with Saraswati Chinta at BiteBuffet. Uncover traditional recipes that honor her family's culinary legacy."},{name:"Bhawna Dhingra",description:"Bhawna Dhingra is a chef and food enthusiast who focuses on quick, healthy recipes rooted in Indian cuisine. With a background in nutrition, she aims to create dishes that are not only flavorful but also beneficial for a healthy lifestyle, making cooking easy and enjoyable.",meta_title:"Bhawna Dhingra - Healthy Indian Recipes at BiteBuffet",meta_description:"Join Bhawna Dhingra on BiteBuffet for quick and healthy Indian recipes that combine flavor and nutrition for a balanced lifestyle."},{name:"Priya Iyer",description:"Priya Iyer is an acclaimed food blogger and writer with over 8 years of experience in the culinary industry. Born and raised in Mumbai, Priya brings authentic Indian recipes to life with her creative twists. She has been featured in numerous food magazines and runs a successful blog that inspires home cooks to experiment with traditional flavors.",meta_title:"Priya Iyer - Culinary Expert at BiteBuffet",meta_description:"Explore the world of authentic Indian cuisine with Priya Iyer, an experienced food blogger dedicated to sharing her culinary expertise and delicious recipes on BiteBuffet."},{name:"Rahul Chatterjee",description:"Rahul Chatterjee is a professional chef and culinary educator with a rich heritage from Kolkata. With more than a decade of experience in fine dining and traditional cooking, he specializes in Bengali cuisine. Rahul's passion for food is evident in his engaging articles that guide readers through classic and innovative recipes alike.",meta_title:"Rahul Chatterjee - Bengali Cuisine Specialist at BiteBuffet",meta_description:"Join Rahul Chatterjee on BiteBuffet as he explores the intricate flavors of Bengali cuisine, sharing his expertise through engaging articles and recipes."},{name:"Neelam Bhatia",description:"Neelam Bhatia is a seasoned food writer and recipe developer, known for her work focusing on healthy Indian cooking. With a strong background in nutrition and wellness, she educates her audience on how to prepare wholesome meals without compromising on taste. Neelam's articles invite readers to embrace a balanced lifestyle through delicious recipes.",meta_title:"Neelam Bhatia - Healthy Cooking Advocate at BiteBuffet",meta_description:"Discover nutritious and flavorful recipes with Neelam Bhatia on BiteBuffet. Transform your cooking with her expertise in healthy Indian dishes."},{name:"Vikram Singh",description:"Vikram Singh is a food enthusiast and travel writer who has spent years exploring diverse culinary traditions across India. His articles often feature regional cuisines, cultural context, and mouth-watering recipes. Vikram believes that food is a powerful medium to connect people and cultures.",meta_title:"Vikram Singh - Culinary Explorer at BiteBuffet",meta_description:"Travel through flavors with Vikram Singh on BiteBuffet as he uncovers regional cuisines and shares authentic Indian recipes that celebrate diversity."},{name:"Rhea Kapoor",description:"Rhea Kapoor is a passionate home cook and writer who specializes in dessert recipes. Growing up in a family of bakers, she has mastered the art of Indian sweets and baked goods. Her creative recipes and engaging writing style make baking accessible and enjoyable for everyone.",meta_title:"Rhea Kapoor - Dessert Specialist at BiteBuffet",meta_description:"Indulge your sweet tooth with Rhea Kapoor's delightful dessert recipes on BiteBuffet, where every dish tells a story of love and tradition."},{name:"Anil Sharma",description:"Anil Sharma is a culinary researcher and food historian who explores the roots of Indian cuisine. His articles offer a deep dive into traditional cooking techniques and the history behind iconic dishes. Anil's unique perspective enriches readers' understanding of the culinary landscape of India.",meta_title:"Anil Sharma - Culinary Historian at BiteBuffet",meta_description:"Delve into the rich history of Indian cuisine with Anil Sharma on BiteBuffet, where traditional cooking meets cultural storytelling."},{name:"Sonali Dave",description:"Sonali Dave is a professional recipe developer and influencer known for her vibrant and approachable Indian recipes. With a focus on fusion cuisine, she creatively combines traditional flavors with global inspirations. Her mission is to make cooking fun and accessible for all in the modern kitchen.",meta_title:"Sonali Dave - Fusion Cuisine Expert at BiteBuffet",meta_description:"Explore the fusion of flavors with Sonali Dave on BiteBuffet. Discover her innovative recipes that blend traditional Indian cooking with international flair."},{name:"Arjun Naik",description:"Arjun Naik is a food critic and writer who shares his insights into the Indian food scene through his engaging articles. With years spent reviewing restaurants and tasting diverse dishes, he provides readers with tips and reviews that help elevate their culinary experiences.",meta_title:"Arjun Naik - Restaurant Critic at BiteBuffet",meta_description:"Join Arjun Naik on BiteBuffet as he shares expert reviews and tips from the Indian food scene, helping you discover the best culinary delights."},{name:"Kavita Reddy",description:"Kavita Reddy is a renowned food stylist and photographer who showcases the beauty of Indian cuisine through her work. Her articles inspire home cooks to present their dishes artistically, bringing together food and aesthetics. Kavita offers valuable tips on styling and photographing food.",meta_title:"Kavita Reddy - Food Stylist at BiteBuffet",meta_description:"Transform your culinary presentations with Kavita Reddy on BiteBuffet. Discover her tips on food styling and photography to elevate your dining experience."},{name:"Devika Menon",description:"Devika Menon is an award-winning food journalist and recipe writer with a passion for promoting local ingredients and sustainable cooking. Her articles celebrate the bounty of Indian agriculture and encourage readers to embrace seasonal eating with fresh, regional recipes.",meta_title:"Devika Menon - Sustainable Food Advocate at BiteBuffet",meta_description:"Embrace sustainable cooking with Devika Menon on BiteBuffet as she shares delicious recipes celebrating local ingredients and seasonal bounty."},{name:"Rupal Sharma",description:"Rupal Sharma is a culinary enthusiast and food blogger based in Mumbai, India. With over 10 years of experience in Indian and international cuisine, she enjoys experimenting with flavors and sharing traditional recipes with a modern twist. Rupal believes in the power of home-cooked meals and loves connecting with her audience through engaging food stories.",meta_title:"Rupal Sharma - Culinary Expert and Recipe Curator at BiteBuffet",meta_description:"Explore traditional Indian recipes and modern culinary delights from Rupal Sharma, a passionate food blogger with a decade of experience in the culinary world."},{name:"Suresh Patel",description:"Suresh Patel is a professional chef and food stylist with over 15 years of culinary experience in award-winning restaurants across India. His unique approach to fusing classic techniques with innovative presentation has earned him a dedicated following. Suresh shares his insights on cooking, food photography, and recipe development at BiteBuffet.",meta_title:"Suresh Patel - Chef and Food Stylist at BiteBuffet",meta_description:"Delve into the culinary creativity of Suresh Patel, an accomplished chef sharing innovative recipes and styling tips for aspiring home cooks at BiteBuffet."},{name:"Neelima Das",description:"Neelima Das is a lifestyle and food writer with a passion for vegan cooking. Growing up in Kolkata, she has embraced plant-based diets and writes about sustainable cooking practices. With her blog, she aims to make vegan recipes accessible to all, while also focusing on health and nutrition.",meta_title:"Neelima Das - Vegan Cooking Advocate at BiteBuffet",meta_description:"Join Neelima Das in exploring the world of vegan cuisine, as she shares delicious, healthy recipes that cater to both taste and nutrition at BiteBuffet."},{name:"Rahul Singh",description:"Rahul Singh is a food historian and culinary consultant based in Delhi. With a master's degree in food science and extensive research on Indian culinary traditions, he offers readers insightful articles that delve into the history and cultural significance of various dishes. Rahul’s work at BiteBuffet brings a unique perspective to typical recipe writing.",meta_title:"Rahul Singh - Culinary Historian and Consultant at BiteBuffet",meta_description:"Discover the rich tapestry of Indian cuisine through the lens of history with Rahul Singh, as he combines tradition and flavor in his culinary narratives at BiteBuffet."},{name:"Aditi Malhotra",description:"Aditi Malhotra is a passionate home cook and food influencer from Bangalore. With over 8 years of blogging experience, she specializes in easy-to-follow recipes perfect for busy families. Aditi's warm and inviting style makes cooking feel accessible and fun, inspiring readers to get creative in the kitchen.",meta_title:"Aditi Malhotra - Home Cook and Food Influencer at BiteBuffet",meta_description:"Join Aditi Malhotra as she shares delectable and approachable recipes, empowering families to enjoy cooking healthy meals together at BiteBuffet."},{name:"Karan Verma",description:"Karan Verma is a food technologist and culinary photographer with a passion for Indian street food. He draws on his expertise to create authentic recipes that capture the essence of India's vibrant food culture. Karan’s stunning photography enhances his articles and provides a feast for the eyes as well as the palate.",meta_title:"Karan Verma - Food Technologist and Street Food Specialist at BiteBuffet",meta_description:"Experience the flavors of Indian street food with Karan Verma, as he shares recipes and photography that showcase the diversity of India's culinary traditions at BiteBuffet."},{name:"Priya Nair",description:"Priya Nair is a food educator and culinary expert from Pune with over 12 years of experience teaching cooking classes. She focuses on preserving traditional cooking methods and sharing her knowledge through well-researched recipes. Priya's love for education shines through her detailed recipe guides at BiteBuffet.",meta_title:"Priya Nair - Culinary Educator and Expert at BiteBuffet",meta_description:"Learn and master the art of cooking with Priya Nair, an experienced food educator dedicated to sharing traditional recipes and culinary techniques at BiteBuffet."},{name:"Vikram Joshi",description:"Vikram Joshi is a BBQ specialist and grilling enthusiast based in Chandigarh. He has spent over a decade mastering the art of cooking over flames and has created a niche for himself in the Indian grilling scene. His recipes at BiteBuffet focus on outdoor cooking and experimenting with flavors.",meta_title:"Vikram Joshi - BBQ Specialist at BiteBuffet",meta_description:"Ignite your passion for outdoor cooking with Vikram Joshi, the BBQ specialist sharing tantalizing grilling recipes and tips at BiteBuffet."},{name:"Meena Rao",description:"Meena Rao is a chef and cookbook author residing in Chennai. With her roots in South Indian cuisine, she specializes in healthy, authentic recipes that cater to modern dietary needs. Meena's writing at BiteBuffet emphasizes the importance of healthy eating without compromising on taste.",meta_title:"Meena Rao - Chef and Cookbook Author at BiteBuffet",meta_description:"Explore healthy South Indian recipes with Meena Rao, where deliciousness meets nutrition in her expertly crafted dishes at BiteBuffet."},{name:"Ajay Kumar",description:"Ajay Kumar is a freelance food writer and culinary traveler, who has explored kitchens across India. His articles spotlight regional dishes, culinary techniques, and the stories behind the food. Ajay seeks to bring cultural insights through flavorful recipes at BiteBuffet.",meta_title:"Ajay Kumar - Culinary Traveler and Food Writer at BiteBuffet",meta_description:"Embark on a culinary journey with Ajay Kumar, as he shares vibrant Indian regional recipes and the cultural narratives behind them at BiteBuffet."},{name:"Vasudha Kaur",description:"Vasudha Kaur is a culinary expert and food blogger based in Bangalore, India. With over 10 years of experience in the food industry, she specializes in traditional Indian recipes infused with modern twists. Her passion for cooking began in her grandmother's kitchen, and she now shares her creations on her popular food blog.",meta_title:"Vasudha Kaur | Culinary Expert at BiteBuffet",meta_description:"Explore delicious Indian recipes and culinary tips from Vasudha Kaur, a seasoned food blogger with over 10 years of experience, on BiteBuffet."},{name:"Arjun Mehta",description:"Arjun Mehta is a chef and food writer, known for his expertise in Indian street food. Hailing from Delhi, he has spent years exploring the vibrant street food culture across India and documenting his culinary adventures. Arjun’s passion lies in making street food accessible to everyone.",meta_title:"Arjun Mehta | Street Food Specialist at BiteBuffet",meta_description:"Discover the vibrant flavors of Indian street food with Arjun Mehta, an expert food writer and chef, at BiteBuffet."},{name:"Pooja Sharma",description:"Pooja Sharma is a home chef and culinary influencer from Mumbai, passionate about healthy cooking. With a background in nutrition, Pooja creates wholesome Indian recipes that cater to various dietary needs. She empowers her readers to embrace healthy eating without compromising on taste.",meta_title:"Pooja Sharma | Healthy Cooking Enthusiast at BiteBuffet",meta_description:"Join Pooja Sharma on BiteBuffet for healthy Indian recipes and cooking tips that combine taste with nutrition."},{name:"Ravi Nair",description:"Ravi Nair is an acclaimed food writer and photographer based in Kolkata. He has a unique flair for capturing the beauty of food through his lens while writing engaging articles about traditional Bengali cuisine. Ravi nurtures the rich heritage of Indian cooking through his culinary writings.",meta_title:"Ravi Nair | Bengali Cuisine Specialist at BiteBuffet",meta_description:"Explore the rich heritage of Bengali cuisine with Ravi Nair, a distinguished food writer and photographer, at BiteBuffet."},{name:"Neeta Sethi",description:"Neeta Sethi is a food stylist and chef based in Hyderabad, with a focus on fusion cuisine. She has over 15 years of experience in experimenting with flavors and creating visually stunning dishes. Neeta shares her culinary innovations on BiteBuffet, inspiring home cooks to think outside the box.",meta_title:"Neeta Sethi | Fusion Cuisine Innovator at BiteBuffet",meta_description:"Discover innovative fusion recipes with Neeta Sethi, an expert food stylist and chef, at BiteBuffet."},{name:"Rajesh Patel",description:"Rajesh Patel is a passionate food historian and writer who explores the cultural significance of Indian food. Based in Ahmedabad, he has authored several articles on the regional variations of Indian recipes and their historical context. Rajesh brings a rich narrative to the culinary world at BiteBuffet.",meta_title:"Rajesh Patel | Food Historian at BiteBuffet",meta_description:"Delve into the cultural significance of Indian cuisine with Rajesh Patel, a passionate food historian and writer, at BiteBuffet."},{name:"Kavita Joshi",description:"Kavita Joshi is a vegetarian chef and recipe developer from Jaipur. With a knack for traditional Indian sweets and snacks, she has spent over a decade perfecting recipes that preserve traditional flavors while modernizing their presentation. Kavita shares her love for vegetarian cooking on BiteBuffet.",meta_title:"Kavita Joshi | Vegetarian Culinary Artist at BiteBuffet",meta_description:"Savor delightful vegetarian recipes with Kavita Joshi, a seasoned chef and recipe developer, on BiteBuffet."},{name:"Anil Deshmukh",description:"Anil Deshmukh is a professional chef specializing in Indian cuisine, based in Pune. With over 12 years of experience, he brings authentic cooking techniques to his articles, showcasing regional ingredients and their culinary applications. Anil is dedicated to teaching others about the rich tapestry of Indian cooking.",meta_title:"Anil Deshmukh | Authentic Cuisine Expert at BiteBuffet",meta_description:"Learn authentic Indian cooking techniques with Anil Deshmukh, a professional chef specializing in Indian cuisine, at BiteBuffet."},{name:"Sunny Verma",description:"Sunny Verma is a young and enthusiastic food blogger from Chandigarh who focuses on quick and easy Indian recipes. His vibrant personality shines through his writings, making cooking approachable and fun for everyone. Sunny combines his love for food and storytelling on BiteBuffet.",meta_title:"Sunny Verma | Quick Recipe Creator at BiteBuffet",meta_description:"Enjoy quick and easy Indian recipes with Sunny Verma, a vibrant food blogger dedicated to making cooking fun and accessible at BiteBuffet."},{name:"Maya Bhatia",description:"Maya Bhatia is a renowned pastry chef and dessert blogger from Kerala. With experience in creating exquisite Indian desserts, Maya shares her innovative recipes and dessert tips that are a fusion of traditional techniques and modern ideas. Join her for a sweet journey at BiteBuffet.",meta_title:"Maya Bhatia | Pastry Chef & Dessert Blogger at BiteBuffet",meta_description:"Indulge in exquisite Indian desserts with Maya Bhatia, a renowned pastry chef and dessert blogger, only at BiteBuffet."},{name:"Emma Wilson",description:"Emma Wilson is a culinary expert with over a decade of experience in food blogging and recipe development. A graduate of the Culinary Institute of America, she specializes in healthy recipes that make cooking accessible and enjoyable for everyone. Emma's recipes emphasize seasonal ingredients and family meals.",meta_title:"Emma Wilson - Culinary Expert at BiteBuffet",meta_description:"Discover delicious and healthy recipes by Emma Wilson, a culinary expert with years of experience in developing accessible and enjoyable meals for all. Join her on a flavorful journey at BiteBuffet."},{name:"Liam Chen",description:"Liam Chen is an award-winning chef and food journalist based in Australia. With a focus on Asian-inspired recipes, Liam brings a rich cultural perspective to his cooking. His dishes reflect a passion for traditional cooking techniques combined with modern flavors.",meta_title:"Liam Chen - Chef & Food Journalist at BiteBuffet",meta_description:"Explore unique Asian-inspired recipes by Liam Chen, an award-winning chef and food journalist, and learn how to infuse tradition with modern flavors at BiteBuffet."},{name:"Sofia Martinez",description:"Sofia Martinez is a food enthusiast and home cook hailing from Spain. Her love for Mediterranean cuisine shines through in her vibrant recipes that celebrate fresh ingredients and bold flavors. She aims to inspire home cooks around the world to embrace the joy of cooking.",meta_title:"Sofia Martinez - Mediterranean Cuisine at BiteBuffet",meta_description:"Join Sofia Martinez as she shares her delicious Mediterranean recipes that highlight fresh ingredients and bold flavors, inspiring home cooks worldwide at BiteBuffet."},{name:"Raj Patel",description:"Raj Patel is a food blogger from India, specializing in authentic Indian recipes and street food culture. His deep understanding of spices and cooking techniques allows him to share not just recipes, but the stories behind them. Raj's goal is to connect people through the love of food.",meta_title:"Raj Patel - Authentic Indian Recipes at BiteBuffet",meta_description:"Experience the vibrant world of authentic Indian cuisine with Raj Patel as he shares traditional recipes and stories centered around the magic of food at BiteBuffet."},{name:"Chloe Thompson",description:"Chloe Thompson is an American food stylist and recipe developer known for her stunning visuals and creative takes on classic comfort foods. Her mission is to help readers create aesthetically pleasing dishes that taste as good as they look. Chloe's work emphasizes the importance of presentation in cooking.",meta_title:"Chloe Thompson - Creative Comfort Foods at BiteBuffet",meta_description:"Discover creative takes on classic comfort foods with Chloe Thompson, an American food stylist and recipe developer dedicated to merging beautiful presentation with delicious taste at BiteBuffet."},{name:"Juan Carlos Ramirez",description:"Juan Carlos Ramirez is a master chef and culinary educator from Mexico, specializing in traditional Mexican cuisine. With over 15 years of teaching experience, he strives to bring the authentic taste of Mexico to kitchens around the world by sharing his favorite family recipes.",meta_title:"Juan Carlos Ramirez - Master of Mexican Cuisine at BiteBuffet",meta_description:"Delve into authentic Mexican flavors with Juan Carlos Ramirez, a master chef and educator sharing traditional recipes and culinary wisdom at BiteBuffet."},{name:"Aisha Khan",description:"Aisha Khan is a food educator and blogger focused on Middle Eastern cuisine. Growing up in a multicultural household, she successfully blends various culinary traditions, bringing a unique approach to her recipes. Aisha emphasizes healthy cooking and mindfulness in her blog.",meta_title:"Aisha Khan - Middle Eastern Culinary Blogger at BiteBuffet",meta_description:"Explore the delicious and healthy world of Middle Eastern cuisine with Aisha Khan, a culinary educator sharing unique recipes and cooking wisdom at BiteBuffet."},{name:"Oliver Smith",description:"Oliver Smith is a renowned food critic and recipe developer, known for his innovative takes on British cuisine. With a passion for local and sustainable ingredients, he shares recipes that honor traditional British dishes with a modern twist.",meta_title:"Oliver Smith - British Cuisine Innovator at BiteBuffet",meta_description:"Join Oliver Smith in redefining British cuisine with innovative recipes that highlight local, sustainable ingredients at BiteBuffet."},{name:"Fatima N’Diaye",description:"Fatima N'Diaye is a culinary adventurer who specializes in West African recipes. Her culinary journey began in her family's kitchen, and she aims to celebrate the rich heritage of West African cooking. Fatima’s recipes are rooted in tradition but updated for today’s tastes.",meta_title:"Fatima N’Diaye - West African Culinary Explorer at BiteBuffet",meta_description:"Experience the rich heritage of West African cuisine with Fatima N’Diaye, sharing traditional recipes updated for modern tastes at BiteBuffet."},{name:"Thomas Müller",description:"Thomas Müller is a German chef and food blogger focusing on sustainable cooking practices and farm-to-table recipes. He is passionate about environmental issues and helps readers create sustainable meals without compromising on taste.",meta_title:"Thomas Müller - Sustainable Cooking Advocate at BiteBuffet",meta_description:"Explore sustainable cooking with Thomas Müller, a German chef dedicated to farm-to-table recipes that are both delicious and environmentally conscious at BiteBuffet."},{name:"Emily Johnson",description:"Emily Johnson is a passionate food writer and culinary expert based in New York, with over 10 years of experience in recipe development and food styling. She enjoys experimenting with global cuisines and shares her culinary journey through her engaging articles and mouth-watering recipes.",meta_title:"Emily Johnson - Culinary Expert & Food Writer at BiteBuffet",meta_description:"Discover delicious global recipes and culinary tips from Emily Johnson, a seasoned food writer with a flair for creativity. Join her on a flavorful journey at BiteBuffet."},{name:"Elena Rossi",description:"Elena Rossi is an Italian food writer and recipe curator from Rome. With her expertise in Italian gastronomy, she shares traditional recipes and contemporary takes on classic dishes, making Italian cooking approachable for everyone.",meta_title:"Elena Rossi - Italian Food Writer & Recipe Curator at BiteBuffet",meta_description:"Uncover the magic of Italian cuisine with Elena Rossi, a passionate food writer offering authentic recipes and culinary insights at BiteBuffet."},{name:"Amina Al-Mansouri",description:"Amina Al-Mansouri is a Middle Eastern food enthusiast and recipe developer based in Dubai. She celebrates the rich flavors and diverse ingredients of Middle Eastern cuisine, creating dishes that are both traditional and innovative.",meta_title:"Amina Al-Mansouri - Middle Eastern Culinary Expert at BiteBuffet",meta_description:"Explore the vibrant tastes of the Middle East with Amina Al-Mansouri, a culinary expert sharing authentic and modern recipes at BiteBuffet."},{name:"Kenta Yamamoto",description:"Kenta Yamamoto is a Japanese culinary artist and food critic from Tokyo. He brings a wealth of knowledge about Japanese cuisine and culture, offering readers a chance to learn about the art of cooking Japanese dishes at home.",meta_title:"Kenta Yamamoto - Japanese Culinary Artist & Food Critic at BiteBuffet",meta_description:"Immerse yourself in the world of Japanese cooking with Kenta Yamamoto, a culinary artist sharing expert recipes and cultural insights at BiteBuffet."},{name:"Chloe Dupont",description:"Chloe Dupont is a French pastry chef and recipe developer based in Paris. With a passion for pastry arts and French culinary traditions, she creates delectable dessert recipes that evoke the essence of French patisserie.",meta_title:"Chloe Dupont - French Pastry Chef & Recipe Developer at BiteBuffet",meta_description:"Satisfy your sweet tooth with Chloe Dupont, a French pastry chef crafting exquisite dessert recipes inspired by traditional techniques at BiteBuffet."},{name:"David O'Connor",description:"David O'Connor is an Irish chef and culinary educator residing in Dublin. He specializes in hearty, wholesome recipes that celebrate Irish ingredients and traditional cooking methods, making them easy for home cooks to replicate.",meta_title:"David O'Connor - Irish Chef & Culinary Educator at BiteBuffet",meta_description:"Rediscover the flavors of Ireland with David O'Connor, a chef dedicated to sharing wholesome recipes and culinary knowledge at BiteBuffet."},{name:"Maya Nascimento",description:"Maya Nascimento is a Brazilian food blogger and recipe developer living in São Paulo. Her focus is on vibrant and diverse Brazilian cuisine, bridging traditional recipes with modern cooking techniques.",meta_title:"Maya Nascimento - Brazilian Food Blogger & Recipe Developer at BiteBuffet",meta_description:"Explore the colorful world of Brazilian cuisine with Maya Nascimento, a food blogger sharing authentic recipes and culinary creativity at BiteBuffet."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#7d4b2a;--theme-color-8:#a65e33;--theme-color-7:#d78a55;--theme-color-6:#f0bba0;--theme-color-5:#f4c9a8;--theme-color-3:#f9e9d2;--theme-color-2:#faf4e7;--color-bg-layout:#ffffff;--color-bg-hover:#f0e4d7;--article-border-radius:20px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -188,7 +188,7 @@ export declare const dataStructure: {
188
188
  export declare const authors: Record<string, string>;
189
189
  export declare const authorsNames: string[];
190
190
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83C\uDF73\uD83D\uDC69\u200D\uD83C\uDF73\uD83D\uDCDA";
191
- export declare const categories: ("cookingTips" | "cuisines" | "recipes" | "nutritionalInformation" | "seasonalCooking")[];
191
+ export declare const categories: ("cookingTips" | "recipes" | "cuisines" | "nutritionalInformation" | "seasonalCooking")[];
192
192
  export declare const subcategories: string[];
193
193
  export declare const subsubcategories: string[];
194
194
  export type Category = keyof typeof dataStructure;
@@ -0,0 +1,225 @@
1
+ export declare const dataStructure: {
2
+ easyMeals: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ quickRecipes: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ onePotDinners: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ other: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ };
26
+ };
27
+ cuisineTypes: {
28
+ title: string;
29
+ description: string;
30
+ slug: string;
31
+ children: {
32
+ italianCuisine: {
33
+ title: string;
34
+ description: string;
35
+ slug: string;
36
+ children: null;
37
+ };
38
+ mexicanCuisine: {
39
+ title: string;
40
+ description: string;
41
+ slug: string;
42
+ children: null;
43
+ };
44
+ asianCuisine: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ other: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ };
57
+ };
58
+ specialDietaryNeeds: {
59
+ title: string;
60
+ description: string;
61
+ slug: string;
62
+ children: {
63
+ veganRecipes: {
64
+ title: string;
65
+ description: string;
66
+ slug: string;
67
+ children: null;
68
+ };
69
+ glutenFree: {
70
+ title: string;
71
+ description: string;
72
+ slug: string;
73
+ children: null;
74
+ };
75
+ lowCarb: {
76
+ title: string;
77
+ description: string;
78
+ slug: string;
79
+ children: null;
80
+ };
81
+ other: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ };
88
+ };
89
+ cookingTechniques: {
90
+ title: string;
91
+ description: string;
92
+ slug: string;
93
+ children: {
94
+ grillingTechniques: {
95
+ title: string;
96
+ description: string;
97
+ slug: string;
98
+ children: null;
99
+ };
100
+ bakingBasics: {
101
+ title: string;
102
+ description: string;
103
+ slug: string;
104
+ children: null;
105
+ };
106
+ sauteingSecrets: {
107
+ title: string;
108
+ description: string;
109
+ slug: string;
110
+ children: null;
111
+ };
112
+ other: {
113
+ title: string;
114
+ description: string;
115
+ slug: string;
116
+ children: null;
117
+ };
118
+ };
119
+ };
120
+ gourmetDining: {
121
+ title: string;
122
+ description: string;
123
+ slug: string;
124
+ children: {
125
+ fineDiningRecipes: {
126
+ title: string;
127
+ description: string;
128
+ slug: string;
129
+ children: null;
130
+ };
131
+ chefInspired: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: null;
136
+ };
137
+ platingTechniques: {
138
+ title: string;
139
+ description: string;
140
+ slug: string;
141
+ children: null;
142
+ };
143
+ other: {
144
+ title: string;
145
+ description: string;
146
+ slug: string;
147
+ children: null;
148
+ };
149
+ };
150
+ };
151
+ seasonalRecipes: {
152
+ title: string;
153
+ description: string;
154
+ slug: string;
155
+ children: {
156
+ summerFavorites: {
157
+ title: string;
158
+ description: string;
159
+ slug: string;
160
+ children: null;
161
+ };
162
+ fallHarvest: {
163
+ title: string;
164
+ description: string;
165
+ slug: string;
166
+ children: null;
167
+ };
168
+ winterWarmers: {
169
+ title: string;
170
+ description: string;
171
+ slug: string;
172
+ children: null;
173
+ };
174
+ other: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: null;
179
+ };
180
+ };
181
+ };
182
+ nutritionAndWellness: {
183
+ title: string;
184
+ description: string;
185
+ slug: string;
186
+ children: {
187
+ healthyEatingTips: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: null;
192
+ };
193
+ mealPrepIdeas: {
194
+ title: string;
195
+ description: string;
196
+ slug: string;
197
+ children: null;
198
+ };
199
+ nutritionalValues: {
200
+ title: string;
201
+ description: string;
202
+ slug: string;
203
+ children: null;
204
+ };
205
+ other: {
206
+ title: string;
207
+ description: string;
208
+ slug: string;
209
+ children: null;
210
+ };
211
+ };
212
+ };
213
+ };
214
+ export declare const authors: Record<string, string>;
215
+ export declare const authorsNames: string[];
216
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83D\uDC69\u200D\uD83C\uDF73\uD83E\uDD58\u2728";
217
+ export declare const categories: ("cookingTechniques" | "easyMeals" | "cuisineTypes" | "specialDietaryNeeds" | "gourmetDining" | "seasonalRecipes" | "nutritionAndWellness")[];
218
+ export declare const subcategories: string[];
219
+ export declare const subsubcategories: string[];
220
+ export type Category = keyof typeof dataStructure;
221
+ export type CategoryNode = (typeof dataStructure)[Category];
222
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
223
+ export declare const startDate = "2024-09-18T00:00:00Z";
224
+ export declare const devBucketName = "idn-recipesrhapsody-dev";
225
+ export declare const prodBucketName = "idn-recipesrhapsody";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={easyMeals:{title:"Easy Meals: Quick and Delicious Recipes for Everyone 🍽️",description:"Explore an array of easy meal recipes perfect for any occasion. Discover quick, simple, and delightful dishes to satisfy every craving! 🌟",slug:"easy-meals",children:{quickRecipes:{title:"Quick Recipes: Meals Ready in a Flash! ⚡",description:"Find quick recipes that you can whip up in no time! Perfect for busy weekdays or spontaneous gatherings. Make mealtime stress-free! 🍴",slug:"quick-recipes",children:null},onePotDinners:{title:"One Pot Dinners: Simple and Satisfying 🍲",description:"Discover one pot dinners that minimize cleanup while maximizing flavor. Quick, hassle-free meals perfect for any night of the week! 🍛",slug:"one-pot-dinners",children:null},other:{title:"Other Easy Meals: A Culinary Adventure 🥗",description:"Explore a variety of easy meals that don't fit the typical categories. Get creative with your cooking and discover new tastes! 🌍",slug:"other-easy-meals",children:null}}},cuisineTypes:{title:"Explore Diverse Flavors from Italian, Mexican, Asian & More! 🌍",description:"Delve into Italian, Mexican, Asian, and other cuisines with mouth-watering recipes and cooking tips designed to inspire every home cook. 🍽️",slug:"cuisine-types",children:{italianCuisine:{title:"Authentic Italian Cuisine: Discover Traditional Recipes! 🇮🇹",description:"Savor the taste of Italy with our collection of authentic Italian recipes, from pasta dishes to delectable desserts. 🍝 Enjoy every bite!",slug:"authentic-italian-cuisine",children:null},mexicanCuisine:{title:"Vibrant Mexican Cuisine: Explore Bold Flavors! 🌶️",description:"Experience the vibrant flavors of Mexico with our tasty Mexican recipes, including tacos, enchiladas, and more. 🌮 Spice up your meals!",slug:"vibrant-mexican-cuisine",children:null},asianCuisine:{title:"Delicious Asian Cuisine: Embrace Exquisite Flavors! 🍜",description:"Journey through Asia with our selection of mouth-watering recipes, including stir-fries, sushi, and curries that delight every palate. 🍣",slug:"delicious-asian-cuisine",children:null},other:{title:"Explore Other Cuisines: Culinary Delights Await! 🌐",description:"Discover an array of recipes from around the world beyond the main cuisines, featuring unique dishes and flavors to please your taste buds. 🍲",slug:"other-cuisines",children:null}}},specialDietaryNeeds:{title:"Explore Special Dietary Needs Recipes 🌱 | RecipesRhapsody",description:"Delve into our special dietary needs recipes, offering innovative culinary solutions for vegan, gluten-free, low-carb, and more. 🌟",slug:"special-dietary-needs",children:{veganRecipes:{title:"Delicious Vegan Recipes for Every Palate 🌽",description:"Discover a variety of delectable vegan recipes that are nutritious, satisfying, and perfect for all dietary preferences. 🍆",slug:"vegan-recipes",children:null},glutenFree:{title:"Tasty Gluten-Free Recipes for Healthier Living 🍞",description:"Explore flavorful gluten-free recipes that make mealtimes enjoyable while catering to dietary restrictions. 🌾",slug:"gluten-free",children:null},lowCarb:{title:"Savory Low-Carb Recipes for Healthy Dining 🥗",description:"Indulge in our selection of low-carb recipes, crafted to support a healthy lifestyle without compromising on flavor. 🥙",slug:"low-carb",children:null},other:{title:"Diverse Recipes for Special Dietary Needs 🥘",description:"Check out unique recipes for various special dietary needs, ensuring everyone can enjoy delicious meals together. 🍽️",slug:"other",children:null}}},cookingTechniques:{title:"Explore Essential Cooking Techniques for Every Home Cook 🍳",description:"Discover a variety of cooking techniques that elevate your culinary skills. From grilling to baking, master the art of delicious meal preparation! 🌟",slug:"cooking-techniques",children:{grillingTechniques:{title:"Master the Art of Grilling - Techniques and Tips 🔥",description:"Unleash your inner grill master with our essential grilling techniques. Learn tips for perfecting meats, veggies, and more! 🍔🌽",slug:"grilling-techniques",children:null},bakingBasics:{title:"Baking Basics: Essential Tips for Perfect Pastries 🍰",description:"Dive into the world of baking with essential basics and techniques. From cookies to cakes, perfect your pastry skills today! 🥐✨",slug:"baking-basics",children:null},sauteingSecrets:{title:"Sautéing Secrets: Quick Cooking Techniques for Flavor 🌶️",description:"Unlock the secrets of sautéing and enhance your dishes with rich flavors. Learn the best practices for delicious, quick meals! 🍳💫",slug:"sauteing-secrets",children:null},other:{title:"Other Cooking Techniques: Tips for Culinary Exploration 🍽️",description:"Explore a variety of other cooking techniques that broaden your cooking repertoire. Elevate your skills beyond the basics! 🌍🍲",slug:"other-cooking-techniques",children:null}}},gourmetDining:{title:"Explore Gourmet Dining Recipes for Culinary Enthusiasts 🍽️",description:"Discover exquisite gourmet dining recipes and culinary insights to ignite your passion for cooking. From fine dining to plating techniques, we've got it all! 🌟",slug:"gourmet-dining",children:{fineDiningRecipes:{title:"Fine Dining Recipes: Elevate Your Culinary Skills 🍴",description:"Immerse yourself in our fine dining recipes that combine sophistication and flavor. Perfect for impressing guests and special occasions! 🔥",slug:"fine-dining-recipes",children:null},chefInspired:{title:"Chef Inspired Recipes: Culinary Artistry at Home 👨‍🍳",description:"Unleash your inner chef with our chef-inspired recipes. Learn from culinary masters and take your cooking to the next level! 🍳",slug:"chef-inspired-recipes",children:null},platingTechniques:{title:"Plating Techniques for Stunning Dish Presentations 🍽️✨",description:"Master the art of plating with our expert techniques. Transform every meal into a stunning masterpiece that delights the eyes and palate! 🖼️",slug:"plating-techniques",children:null},other:{title:"Other Culinary Delights: A World of Flavor 🌍",description:"Explore a variety of other culinary delights, including innovative recipes and tips. Perfect for adventurous home cooks looking for something new! 🥘",slug:"other-culinary-delights",children:null}}},seasonalRecipes:{title:"Seasonal Recipes to Enrich Your Culinary Journey 🌎",description:"Explore an array of seasonal recipes designed to inspire every home cook and food enthusiast. Discover delightful dishes for every season! 🍽️",slug:"seasonal-recipes",children:{summerFavorites:{title:"Delicious Summer Favorites for Every Palate ☀️",description:"Beat the heat with our vibrant summer recipes! From refreshing salads to grilled delights, find dishes that celebrate the season's best. 🍉",slug:"summer-favorites",children:null},fallHarvest:{title:"Savor the Flavors of Fall Harvest Recipes 🍂",description:"Celebrate the bounty of autumn with hearty fall recipes. Discover comforting dishes made with seasonal ingredients that warm the soul. 🎃",slug:"fall-harvest",children:null},winterWarmers:{title:"Cozy Winter Warmers to Brighten Your Days ❄️",description:"Stay warm and satisfied this winter with our collection of comforting recipes. Enjoy hearty meals perfect for chilly evenings! 🍲",slug:"winter-warmers",children:null},other:{title:"Explore Unique Recipes Beyond the Seasons 🌟",description:"Discover a variety of unique recipes that don't fit into seasonal categories. Find creative and diverse culinary inspirations here! 🍽️",slug:"other",children:null}}},nutritionAndWellness:{title:"Explore Nutrition and Wellness: Healthy Eating Made Easy 🍏",description:"Dive into our Nutrition and Wellness section for essential tips, meal prep ideas, and nutritional values to help you lead a healthier lifestyle. 🥗",slug:"nutrition-and-wellness",children:{healthyEatingTips:{title:"Healthy Eating Tips: Your Guide to Nutritious Choices 🥦",description:"Discover practical healthy eating tips that inspire nutritious choices for everyone, ensuring you enjoy tasty meals while benefiting your health! 🌟",slug:"healthy-eating-tips",children:null},mealPrepIdeas:{title:"Meal Prep Ideas: Simplify Your Week with These Tips 🍽️",description:"Unlock the secrets of effective meal prep ideas that save time and enhance your weeknight dinners, making nutritious eating effortless and enjoyable! 🥙",slug:"meal-prep-ideas",children:null},nutritionalValues:{title:"Nutritional Values: Understand What You Eat 📊",description:"Gain insights into nutritional values that inform your food choices. Learn how to balance your diet with the right nutrients for a vibrant life! 🌈",slug:"nutritional-values",children:null},other:{title:"Other Nutrition Insights: Explore Unique Tips and Tricks ✨",description:"Explore other nutrition insights with diverse tips and tricks to enhance your culinary experience and support your wellness journey. 🕵️‍♀️",slug:"other-nutrition-insights",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),s=e.AUTHORS_INFO.map((e=>e.name)),n="🍽️👩‍🍳🥘✨",r=Object.keys(i),o=[],a=[];for(const e of r){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",c="recipesrhapsody",u=`idn-${c}-dev`,h=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=t,exports.authorsNames=s,exports.categories=r,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=h,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ FlavorAdventures = "Flavor Adventures",
3
+ CulinarySkillLevel = "Culinary Skill Level",
4
+ CuisineCorner = "Cuisine Corner",
5
+ MealType = "Meal Type",
6
+ DietaryPreferences = "Dietary Preferences"
7
+ }
8
+ type FlavorAdventures = 'Sweet Sensations' | 'Savory Delights' | 'Zesty Zing' | 'Spicy Kick' | 'Umami Wonders';
9
+ type CulinarySkillLevel = 'Beginner Friendly' | 'Intermediate Mastery' | 'Advanced Techniques' | 'Expert Creations';
10
+ type CuisineCorner = 'Italian Indulgence' | 'Asian Inspirations' | 'Mediterranean Mystique' | 'Classic American' | 'Latin American Fiesta';
11
+ type MealType = 'Quick Weeknight Dinners' | 'Gourmet Weekend Feasts' | 'Healthy Snacks' | 'Decadent Desserts';
12
+ type DietaryPreferences = 'Gluten-Free Goodness' | 'Vegan Ventures' | 'Paleo Pleasures' | 'Nut-Free Nibbles';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.FlavorAdventures]: FlavorAdventures[];
15
+ [FiltersNames.CulinarySkillLevel]: CulinarySkillLevel[];
16
+ [FiltersNames.CuisineCorner]: CuisineCorner[];
17
+ [FiltersNames.MealType]: MealType[];
18
+ [FiltersNames.DietaryPreferences]: DietaryPreferences[];
19
+ };
20
+ export declare const flavorAdventuresValues: FlavorAdventures[];
21
+ export declare const culinarySkillLevelValues: CulinarySkillLevel[];
22
+ export declare const cuisineCornerValues: CuisineCorner[];
23
+ export declare const mealTypeValues: MealType[];
24
+ export declare const dietaryPreferencesValues: DietaryPreferences[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).FlavorAdventures="Flavor Adventures",e.CulinarySkillLevel="Culinary Skill Level",e.CuisineCorner="Cuisine Corner",e.MealType="Meal Type",e.DietaryPreferences="Dietary Preferences";const s=["Sweet Sensations","Savory Delights","Zesty Zing","Spicy Kick","Umami Wonders"],r=["Beginner Friendly","Intermediate Mastery","Advanced Techniques","Expert Creations"],t=["Italian Indulgence","Asian Inspirations","Mediterranean Mystique","Classic American","Latin American Fiesta"],i=["Quick Weeknight Dinners","Gourmet Weekend Feasts","Healthy Snacks","Decadent Desserts"],l=["Gluten-Free Goodness","Vegan Ventures","Paleo Pleasures","Nut-Free Nibbles"],a={[exports.FiltersNames.FlavorAdventures]:[],[exports.FiltersNames.CulinarySkillLevel]:[],[exports.FiltersNames.CuisineCorner]:[],[exports.FiltersNames.MealType]:[],[exports.FiltersNames.DietaryPreferences]:[]},n={[exports.FiltersNames.FlavorAdventures]:s,[exports.FiltersNames.CulinarySkillLevel]:r,[exports.FiltersNames.CuisineCorner]:t,[exports.FiltersNames.MealType]:i,[exports.FiltersNames.DietaryPreferences]:l},o=()=>JSON.stringify(n,null,2);exports.cuisineCornerValues=t,exports.culinarySkillLevelValues=r,exports.dietaryPreferencesValues=l,exports.flavorAdventuresValues=s,exports.fullFilters=n,exports.getFiltersTypesJSON=o,exports.initialFilters=a,exports.mealTypeValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.cuisineCornerValues=t.cuisineCornerValues,exports.culinarySkillLevelValues=t.culinarySkillLevelValues,exports.dietaryPreferencesValues=t.dietaryPreferencesValues,exports.flavorAdventuresValues=t.flavorAdventuresValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.mealTypeValues=t.mealTypeValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: RecipesRhapsody is a vibrant online portal dedicated to the culinary arts, offering a diverse array of recipes and cooking tips designed to inspire home cooks and food enthusiasts alike. Whether you're a beginner looking for simple meals or an experienced chef seeking gourmet dishes, RecipesRhapsody caters to all skill levels and tastes.\n - Detailed description: RecipesRhapsody is a comprehensive digital platform that serves as a culinary hub for food lovers around the world. The portal features an extensive collection of recipes across various cuisines, including traditional favorites and innovative contemporary dishes. Users can explore easy-to-follow recipes complete with ingredient lists, preparation steps, and helpful tips to enhance their cooking experience. Additionally, RecipesRhapsody offers articles on food trends, ingredient spotlights, cooking techniques, and nutrition advice, ensuring that visitors are equipped with both practical skills and knowledge to elevate their dining experiences. The design is user-friendly, allowing for easy navigation, while a vibrant community forum enables users to share their culinary journeys and seek advice from fellow cooking enthusiasts.\n - Target audience: The target audience for RecipesRhapsody includes aspiring home cooks, culinary hobbyists, food bloggers, and professional chefs. It appeals to individuals of all ages who are passionate about cooking, ranging from those looking for quick meal solutions to gourmet recipes for special occasions. Additionally, health-conscious individuals and families seeking nutritious meal options will find valuable resources within the portal.\n\n";
2
+ export declare const ZERO_SECTION = "This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Recipe Overview\n - Recipe Name and Description\n - Cuisine Type\n\n## Ingredients List\n - Detailed Ingredient Breakdown\n - Substitutions for Dietary Needs\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Recipe Overview, IF it's applicable to the theme of the article.\n";
3
+ export declare const START_STEP = "highlighting the key points that will be discussed and the relevance of the topic";
4
+ export declare const END_STEP = "synthesizing the information presented throughout";
5
+ export declare const TARGET_AUDIENCE = "food lovers of all ages";
6
+ export declare const IMAGES_PROHIBITED_WORDS = "any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling";
7
+ export declare const FILTERS_INFO: string;
@@ -0,0 +1 @@
1
+ "use strict";var e;const i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: RecipesRhapsody is a vibrant online portal dedicated to the culinary arts, offering a diverse array of recipes and cooking tips designed to inspire home cooks and food enthusiasts alike. Whether you're a beginner looking for simple meals or an experienced chef seeking gourmet dishes, RecipesRhapsody caters to all skill levels and tastes.\n - Detailed description: RecipesRhapsody is a comprehensive digital platform that serves as a culinary hub for food lovers around the world. The portal features an extensive collection of recipes across various cuisines, including traditional favorites and innovative contemporary dishes. Users can explore easy-to-follow recipes complete with ingredient lists, preparation steps, and helpful tips to enhance their cooking experience. Additionally, RecipesRhapsody offers articles on food trends, ingredient spotlights, cooking techniques, and nutrition advice, ensuring that visitors are equipped with both practical skills and knowledge to elevate their dining experiences. The design is user-friendly, allowing for easy navigation, while a vibrant community forum enables users to share their culinary journeys and seek advice from fellow cooking enthusiasts.\n - Target audience: The target audience for RecipesRhapsody includes aspiring home cooks, culinary hobbyists, food bloggers, and professional chefs. It appeals to individuals of all ages who are passionate about cooking, ranging from those looking for quick meal solutions to gourmet recipes for special occasions. Additionally, health-conscious individuals and families seeking nutritious meal options will find valuable resources within the portal.\n\n",t="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Recipe Overview\n - Recipe Name and Description\n - Cuisine Type\n\n## Ingredients List\n - Detailed Ingredient Breakdown\n - Substitutions for Dietary Needs\n\nYou can change the headers and topics to make a them more coherent with the description of the article.\nStart text with first Heading H2 - Recipe Overview, IF it's applicable to the theme of the article.\n",o="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",a="food lovers of all ages",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=n,exports.FILTERS_INFO=r,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=o,exports.TARGET_AUDIENCE=a,exports.ZERO_SECTION=t,exports.portalInfo=i;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const o=({title:o,alt:a,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${o}, ${a}, for an article ${r} from professional food photograph for a glossy recipe magazine, food style photography, glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, delish.com, allrecipes.com, foodnetwork.com, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),a=({title:e,alt:o,articleTitle:a})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${o}, for an article ${a} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=a,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=o;
@@ -0,0 +1,23 @@
1
+ export interface PageSeoData {
2
+ title: string;
3
+ description: string;
4
+ }
5
+ export declare enum PageNames {
6
+ Authors = "authors",
7
+ Home = "home",
8
+ NotFound = "not-found",
9
+ AboutUs = "about-us",
10
+ PrivacyPolicy = "privacy-policy",
11
+ Terms = "terms",
12
+ Sitemap = "sitemap"
13
+ }
14
+ export type PagesSeo = Record<PageNames, PageSeoData>;
15
+ export interface AuthorInfo {
16
+ name: string;
17
+ description: string;
18
+ meta_title: string;
19
+ meta_description: string;
20
+ }
21
+ export declare const PAGES_SEO: PagesSeo;
22
+ export declare const AUTHORS_INFO: AuthorInfo[];
23
+ export declare const AUTHORS_META: Record<string, PageSeoData>;
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.PageNames=void 0,(e=exports.PageNames||(exports.PageNames={})).Authors="authors",e.Home="home",e.NotFound="not-found",e.AboutUs="about-us",e.PrivacyPolicy="privacy-policy",e.Terms="terms",e.Sitemap="sitemap";const i={[exports.PageNames.Authors]:{title:"Meet the Culinary Creators | RecipesRhapsody",description:"Explore the passionate chefs and food enthusiasts behind RecipesRhapsody! 🌟 Discover their inspirations, expertise, and the love they pour into every recipe. 🍽️"},[exports.PageNames.Home]:{title:"Welcome to RecipesRhapsody | Your Culinary Adventure Awaits!",description:"Dive into a world of delicious recipes and culinary tips! 🍳✨ From quick meals to gourmet dishes, RecipesRhapsody is your go-to destination for all things food. 🍝"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | RecipesRhapsody",description:"It seems the recipe you’re looking for is missing! 📜✨ Let’s get you back to tasty adventures at RecipesRhapsody. 🍽️"},[exports.PageNames.AboutUs]:{title:"About RecipesRhapsody | Passion for Culinary Excellence",description:"Discover our story, mission, and the culinary passion that drives RecipesRhapsody! ❤️🥘 Join us in celebrating the joy of cooking, one recipe at a time. 🍰"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | RecipesRhapsody",description:"Your privacy matters! 🔒 Read our Privacy Policy to understand how we protect your information while you savor our delicious recipes. 🍽️"},[exports.PageNames.Terms]:{title:"Terms and Conditions | RecipesRhapsody",description:"Familiarize yourself with our Terms and Conditions! 📑🍴 At RecipesRhapsody, we ensure a transparent and enjoyable culinary experience. Check it out! 🍳"},[exports.PageNames.Sitemap]:{title:"Sitemap | Explore RecipesRhapsody",description:"Navigate effortlessly through RecipesRhapsody! 🗺️✨ Our sitemap helps you discover all the tasty recipes and content we offer. 🍝"}},a=[{name:"Sanjana Sharma",description:"Sanjana is a passionate food blogger and chef with over 10 years of experience in Indian cuisine. Having traveled extensively across India, she blends traditional recipes with modern techniques, making her dishes both authentic and innovative. Sanjana has been featured in various culinary magazines and is dedicated to sharing her love for Indian cooking with the world.",meta_title:"Sanjana Sharma - Indian Cuisine Expert",meta_description:"Discover authentic Indian recipes and culinary tips from Sanjana Sharma, a seasoned chef and food blogger with over a decade of experience in Indian cooking."},{name:"Ravi Singh",description:"Ravi is a professional chef specializing in regional Indian cooking. With a degree from a prestigious culinary school, he has worked in top restaurants across India and abroad. Ravi enjoys experimenting with flavors and presents a twist on classic dishes that excite the palate. His insightful articles are a reflection of his culinary journey.",meta_title:"Ravi Singh - Regional Indian Chef",meta_description:"Explore a world of flavors with Ravi Singh, a skilled chef specializing in regional Indian cuisine, known for his innovative takes on classic recipes."},{name:"Priya Desai",description:"Priya is an experienced home cook and author, focused on healthy Indian recipes. After completing her nutrition degree, she started her blog to promote cooking with wholesome ingredients while honoring Indian traditions. Her articles are popular among those looking to maintain a healthy lifestyle without compromising on taste.",meta_title:"Priya Desai - Healthy Indian Cooking",meta_description:"Learn how to prepare healthy Indian dishes with Priya Desai, an expert in nutritious cooking that retains the essence of traditional flavors."},{name:"Amit Varma",description:"Amit Varma is a culinary enthusiast with a flair for street food. He has spent years documenting street food vendors across India, capturing their unique recipes and stories. His vibrant articles bring street food culture to the forefront, making it accessible to food lovers everywhere.",meta_title:"Amit Varma - Street Food Aficionado",meta_description:"Dive into the vibrant world of Indian street food with Amit Varma, a dedicated food writer sharing unique recipes and culinary tales from the streets."},{name:"Neha Kapoor",description:"Neha is a food stylist and recipe developer with a keen interest in Indian desserts. With a background in food science, she creatively merges traditional dessert recipes with modern presentation techniques. Neha has worked with high-profile brands and shares her expertise through engaging articles and stunning visuals.",meta_title:"Neha Kapoor - Indian Dessert Specialist",meta_description:"Indulge in the sweet side of Indian cuisine with Neha Kapoor, a talented food stylist and recipe developer, dedicated to crafting beautiful dessert recipes."},{name:"Kabir Mehta",description:"Kabir is a food writer and culinary historian with a deep appreciation for the rich heritage of Indian cooking. His research focuses on regional and historical dishes, aiming to preserve and promote culinary traditions. Kabir’s articles are rich in stories and cultural insights, making culinary history relatable to the modern cook.",meta_title:"Kabir Mehta - Culinary Historian",meta_description:"Discover the rich heritage of Indian cuisine with Kabir Mehta, a food writer and culinary historian dedicated to preserving and sharing traditional recipes."},{name:"Anita Rani",description:"Anita is a home economist and cooking instructor with expertise in vegetarian cuisine. With a passion for sustainable cooking, she emphasizes the use of local ingredients in her recipes. Anita has conducted numerous workshops and food events, sharing her knowledge and love for cooking with aspiring chefs and home cooks.",meta_title:"Anita Rani - Vegetarian Cooking Advocate",meta_description:"Join Anita Rani, a home economist and cooking instructor, as she shares her passion for vegetarian Indian cuisine and sustainable cooking practices."},{name:"Vikram Joshi",description:"Vikram is a seasoned culinary traveler and food photographer, dedicated to showcasing India’s diverse regional flavors. His journey has taken him through various parts of India, capturing the essence of local dishes and culinary traditions. His articles combine stunning visuals with engaging storytelling.",meta_title:"Vikram Joshi - Culinary Traveler and Photographer",meta_description:"Experience the flavors of India with Vikram Joshi, a culinary traveler and food photographer, sharing unique recipes and beautiful imagery from across the country."},{name:"Sita Nair",description:"Sita is a passionate home cook and author who focuses on family recipes passed down through generations. She believes that cooking should be an enjoyable experience and strives to inspire others through her approachable style. Sita’s articles often include personal anecdotes that resonate with readers.",meta_title:"Sita Nair - Family Recipe Enthusiast",meta_description:"Cook with love alongside Sita Nair, a devoted home cook sharing cherished family recipes and stories that bring people together in the kitchen."},{name:"Rajesh Kumar",description:"Rajesh is a chef and culinary consultant known for his modern interpretations of traditional Indian dishes. With extensive experience in the hospitality industry, he shares valuable cooking techniques and insights into the world of culinary arts. His articles are both educational and appetizing, perfect for aspiring chefs.",meta_title:"Rajesh Kumar - Modern Indian Chef",meta_description:"Transform your culinary skills with Rajesh Kumar, a chef and consultant known for his modern takes on Indian cuisine, blending tradition with innovation."},{name:"Nisha Sookoo",description:"Nisha Sookoo is a food writer and recipe developer from Mumbai, India, with over a decade of experience in the culinary field. A passionate home chef, she specializes in traditional Indian cuisine and modern fusion dishes. Nisha has contributed to various gastronomy publications and her vibrant social media presence showcases her culinary adventures.",meta_title:"Nisha Sookoo - Culinary Expert at RecipesRhapsody",meta_description:"Explore the culinary creativity of Nisha Sookoo, a Mumbai-based food writer specializing in traditional and fusion Indian recipes at RecipesRhapsody."},{name:"Raj Sharma",description:"Raj Sharma, a native of Delhi, India, is an esteemed chef and food blogger known for his innovative takes on classic Indian dishes. With over 15 years of professional cooking experience, he shares his culinary expertise through engaging articles and mouth-watering recipes, emphasizing the importance of seasonal ingredients.",meta_title:"Raj Sharma - Chef & Food Blogger at RecipesRhapsody",meta_description:"Join Raj Sharma in his culinary adventures as he shares innovative Indian recipes and tips for modern cooking at RecipesRhapsody."},{name:"Priya Verma",description:"Priya Verma is a passionate home cook and food enthusiast based in Bangalore, India. She has been sharing her delightful recipes and cooking tips for over 5 years on her blog and other platforms, focusing on healthy and sustainable cooking inspired by Indian traditions. Priya believes cooking should be enjoyable and accessible to everyone.",meta_title:"Priya Verma - Home Cook & Recipe Developer at RecipesRhapsody",meta_description:"Discover healthy and sustainable recipes with Priya Verma, a Bangalore-based home cook passionate about Indian culinary traditions at RecipesRhapsody."},{name:"Akash Gupta",description:"Akash Gupta is a food stylist and writer from Kolkata, India. With a rich background in culinary arts and visual storytelling, he captures the beauty of Indian cuisine through his detailed articles and stunning food photography. Akash aims to inspire budding chefs and home cooks to appreciate the artistry behind cooking.",meta_title:"Akash Gupta - Food Stylist & Writer at RecipesRhapsody",meta_description:"Explore the artistic side of Indian cuisine with Akash Gupta, a food stylist and writer who brings recipes to life through stunning visuals at RecipesRhapsody."},{name:"Anjali Mehta",description:"Anjali Mehta is a seasoned food journalist and cookbook author from Hyderabad, India. Known for her deep knowledge of regional spices and flavors, she provides readers with authentic recipes that celebrate Indian heritage. Anjali believes in the power of storytelling through food, connecting culture and cuisine.",meta_title:"Anjali Mehta - Food Journalist & Cookbook Author at RecipesRhapsody",meta_description:"Uncover the stories behind traditional Indian recipes with Anjali Mehta, a food journalist and cookbook author, at RecipesRhapsody."},{name:"Suresh Nair",description:"Suresh Nair is a professional chef based in Chennai, India, with a passion for showcasing the diversity of Indian gastronomy. With experience working in Michelin-starred restaurants, Suresh brings a wealth of culinary knowledge to his articles, focusing on both classic and contemporary Indian dishes.",meta_title:"Suresh Nair - Professional Chef at RecipesRhapsody",meta_description:"Experience the flavors of India with Suresh Nair, a professional chef sharing insights and recipes from his culinary journey at RecipesRhapsody."},{name:"Lakshmi Rao",description:"Lakshmi Rao is a nutritionist and home chef from Cochin, India. Combining her knowledge of health and wellness with Indian culinary traditions, she specializes in healthy adaptations of traditional recipes that cater to modern dietary needs. Lakshmi enjoys empowering individuals to take charge of their health through cooking.",meta_title:"Lakshmi Rao - Nutritionist & Home Chef at RecipesRhapsody",meta_description:"Learn how to create healthy and delicious Indian meals with Lakshmi Rao, a nutritionist and home chef, at RecipesRhapsody."},{name:"Vikram Singh",description:"Vikram Singh is a culinary educator and writer from Jaipur, India, who specializes in teaching the art of Indian cooking. With over 20 years of experience, he shares valuable tips, techniques, and recipes that make Indian cuisine accessible to everyone. Vikram believes that cooking is not just a skill but a joyful experience.",meta_title:"Vikram Singh - Culinary Educator at RecipesRhapsody",meta_description:"Enhance your cooking skills with Vikram Singh, a culinary educator, as he shares recipes and techniques for Indian cuisine at RecipesRhapsody."},{name:"Divya Acharya",description:"Divya Acharya, originally from Pune, India, is a recipe developer and food photographer known for her stunning visual style and accessible Indian recipes. With a background in art and design, Divya loves to blend creativity with cooking, creating engaging content that inspires readers to explore their culinary talents.",meta_title:"Divya Acharya - Recipe Developer & Food Photographer at RecipesRhapsody",meta_description:"Immerse yourself in the culinary art with Divya Acharya, a recipe developer and food photographer, sharing her creative Indian recipes at RecipesRhapsody."},{name:"Rahul Bhatia",description:"Rahul Bhatia is a food enthusiast and blogger from Ahmedabad, India. With a focus on street food and regional delicacies, he documents culinary adventures through engaging storytelling and vibrant photography. Rahul's aim is to introduce readers to the rich street food culture of India and inspire them to recreate these flavors at home.",meta_title:"Rahul Bhatia - Street Food Enthusiast at RecipesRhapsody",meta_description:"Dive into the vibrant world of Indian street food with Rahul Bhatia, a passionate food blogger sharing his culinary journeys at RecipesRhapsody."},{name:"Vikram Sethi",description:"Vikram is a culinary expert with over 15 years of experience specializing in Indian and fusion cuisine. He is passionate about exploring the rich tapestry of flavors in traditional recipes and gives modern twists to classic dishes. Often seen conducting cooking workshops, he has a keen interest in sharing knowledge through his engaging articles.",meta_title:"Vikram Sethi - Culinary Expert and Recipe Innovator",meta_description:"Explore the culinary brilliance of Vikram Sethi at RecipesRhapsody, where he shares innovative Indian and fusion recipes, cooking tips, and engaging kitchen stories."},{name:"Ananya Mehta",description:"Ananya is a food blogger and recipe developer who thrives on creating simple, healthy, and delicious meals inspired by her Indian upbringing. With a focus on seasonal ingredients, her articles are packed with cooking hacks and friendly advice to help both novice and seasoned cooks alike.",meta_title:"Ananya Mehta - Healthy Indian Recipes and Culinary Tips",meta_description:"Join Ananya Mehta at RecipesRhapsody as she shares healthy Indian recipes and culinary tips, inviting you to enrich your cooking experience."},{name:"Ravi Sharma",description:"Ravi is a professional chef and culinary instructor who has spent a decade honing his craft in various Indian kitchens. Known for his expertise in regional Indian cuisines, he blends cultural stories with easy-to-follow recipes to evoke a sense of tradition in every dish.",meta_title:"Ravi Sharma - Regional Indian Cuisine Expert",meta_description:"Discover authentic regional Indian recipes with Ravi Sharma at RecipesRhapsody, as he intertwines culture and culinary art in every article."},{name:"Priya Kaur",description:"Priya is a passionate home cook and food stylist who started her culinary journey from her grandmother's kitchen. With a love for presenting traditional dishes with an artistic flair, she shares her recipe creations and photography to inspire others in their culinary adventures.",meta_title:"Priya Kaur - Artistic Food Stylist and Recipe Creator",meta_description:"Explore Priya Kaur's artistic take on Indian recipes at RecipesRhapsody, blending tradition with style for a unique cooking experience."},{name:"Neeraj Joshi",description:"Neeraj is a travel and food writer who draws from his experiences eating his way across India. A firm believer in food as a cultural bridge, his articles provide rich narratives alongside flavorful recipes that invite readers to embark on their own culinary travels.",meta_title:"Neeraj Joshi - Culinary Traveler and Food Writer",meta_description:"Join Neeraj Joshi at RecipesRhapsody as he shares delicious Indian recipes alongside travel stories that celebrate food as culture."},{name:"Sanya Verma",description:"Sanya is a dietitian with a flair for creative cooking. Combining her knowledge of nutrition with authentic Indian recipes, she focuses on healthy eating without compromising on taste. Sanya's articles are filled with nutritious recipes and valuable dietary advice.",meta_title:"Sanya Verma - Nutritionist and Healthy Cooking Advocate",meta_description:"Discover nutritious Indian recipes with Sanya Verma at RecipesRhapsody, focusing on delicious, health-conscious meals to inspire a wholesome lifestyle."},{name:"Kartik Nair",description:"Kartik is a chef-turned-food entrepreneur with a passion for food sustainability. Through his contributions to RecipesRhapsody, he blogs about mindful cooking practices and locavore recipes that highlight seasonal produce and reduce food waste.",meta_title:"Kartik Nair - Sustainable Chef and Food Advocate",meta_description:"Explore sustainable cooking with Kartik Nair at RecipesRhapsody, where he shares innovative recipes and tips for mindful eating and sustainable practices."},{name:"Tara Bansal",description:"Tara is a culinary artist and recipe author with a particular interest in gluten-free and vegan Indian recipes. Her specialty is making traditional dishes accessible for all, combining flavors with dietary restrictions effortlessly in her well-loved articles.",meta_title:"Tara Bansal - Vegan and Gluten-free Recipe Innovator",meta_description:"Join Tara Bansal at RecipesRhapsody for delicious gluten-free and vegan Indian recipes that showcase the richness of Indian cuisine without compromise."},{name:"Rahul Kumar",description:"Rahul is a passionate food enthusiast and self-taught chef. His journey into the culinary world began as a hobby, but soon blossomed into a full-time pursuit. His writings on RecipesRhapsody are both informative and entertaining, filled with family recipes passed down through generations.",meta_title:"Rahul Kumar - Passionate Food Enthusiast and Recipe Writer",meta_description:"Explore family-inspired Indian recipes with Rahul Kumar at RecipesRhapsody and enjoy engaging stories that bring tradition and flavor to life."},{name:"Meera Iyer",description:"Meera is a food historian and writer passionate about the stories behind Indian recipes. She delves deep into the origins and traditions of each dish, making her articles both educational and delicious, appealing to food lovers everywhere.",meta_title:"Meera Iyer - Food Historian and Culinary Storyteller",meta_description:"Join Meera Iyer at RecipesRhapsody as she uncovers the rich history behind Indian recipes with engaging narratives and mouthwatering dishes."},{name:"Nisha Prakash",description:"Nisha Prakash is an acclaimed food writer and culinary expert based in Delhi, India. With over a decade of experience in writing for prominent food magazines and blogs, she specializes in traditional Indian recipes infused with modern twists. Nisha believes in making cooking accessible to everyone and often shares tips to simplify complex dishes.",meta_title:"Nisha Prakash - Indian Culinary Expert & Recipe Writer",meta_description:"Discover delightful recipes and culinary tips from Nisha Prakash, a seasoned food writer whose passion for Indian cuisine brings traditional flavors to the modern kitchen."},{name:"Suresh Kaul",description:"Suresh Kaul is a professional chef turned food blogger with over 15 years of culinary experience in various prestigious kitchens across India. His articles focus on regional Indian cuisines, reflecting the rich diversity of flavors and techniques. Suresh enjoys experimenting with fusion dishes while preserving the authenticity of Indian cooking.",meta_title:"Suresh Kaul - Chef & Culinary Blogger",meta_description:"Explore the rich flavors of Indian regional cuisines with Suresh Kaul, a culinary professional sharing his expertise in authentic recipes and innovative cooking techniques."},{name:"Meera Raghavan",description:"Meera Raghavan is a passionate food enthusiast and recipe developer, known for her easy-to-follow vegetarian recipes. Her writings emphasize health-conscious cooking, where she incorporates superfoods into traditional Indian dishes. With a background in nutrition, Meera aims to inspire home cooks to create wholesome meals without sacrificing flavor.",meta_title:"Meera Raghavan - Vegetarian Recipe Developer & Food Writer",meta_description:"Join Meera Raghavan in her culinary journey to create healthy and delightful vegetarian recipes, combining traditional Indian flavors with nutrition in mind."},{name:"Rajiv Mehta",description:"Rajiv Mehta is a prominent food journalist and author specializing in Indian street food and regional dishes. His decade-long experience in food writing has earned him accolades for capturing the essence of India's diverse culinary landscape. Rajiv's articles often feature street food vendors and their mouth-watering creations.",meta_title:"Rajiv Mehta - Indian Street Food Aficionado & Culinary Journalist",meta_description:"Dive into the vibrant world of Indian street food with Rajiv Mehta, a journalist dedicated to exploring regional flavors and uncovering the stories behind beloved dishes."},{name:"Anjali Kumar",description:"Anjali Kumar is a seasoned food stylist and recipe developer who combines her artistic skills with her love for cooking. With a background in fine arts, her food presentation is as delightful as the flavors she creates. Anjali focuses on visually appealing recipes that are easy for anyone to replicate at home.",meta_title:"Anjali Kumar - Food Stylist & Recipe Developer",meta_description:"Discover visually stunning recipes from Anjali Kumar, a food stylist dedicated to making cooking a delightful experience with easy and beautiful presentation."},{name:"Rina Desai",description:"Rina Desai is a home cook turned food blogger known for her authentic regional Indian recipes. With a focus on family recipes passed down through generations, Rina shares stories behind each dish, making her articles personal and relatable. Her love for cooking creates a warm and inviting atmosphere in her writings.",meta_title:"Rina Desai - Authentic Indian Recipe Blogger",meta_description:"Experience the warmth of Indian cooking with Rina Desai, a passionate recipe blogger sharing cherished family recipes and the stories that bind them."},{name:"Kabir Joshi",description:"Kabir Joshi is a food critic and culinary writer known for his analytical approach to cooking and dining. He explores the intersection of traditional and contemporary Indian cuisine, providing readers with thoughtful insights and critiques. Kabir believes in the cultural significance of food and often discusses its impact on society.",meta_title:"Kabir Joshi - Food Critic & Culinary Writer",meta_description:"Join Kabir Joshi in exploring the cultural significance and evolution of Indian cuisine through insightful articles and thought-provoking culinary criticism."},{name:"Namita Sharma",description:"Namita Sharma is a passionate baker and recipe creator specializing in fusion desserts that combine Indian flavors with international treats. With years of experience working in bakeries and teaching baking classes, she shares unique recipes that cater to every sweet tooth. Namita’s articles inspire creativity in the kitchen.",meta_title:"Namita Sharma - Fusion Dessert Baker & Recipe Creator",meta_description:"Satisfy your sweet cravings with Namita Sharma, a fusion dessert blogger sharing innovative recipes that blend traditional Indian flavors with worldwide delights."},{name:"Amit Bansal",description:"Amit Bansal is a chef and cookbook author who specializes in the art of grilling and barbeque within the Indian culinary context. With more than 10 years in the culinary industry, Amit's detailed articles focus on mastering the grill, offering delicious recipes alongside practical tips for beginners and experts alike.",meta_title:"Amit Bansal - Indian Grilling Expert & Cookbook Author",meta_description:"Fire up your grills with Amit Bansal, a dedicated expert in Indian barbeque sharing tips, techniques, and mouth-watering recipes for grilling enthusiasts."},{name:"Chef Mario Rossi",description:"Chef Mario Rossi brings over 15 years of culinary experience, specializing in Italian cuisine. He has worked in top restaurants across Europe and is passionate about sharing authentic recipes that honor traditional techniques.",meta_title:"Chef Mario Rossi - Italian Culinary Expert at RecipesRhapsody",meta_description:"Discover authentic Italian recipes and culinary tips from Chef Mario Rossi, a seasoned chef with 15 years of experience in top European kitchens."},{name:"Sara Kim",description:"Based in Seoul, Sara Kim is a home cook and food blogger who specializes in Korean cuisine. With a focus on healthy ingredients and modern twists on traditional dishes, she has a devoted following of food enthusiasts.",meta_title:"Sara Kim - Korean Cuisine Specialist at RecipesRhapsody",meta_description:"Explore Korean recipes and cooking secrets from Sara Kim, a passionate home cook and food blogger dedicated to healthy Korean culinary traditions."},{name:"Raj Patel",description:"A professional chef and culinary instructor from Mumbai, Raj Patel combines traditional Indian flavors with modern techniques. His love for spice and vibrant dishes shines through his eclectic recipe collection.",meta_title:"Raj Patel - Indian Culinary Innovator at RecipesRhapsody",meta_description:"Delve into the world of Indian cuisine with Raj Patel, a professional chef sharing unique recipes and cooking tips rooted in tradition and innovation."},{name:"Emily Johnson",description:"Emily Johnson is an accomplished food writer and recipe developer from New York. With an educational background in nutrition, she focuses on creating healthy and family-friendly recipes that cater to various dietary needs.",meta_title:"Emily Johnson - Healthy Recipe Developer at RecipesRhapsody",meta_description:"Discover nutritious and family-friendly recipes from Emily Johnson, a food writer dedicated to making healthy cooking accessible to everyone."},{name:"Liam O'Connor",description:"Hailing from Dublin, Liam O'Connor is a beer enthusiast and culinary expert who specializes in pairing food with craft brews. His innovative recipes incorporate beers in cooking, bridging the gap between culinary arts and brewing.",meta_title:"Liam O'Connor - Food and Craft Beer Expert at RecipesRhapsody",meta_description:"Join Liam O'Connor, a culinary expert and beer enthusiast, as he shares unique recipes that harmoniously blend food and craft beer pairings."},{name:"Fatima Hassan",description:"Fatima Hassan, a Moroccan chef, is known for her vibrant and aromatic dishes that celebrate North African cuisine. With years of experience in traditional cooking methods, she shares recipes filled with spice and heritage.",meta_title:"Fatima Hassan - Moroccan Culinary Artisan at RecipesRhapsody",meta_description:"Experience the rich flavors of North African cooking with Fatima Hassan, a Moroccan chef sharing authentic recipes and traditions from her homeland."},{name:"Danielle Schwartz",description:"Danielle Schwartz is a recipe creator and food stylist from Los Angeles, specializing in plant-based dishes. She aims to inspire healthy living through vibrant, creative vegetarian recipes that everyone can enjoy.",meta_title:"Danielle Schwartz - Plant-Based Recipe Specialist at RecipesRhapsody",meta_description:"Explore delightful plant-based recipes with Danielle Schwartz, a culinary creator dedicated to inspiring healthy and delicious vegetarian cooking."},{name:"Jasper Li",description:"Jasper Li, a Chinese chef residing in San Francisco, focuses on regional Chinese cuisines. With a strong passion for traditional techniques and fresh ingredients, he shares recipes that evoke the flavors of his childhood.",meta_title:"Jasper Li - Regional Chinese Cuisine Expert at RecipesRhapsody",meta_description:"Unlock the secrets of regional Chinese cooking with Jasper Li, a chef devoted to sharing authentic recipes and culinary experiences inspired by tradition."},{name:"Clara Petrov",description:"Clara Petrov is a Russian culinary artist specializing in traditional Eastern European dishes. Her love for family recipes and home cooking shines through her detailed guides and stories behind each recipe.",meta_title:"Clara Petrov - Eastern European Culinary Enthusiast at RecipesRhapsody",meta_description:"Discover authentic Eastern European recipes with Clara Petrov, a culinary artist sharing the warmth of family traditions through timeless dishes."},{name:"Marco Gonzalez",description:"Writer and chef Marco Gonzalez is an expert in Latin American cuisine, blending traditional recipes with modern techniques from his culinary journey across South America. He is passionate about introducing flavors to a global audience.",meta_title:"Marco Gonzalez - Latin American Culinary Explorer at RecipesRhapsody",meta_description:"Join Marco Gonzalez on a flavorful journey through Latin America, exploring rich culinary traditions and innovative recipes that celebrate the region's vibrant food culture."},{name:"Emma Thompson",description:"Emma is a culinary artist and food stylist based in New York City. With over a decade of experience in creating recipes for popular food magazines, she has a passion for combining traditional techniques with modern flavors. Emma believes that cooking should be both enjoyable and accessible for everyone.",meta_title:"Emma Thompson - Culinary Expert at RecipesRhapsody",meta_description:"Discover recipes and culinary tips from Emma Thompson, a seasoned food stylist and culinary artist with over 10 years of experience in the industry."},{name:"Carlos Mendoza",description:"Hailing from Mexico City, Carlos is a chef and food blogger who loves to explore flavors from his heritage while incorporating global cuisines. With years of experience in both restaurant kitchens and home cooking, his recipes are a celebration of authenticity and creativity.",meta_title:"Carlos Mendoza - Mexican Cuisine Specialist at RecipesRhapsody",meta_description:"Explore the rich flavors of Mexican cuisine with Carlos Mendoza, an experienced chef and food blogger sharing authentic recipes at RecipesRhapsody."},{name:"Sofia Lindgren",description:"Sofia, a Swedish food author, specializes in healthy and sustainable cooking. With a background in nutrition and culinary arts, she aims to inspire others to make nutritious choices without compromising on taste. Her recipes often highlight seasonal ingredients.",meta_title:"Sofia Lindgren - Health and Sustainability Advocate at RecipesRhapsody",meta_description:"Join Sofia Lindgren on a culinary journey towards healthy cooking and sustainability, featuring delicious, nutritious recipes at RecipesRhapsody."},{name:"Hana Tanaka",description:"Hana is a Japanese culinary artist and tea ceremony practitioner. Living in Kyoto, she combines her knowledge of traditional Japanese cooking with contemporary styles. Her articles focus on the art of simplicity in cooking, as well as the cultural significance behind each dish.",meta_title:"Hana Tanaka - Japanese Culinary Artist at RecipesRhapsody",meta_description:"Explore the rich culture and simplicity of Japanese cuisine with Hana Tanaka, a culinary artist sharing her passion at RecipesRhapsody."},{name:"Fatou Diallo",description:"Fatou is a Senegalese food enthusiast and chef who brings the vibrant flavors of West African cuisine to the forefront. As a culinary educator, she is passionate about teaching others the joys of cooking and sharing her heritage through food.",meta_title:"Fatou Diallo - West African Culinary Educator at RecipesRhapsody",meta_description:"Discover the vibrant flavors of West African cuisine with Fatou Diallo, a passionate chef and culinary educator sharing her heritage at RecipesRhapsody."},{name:"Nadia Petrova",description:"Nadia is a Russian home cook blogging about traditional and modern Russian recipes. Living in St. Petersburg, she focuses on sharing stories behind each dish, making cooking relatable and enjoyable to readers worldwide.",meta_title:"Nadia Petrova - Russian Cuisine Blogger at RecipesRhapsody",meta_description:"Experience the richness of Russian cuisine with Nadia Petrova, a home cook sharing authentic recipes and stories at RecipesRhapsody."},{name:"James Peterson",description:"James is a culinary instructor and best-selling cookbook author based in San Francisco. With extensive knowledge of French cooking techniques, he shares intricate recipes and practical cooking skills that cater to both novices and seasoned chefs alike.",meta_title:"James Peterson - French Culinary Expert at RecipesRhapsody",meta_description:"Learn essential French cooking techniques and recipes with James Peterson, a culinary instructor and author at RecipesRhapsody."},{name:"Aisha Mohammed",description:"Aisha is a food photographer and culinary writer from Nigeria. With a passion for showcasing African delicacies, she uses her platform to highlight the beauty and flavors of traditional African dishes, encouraging readers to embrace diverse cuisines.",meta_title:"Aisha Mohammed - African Cuisine Advocate at RecipesRhapsody",meta_description:"Discover the beauty and flavors of traditional African dishes with Aisha Mohammed, a food photographer and culinary writer at RecipesRhapsody."}],n=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=n,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#893b20;--theme-color-8:#b56538;--theme-color-7:#dcb2a5;--theme-color-6:#f0c5b9;--theme-color-5:#f4d8c0;--theme-color-3:#f5eddc;--theme-color-2:#faf8f1;--color-bg-layout:#ffffff;--color-bg-hover:#f9f9f9;--article-border-radius:15px;--btn-border-radius:12px;--category-border-radius:20px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.273",
3
+ "version": "1.3.275",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [