tedo-publisher 1.3.275 → 1.3.277

Sign up to get free protection for your applications and to get access to all the features.
Files changed (53) hide show
  1. package/dist/chopchopchronicles/data.d.ts +162 -0
  2. package/dist/chopchopchronicles/data.js +1 -0
  3. package/dist/chopchopchronicles/filters.d.ts +28 -0
  4. package/dist/chopchopchronicles/filters.js +1 -0
  5. package/dist/chopchopchronicles/helpers.d.ts +3 -0
  6. package/dist/chopchopchronicles/helpers.js +1 -0
  7. package/dist/chopchopchronicles/index.d.ts +15 -0
  8. package/dist/chopchopchronicles/index.js +1 -0
  9. package/dist/chopchopchronicles/prompts/data.d.ts +7 -0
  10. package/dist/chopchopchronicles/prompts/data.js +1 -0
  11. package/dist/chopchopchronicles/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/chopchopchronicles/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/chopchopchronicles/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/chopchopchronicles/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/chopchopchronicles/prompts/images.d.ts +4 -0
  16. package/dist/chopchopchronicles/prompts/images.js +1 -0
  17. package/dist/chopchopchronicles/seo.d.ts +23 -0
  18. package/dist/chopchopchronicles/seo.js +1 -0
  19. package/dist/chopchopchronicles/styles/colors.css +1 -0
  20. package/dist/chopchopchronicles/styles/fonts.css +1 -0
  21. package/dist/chopchopchronicles/styles/global.css +1 -0
  22. package/dist/chopchopchronicles/styles/sizing.css +1 -0
  23. package/dist/chopchopchronicles/styles/theme.css +1 -0
  24. package/dist/chopchopchronicles/styles/vars.css +1 -0
  25. package/dist/crumbcultures/data.d.ts +272 -0
  26. package/dist/crumbcultures/data.js +1 -0
  27. package/dist/crumbcultures/filters.d.ts +28 -0
  28. package/dist/crumbcultures/filters.js +1 -0
  29. package/dist/crumbcultures/helpers.d.ts +3 -0
  30. package/dist/crumbcultures/helpers.js +1 -0
  31. package/dist/crumbcultures/index.d.ts +15 -0
  32. package/dist/crumbcultures/index.js +1 -0
  33. package/dist/crumbcultures/prompts/data.d.ts +7 -0
  34. package/dist/crumbcultures/prompts/data.js +1 -0
  35. package/dist/crumbcultures/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/crumbcultures/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/crumbcultures/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/crumbcultures/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/crumbcultures/prompts/images.d.ts +4 -0
  40. package/dist/crumbcultures/prompts/images.js +1 -0
  41. package/dist/crumbcultures/seo.d.ts +23 -0
  42. package/dist/crumbcultures/seo.js +1 -0
  43. package/dist/crumbcultures/styles/colors.css +1 -0
  44. package/dist/crumbcultures/styles/fonts.css +1 -0
  45. package/dist/crumbcultures/styles/global.css +1 -0
  46. package/dist/crumbcultures/styles/sizing.css +1 -0
  47. package/dist/crumbcultures/styles/theme.css +1 -0
  48. package/dist/crumbcultures/styles/vars.css +1 -0
  49. package/dist/feastfrenzy/data.d.ts +1 -1
  50. package/dist/gigglyx/data.d.ts +1 -1
  51. package/dist/savorlifes/data.d.ts +1 -1
  52. package/dist/woodlandelysium/data.d.ts +1 -1
  53. package/package.json +1 -1
@@ -0,0 +1,162 @@
1
+ export declare const dataStructure: {
2
+ recipes: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ quickAndEasyRecipes: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ healthyRecipes: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ internationalCuisine: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ seasonalFavorites: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ cookingTechniques: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ bakingBasics: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ grillingAndSmoking: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ knifeSkills: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ mealPrepTips: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ ingredientSpotlights: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ superfoods: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ herbsAndSpices: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ vegetableVariety: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ meatAndSeafood: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ culinaryAdventures: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ exoticFlavors: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ foodCulture: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ traditionalDishExploration: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ culinaryTravel: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ };
151
+ export declare const authors: Record<string, string>;
152
+ export declare const authorsNames: string[];
153
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83D\uDC69\u200D\uD83C\uDF73\uD83D\uDCD6\uD83E\uDD58";
154
+ export declare const categories: ("recipes" | "ingredientSpotlights" | "cookingTechniques" | "culinaryAdventures")[];
155
+ export declare const subcategories: string[];
156
+ export declare const subsubcategories: string[];
157
+ export type Category = keyof typeof dataStructure;
158
+ export type CategoryNode = (typeof dataStructure)[Category];
159
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
160
+ export declare const startDate = "2024-09-19T00:00:00Z";
161
+ export declare const devBucketName = "idn-chopchopchronicles-dev";
162
+ export declare const prodBucketName = "idn-chopchopchronicles";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={recipes:{title:"Delicious Recipes to Inspire Your Culinary Journey 🍳",description:"Explore ChopChopChronicles for a vast selection of culinary adventures, quick meals, healthy options, and international delights to inspire you! 🍽️",slug:"delicious-recipes-culinary-journey",children:{quickAndEasyRecipes:{title:"Quick and Easy Recipes for Busy Cooks ⏰",description:"Discover quick and easy recipes to whip up delicious meals in no time, perfect for busy lifestyles. Enhance your cooking experience with these dishes! 🍝",slug:"quick-and-easy-recipes",children:null},healthyRecipes:{title:"Healthy Recipes for a Wholesome Lifestyle 🌱",description:"Embrace a healthier lifestyle with our curated healthy recipes that prioritize nutritious ingredients while offering great taste. Indulge without guilt! 🥗",slug:"healthy-recipes",children:null},internationalCuisine:{title:"Explore International Cuisines from Around the World 🌍",description:"Travel the globe through flavors with our international cuisine recipes. Discover exotic ingredients and cooking techniques to expand your palate! 🍛",slug:"international-cuisine",children:null},seasonalFavorites:{title:"Seasonal Favorites for Every Palate ☀️❄️",description:"Celebrate the seasons with our favorite recipes that highlight seasonal ingredients and dishes, ensuring flavorful meals all year round! 🥘",slug:"seasonal-favorites",children:null},other:{title:"Other Unique Recipes to Spark Your Creativity 🔥",description:"Dive into a collection of unique and unconventional recipes that inspire creativity in the kitchen and offer fun cooking adventures! 🍰",slug:"other-unique-recipes",children:null}}},cookingTechniques:{title:"Mastering Cooking Techniques: Elevate Your Culinary Skills 🌟",description:"Explore essential cooking techniques that perfect your culinary prowess. Dive into baking, grilling, knife skills, meal prep, and more! 🍳",slug:"mastering-cooking-techniques",children:{bakingBasics:{title:"Baking Basics: The Foundation of Every Great Cook 🍞",description:"Uncover the essentials of baking with our comprehensive guide. Perfect your pastry skills and create delectable treats right at home! 🥧",slug:"baking-basics",children:null},grillingAndSmoking:{title:"Grilling and Smoking: Ignite Your Culinary Adventure! 🔥",description:"Discover the art of grilling and smoking to transform your meals. Learn techniques that make every barbecue a hit and tantalizing! 🍖",slug:"grilling-and-smoking",children:null},knifeSkills:{title:"Knife Skills: Cut Your Way to Culinary Excellence 🔪",description:"Master knife skills that will revolutionize your cooking experience. Learn precise techniques for efficient and safe food preparation! 🥗",slug:"knife-skills",children:null},mealPrepTips:{title:"Meal Prep Tips: Save Time & Elevate Your Dining Experience ⏰",description:"Streamline your cooking with effective meal prep tips. Discover strategies that save time while delivering delicious meals! 🍲",slug:"meal-prep-tips",children:null},other:{title:"Other Cooking Techniques: Explore Culinary Innovations 🌍",description:"Delve into diverse cooking techniques that break the mold. Expand your culinary repertoire with unexpected and exciting methods! 🍽️",slug:"other-cooking-techniques",children:null}}},ingredientSpotlights:{title:"Explore the World of Ingredients: Superfoods, Herbs, and More!",description:"Delve into our ingredient spotlights where we explore superfoods, herbs, and seafood to elevate your culinary skills and inspire delicious meals! 🍽️✨",slug:"ingredient-spotlights",children:{superfoods:{title:"Unleash the Power of Superfoods in Your Cooking! 💪",description:"Discover nutrient-dense superfoods to boost your health and culinary creativity. Elevate your meals with these powerhouse ingredients! 🥑🍓",slug:"superfoods",children:null},herbsAndSpices:{title:"Herbs and Spices: The Magic of Flavor in Every Dish! 🌿✨",description:"Explore the vibrant world of herbs and spices that transform simple recipes into extraordinary culinary experiences. Season your way to perfection! 🌶️🍃",slug:"herbs-and-spices",children:null},vegetableVariety:{title:"Celebrate the Rich Variety of Vegetables in Your Kitchen! 🥕🥦",description:"Uncover the diversity of vegetables that not only add flavor but also nutrition to your meals. Get inspired to create colorful dishes! 🌈🍽️",slug:"vegetable-variety",children:null},meatAndSeafood:{title:"Mastering Meat and Seafood: Culinary Techniques & Tips! 🥩🐟",description:"Elevate your cooking skills with premium meat and seafood tips. Learn techniques to prepare delectable dishes that satisfy your cravings! 🍤🍗",slug:"meat-and-seafood",children:null},other:{title:"Discover Unique Ingredients to Enrich Your Culinary Journey! 🌍🧄",description:"Explore a variety of unique ingredients that can add excitement to your cooking adventures. Step outside the ordinary! 🌰🍖",slug:"other",children:null}}},culinaryAdventures:{title:"Explore Diverse Culinary Adventures 🌍",description:"Dive into the world of culinary adventures! Discover recipes, exotic flavors, and food culture to inspire your cooking journey. 🥘✨",slug:"culinary-adventures",children:{exoticFlavors:{title:"Discover Exotic Flavors Around the World 🍽️",description:"Explore a variety of exotic flavors that tantalize your taste buds and elevate your culinary skills with unique recipes. 🌶️🥥",slug:"exotic-flavors",children:null},foodCulture:{title:"Unravel Food Culture from Different Countries 🍲",description:"Delve into the rich food culture of various regions, uncovering traditions, and recipes that define their culinary heritage. 🌏🥗",slug:"food-culture",children:null},traditionalDishExploration:{title:"Explore Traditional Dishes from Around the Globe 🍛",description:"Embark on a journey exploring traditional dishes that showcase cultural diversity and culinary art. Savor the tastes of nostalgia! 🥘🌍",slug:"traditional-dish-exploration",children:null},culinaryTravel:{title:"Culinary Travel: Tasting the World 🌎✈️",description:"Travel through tastes and experiences with culinary travel guides that inspire your journey to discover global cuisines. 🍽️🌏",slug:"culinary-travel",children:null},other:{title:"Other Culinary Adventures You Might Enjoy 🍴✨",description:"Explore a mix of articles about culinary fun and diverse adventures that contribute to an enriched cooking experience. 🍳🥙",slug:"other-culinary-adventures",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),r=e.AUTHORS_INFO.map((e=>e.name)),n="🍽️👩‍🍳📖🥘",o=Object.keys(i),s=[],l=[];for(const e of o){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-19T00:00:00Z",u="chopchopchronicles",c=`idn-${u}-dev`,d=`idn-${u}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=t,exports.authorsNames=r,exports.categories=o,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=d,exports.startDate=a,exports.subcategories=s,exports.subsubcategories=l;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ FlavorfulJourneys = "Flavorful Journeys",
3
+ CuisineCategories = "Cuisine Categories",
4
+ CookingTechniques = "Cooking Techniques",
5
+ SeasonalInspirations = "Seasonal Inspirations",
6
+ SkillLevel = "Skill Level"
7
+ }
8
+ type FlavorfulJourneysValues = 'Spicy' | 'Savory' | 'Sweet' | 'Umami' | 'Zesty';
9
+ type CuisineCategoriesValues = 'Italian' | 'Asian' | 'Mexican' | 'Mediterranean' | 'Vegetarian';
10
+ type CookingTechniquesValues = 'Grilling' | 'Baking' | 'Stir-frying' | 'Slow Cooking' | 'Sous Vide';
11
+ type SeasonalInspirationsValues = 'Spring Freshness' | 'Summer Grilling' | 'Autumn Harvest' | 'Winter Comfort Foods';
12
+ type SkillLevelValues = 'Beginner' | 'Intermediate' | 'Advanced' | 'Expert' | 'Culinary Enthusiast';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.FlavorfulJourneys]: FlavorfulJourneysValues[];
15
+ [FiltersNames.CuisineCategories]: CuisineCategoriesValues[];
16
+ [FiltersNames.CookingTechniques]: CookingTechniquesValues[];
17
+ [FiltersNames.SeasonalInspirations]: SeasonalInspirationsValues[];
18
+ [FiltersNames.SkillLevel]: SkillLevelValues[];
19
+ };
20
+ export declare const flavorfulJourneysValues: FlavorfulJourneysValues[];
21
+ export declare const cuisineCategoriesValues: CuisineCategoriesValues[];
22
+ export declare const cookingTechniquesValues: CookingTechniquesValues[];
23
+ export declare const seasonalInspirationsValues: SeasonalInspirationsValues[];
24
+ export declare const skillLevelValues: SkillLevelValues[];
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={})).FlavorfulJourneys="Flavorful Journeys",e.CuisineCategories="Cuisine Categories",e.CookingTechniques="Cooking Techniques",e.SeasonalInspirations="Seasonal Inspirations",e.SkillLevel="Skill Level";const s=["Spicy","Savory","Sweet","Umami","Zesty"],i=["Italian","Asian","Mexican","Mediterranean","Vegetarian"],r=["Grilling","Baking","Stir-frying","Slow Cooking","Sous Vide"],t=["Spring Freshness","Summer Grilling","Autumn Harvest","Winter Comfort Foods"],o=["Beginner","Intermediate","Advanced","Expert","Culinary Enthusiast"],l={[exports.FiltersNames.FlavorfulJourneys]:[],[exports.FiltersNames.CuisineCategories]:[],[exports.FiltersNames.CookingTechniques]:[],[exports.FiltersNames.SeasonalInspirations]:[],[exports.FiltersNames.SkillLevel]:[]},a={[exports.FiltersNames.FlavorfulJourneys]:s,[exports.FiltersNames.CuisineCategories]:i,[exports.FiltersNames.CookingTechniques]:r,[exports.FiltersNames.SeasonalInspirations]:t,[exports.FiltersNames.SkillLevel]:o},n=()=>JSON.stringify(a,null,2);exports.cookingTechniquesValues=r,exports.cuisineCategoriesValues=i,exports.flavorfulJourneysValues=s,exports.fullFilters=a,exports.getFiltersTypesJSON=n,exports.initialFilters=l,exports.seasonalInspirationsValues=t,exports.skillLevelValues=o;
@@ -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"),i=require("./prompts/gpt4oMini/articles.js"),p=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.cookingTechniquesValues=t.cookingTechniquesValues,exports.cuisineCategoriesValues=t.cuisineCategoriesValues,exports.flavorfulJourneysValues=t.flavorfulJourneysValues,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=i,exports.END_STEP=p.END_STEP,exports.FILTERS_INFO=p.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=p.IMAGES_PROHIBITED_WORDS,exports.START_STEP=p.START_STEP,exports.TARGET_AUDIENCE=p.TARGET_AUDIENCE,exports.ZERO_SECTION=p.ZERO_SECTION,exports.portalInfo=p.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: ChopChopChronicles is an infotainment articles portal that celebrates the delightful world of recipes and culinary adventures. It offers a variety of articles that delve into cooking techniques, unique recipes, and culinary tips designed to inspire both novice cooks and seasoned chefs alike.\n - Detailed description: ChopChopChronicles is a comprehensive online portal dedicated to food enthusiasts seeking to enrich their culinary experiences. With a diverse collection of articles, the platform covers a spectrum of topics from mouth-watering recipes and seasonal cooking guides to innovative kitchen hacks and ingredient spotlights. Each article is crafted to engage readers with rich, flavorful content that not only instructs but also entertains. Whether you're looking to explore exotic cuisines, master classic dishes, or simply whip up a quick meal, ChopChopChronicles offers valuable insights and creative inspirations that cater to all levels of cooking expertise.\n - Target audience: The target audience for ChopChopChronicles includes culinary enthusiasts, home cooks, and food lovers of all ages who seek to enhance their cooking skills and discover new recipes. The portal appeals to individuals looking for both practical culinary advice and inspiration for their next meal, ranging from beginners who are just starting to explore the kitchen to experienced chefs eager to try new techniques and flavors.\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 - Cuisine Type\n\n## Ingredients\n - List of Ingredients with Measurements\n - Substitutions for Common Ingredients\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: ChopChopChronicles is an infotainment articles portal that celebrates the delightful world of recipes and culinary adventures. It offers a variety of articles that delve into cooking techniques, unique recipes, and culinary tips designed to inspire both novice cooks and seasoned chefs alike.\n - Detailed description: ChopChopChronicles is a comprehensive online portal dedicated to food enthusiasts seeking to enrich their culinary experiences. With a diverse collection of articles, the platform covers a spectrum of topics from mouth-watering recipes and seasonal cooking guides to innovative kitchen hacks and ingredient spotlights. Each article is crafted to engage readers with rich, flavorful content that not only instructs but also entertains. Whether you're looking to explore exotic cuisines, master classic dishes, or simply whip up a quick meal, ChopChopChronicles offers valuable insights and creative inspirations that cater to all levels of cooking expertise.\n - Target audience: The target audience for ChopChopChronicles includes culinary enthusiasts, home cooks, and food lovers of all ages who seek to enhance their cooking skills and discover new recipes. The portal appeals to individuals looking for both practical culinary advice and inspiration for their next meal, ranging from beginners who are just starting to explore the kitchen to experienced chefs eager to try new techniques and flavors.\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 - Cuisine Type\n\n## Ingredients\n - List of Ingredients with Measurements\n - Substitutions for Common Ingredients\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",r="food lovers of all ages",a="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=n,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=a,exports.START_STEP=o,exports.TARGET_AUDIENCE=r,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 Our Culinary Experts | ChopChopChronicles",description:"Discover delicious recipes and tips from our talented chefs! 🍳👩‍🍳 Join us on a flavor-filled journey!"},[exports.PageNames.Home]:{title:"Delicious Recipes Await! | ChopChopChronicles",description:"Explore a world of culinary delights with ChopChopChronicles! 🍽️✨ Find your next favorite recipe today!"},[exports.PageNames.NotFound]:{title:"Page Not Found | ChopChopChronicles",description:"Oops! It seems the page you're looking for doesn't exist. 🥺🔍 Check our delicious recipes section instead!"},[exports.PageNames.AboutUs]:{title:"About ChopChopChronicles | Our Culinary Journey",description:"Learn about our passion for food and explore how ChopChopChronicles began! 🌎💚 Join our culinary adventure!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | ChopChopChronicles",description:"Your privacy matters! Read our Privacy Policy to understand how we protect your info. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms and Conditions | ChopChopChronicles",description:"Review the terms governing your use of ChopChopChronicles. 📋🔍 Stay informed and enjoy your culinary journey!"},[exports.PageNames.Sitemap]:{title:"Sitemap for Easy Navigation | ChopChopChronicles",description:"Find everything you need at ChopChopChronicles! 🌐🍴 Explore our sitemap for quick access to recipes and more!"}},a=[{name:"Nisha Gupta",description:"Nisha Gupta is a professional food writer and culinary enthusiast with over 10 years of experience in Indian cuisine. She specializes in vegan and vegetarian recipes, showcasing the rich flavors and diverse ingredients of India. Nisha's passion for cooking and sharing her knowledge shines through her recipes, making them accessible and easy to replicate in any home kitchen.",meta_title:"Nisha Gupta - Vegan Culinary Expert at ChopChopChronicles",meta_description:"Explore vegan and vegetarian recipes from Nisha Gupta, a seasoned culinary writer with a decade of experience in Indian cuisine. Discover mouth-watering dishes."},{name:"Rajesh Sharma",description:"Rajesh Sharma has been working in the culinary industry for over 15 years, with expertise in regional Indian cooking. From street food to festive delicacies, his articles reflect his deep understanding and love for India's culinary traditions. As a certified chef, Rajesh shares authentic recipes that cater to home cooks and foodies alike.",meta_title:"Rajesh Sharma - Regional Indian Cuisine Specialist at ChopChopChronicles",meta_description:"Dive into authentic Indian recipes with Rajesh Sharma, a culinary expert with over 15 years of experience in crafting regional Indian dishes. Taste the tradition."},{name:"Anita Desai",description:"Anita Desai is a renowned food photographer and culinary writer, blending her artistic vision and culinary skills to create visually stunning recipes. With a background in food styling, Anita offers a unique perspective on food presentation and photography. Her articles at ChopChopChronicles showcase both delicious dishes and their artistic portrayal.",meta_title:"Anita Desai - Food Photography & Culinary Writer at ChopChopChronicles",meta_description:"Discover visually captivating recipes from Anita Desai, a culinary writer and food photographer. Explore the beauty of Indian cuisine with her artistic touch."},{name:"Vikram Rao",description:"Vikram Rao is a celebrated cookbook author and culinary instructor with roots in traditional Indian cooking. After spending years in the culinary arts, he now teaches home cooks the secrets of spices, preparation methods, and ingredients that define Indian cuisine. His recipes are both educational and flavorful.",meta_title:"Vikram Rao - Traditional Indian Cooking Advocate at ChopChopChronicles",meta_description:"Learn the art of Indian cooking with Vikram Rao, a culinary instructor and cookbook author dedicated to sharing traditional recipes and cooking techniques."},{name:"Meera Singh",description:"Meera Singh is a passionate food blogger and wellness advocate specializing in healthy Indian recipes. With a degree in nutrition, Meera blends her love for cooking with her knowledge of healthy eating, creating balanced meals that don't compromise on taste. Her enthusiasm encourages her readers to explore healthier versions of their favorite dishes.",meta_title:"Meera Singh - Healthy Indian Recipes at ChopChopChronicles",meta_description:"Explore healthy and delicious Indian recipes with Meera Singh, a food blogger and nutrition expert dedicated to promoting a balanced and healthy lifestyle."},{name:"Arjun Malhotra",description:"Arjun Malhotra is a culinary adventurer who travels across India, capturing and sharing regional recipes that tell a story. With a deep respect for local customs and ingredients, Arjun’s articles highlight the rich cultural heritage of Indian food, inspiring readers to embrace the diversity of flavors and techniques.",meta_title:"Arjun Malhotra - Culinary Explorer at ChopChopChronicles",meta_description:"Join Arjun Malhotra on a culinary journey through India with authentic regional recipes. Discover the rich tapestry of flavors and traditions in his articles."},{name:"Sita Mohan",description:"Sita Mohan is a food critic and culinary journalist who brings her discerning palate and writing skills to the world of Indian cuisine. With experience in various food publications, she reviews restaurants and shares her culinary explorations. Her insightful articles guide readers on where to find the best dishes across India.",meta_title:"Sita Mohan - Culinary Critic & Journalist at ChopChopChronicles",meta_description:"Explore the vibrant world of Indian cuisine with Sita Mohan, a food critic and culinary journalist sharing her culinary explorations and restaurant reviews."},{name:"Karan Bhatia",description:"Karan Bhatia is a home cook turned food influencer who inspires his audience with simple yet flavorful Indian recipes. With an engaging social media presence, Karan shares his cooking experiences, tips, and tricks for creating delightful meals with everyday ingredients. His approachable style makes cooking a joy for everyone.",meta_title:"Karan Bhatia - Everyday Indian Cooking at ChopChopChronicles",meta_description:"Get inspired by Karan Bhatia, a food influencer specializing in simple and delicious Indian recipes that make cooking fun and accessible for everyone."},{name:"Pooja Verma",description:"Pooja Verma is a vibrant culinary artist and author known for her creative twist on traditional Indian dishes. With a flair for fusion cuisine, she marries Indian flavors with global culinary techniques. Pooja’s inventive recipes aim to inspire cooks to explore and innovate in their kitchens.",meta_title:"Pooja Verma - Fusion Culinary Artist at ChopChopChronicles",meta_description:"Explore innovative and fusion recipes with Pooja Verma, a culinary artist inspiring creativity in the kitchen by blending traditional Indian flavors with global techniques."},{name:"Deepak Iyer",description:"Deepak Iyer is a passionate baker and food stylist who focuses on combining baking with traditional Indian flavors. His textural and flavorful desserts have gained popularity, and his expertise in creating visually appealing baked goods sets him apart. Deepak’s articles provide insights into Indian baking and dessert recipes.",meta_title:"Deepak Iyer - Indian Baking Expert at ChopChopChronicles",meta_description:"Delve into the world of Indian baking with Deepak Iyer, a food stylist and baker sharing delightful and visually stunning dessert recipes inspired by Indian flavors."},{name:"Riya Sharma",description:"Riya Sharma is a passionate food writer and recipe developer from Mumbai, India. With over a decade of experience in the culinary world, she specializes in Indian vegetarian cuisine and loves to explore regional flavors. Riya has contributed to various food magazines and blogs, sharing her innovative recipes and tips for home cooks.",meta_title:"Riya Sharma - Culinary Expert and Recipe Developer | ChopChopChronicles",meta_description:"Explore the delicious vegetarian recipes and culinary insights of Riya Sharma, a passionate food writer from Mumbai, at ChopChopChronicles."},{name:"Amit Verma",description:"Amit Verma is a seasoned chef and food blogger based in New Delhi, specializing in North Indian street food. With a diploma in culinary arts and years of experience in renowned restaurants, Amit brings authentic flavors and techniques to his home-style recipes, making Indian cuisine accessible for aspiring cooks.",meta_title:"Amit Verma - Street Food Specialist | ChopChopChronicles",meta_description:"Discover the vibrant world of North Indian street food through the recipes and stories of Amit Verma, a chef and food blogger at ChopChopChronicles."},{name:"Meera Gupta",description:"Meera Gupta is an award-winning cookbook author and food stylist from Bangalore. Her culinary journey started in a traditional Indian kitchen, and she has since created a niche for herself by focusing on healthy, modern interpretations of classic recipes. Meera is dedicated to promoting sustainable cooking and plant-based diets.",meta_title:"Meera Gupta - Healthy Cooking Advocate | ChopChopChronicles",meta_description:"Join Meera Gupta on a delicious journey towards healthy Indian cuisine with innovative, plant-based recipes at ChopChopChronicles."},{name:"Rajesh Iyer",description:"Rajesh Iyer is a talented home cook and food writer from Chennai, known for his unique fusion recipes that blend traditional Indian flavors with global culinary techniques. With a passion for experimenting in the kitchen, Rajesh shares his flavorful creations to inspire others to get creative with their cooking.",meta_title:"Rajesh Iyer - Fusion Cuisine Innovator | ChopChopChronicles",meta_description:"Explore playful and creative fusion recipes with Rajesh Iyer, a passionate home cook and food writer, at ChopChopChronicles."},{name:"Nisha Patel",description:"Nisha Patel is a culinary consultant and food photographer from Ahmedabad, focusing on Gujarati cuisine. With a rich heritage in food from her family, Nisha showcases traditional recipes along with modern twists, making her blog a delightful exploration of flavors and techniques.",meta_title:"Nisha Patel - Gujarati Cuisine Specialist | ChopChopChronicles",meta_description:"Dive into the colorful and aromatic world of Gujarati cuisine with Nisha Patel, a culinary consultant and food photographer, at ChopChopChronicles."},{name:"Karan Singh",description:"Karan Singh is a travel and food writer from Kolkata who aims to narrate the stories hidden behind every dish. With a background in journalism, Karan blends storytelling with recipes from across India, reflecting the country’s diverse culinary heritage.",meta_title:"Karan Singh - Culinary Storyteller | ChopChopChronicles",meta_description:"Experience the rich narratives behind Indian recipes with Karan Singh, a travel and food writer, at ChopChopChronicles."},{name:"Sangeeta Joshi",description:"Sangeeta Joshi is a well-known home chef and influencer from Pune, passionate about traditional family recipes. With a focus on preserving culinary heritage, Sangeeta shares her family’s treasured recipes, along with modern adaptations, that resonate with home cooks everywhere.",meta_title:"Sangeeta Joshi - Traditional Recipe Curator | ChopChopChronicles",meta_description:"Reconnect with traditional Indian cooking through the lens of Sangeeta Joshi, a home chef and influencer, at ChopChopChronicles."},{name:"Rohit Bansal",description:"Rohit Bansal, a food scientist and chef from Jaipur, focuses on the science behind cooking to create a fusion of taste and health. His innovative recipes and nutritional insights help readers make informed choices while enjoying delicious meals.",meta_title:"Rohit Bansal - Food Scientist and Chef | ChopChopChronicles",meta_description:"Discover the science of delicious and nutritious cooking with Rohit Bansal, a food scientist and chef, at ChopChopChronicles."},{name:"Anjali Mehta",description:"Anjali Mehta is a culinary artist and recipe blogger from Chandigarh who believes in cooking with love. With a focus on gluten-free and vegan recipes, she shares her journey of healthy eating while still enjoying flavorful dishes.",meta_title:"Anjali Mehta - Gluten-Free and Vegan Recipe Expert | ChopChopChronicles",meta_description:"Embrace healthy eating without sacrificing flavor with Anjali Mehta, a gluten-free and vegan recipe expert at ChopChopChronicles."},{name:"Subhashini Rao",description:"Subhashini Rao is a food stylist and culinary educator from Hyderabad, dedicated to teaching the art of cooking to aspiring chefs. With her rich experience and passion for food presentation, she shares stunning recipes that elevate everyday meals.",meta_title:"Subhashini Rao - Culinary Educator and Food Stylist | ChopChopChronicles",meta_description:"Learn the art of culinary presentation with Subhashini Rao, a food stylist and culinary educator, at ChopChopChronicles."},{name:"Nisha Vora",description:"Nisha Vora is a food blogger and recipe developer known for her vibrant vegetarian dishes. With over 8 years of experience in the culinary world, she combines Indian flavors with global cuisine. Nisha has a degree in Culinary Arts and has been featured in several food magazines and online platforms, sharing her passion for quick, healthy cooking.",meta_title:"Nisha Vora - Culinary Expert at ChopChopChronicles",meta_description:"Explore delicious vegetarian recipes and cooking tips from Nisha Vora, an experienced food blogger at ChopChopChronicles."},{name:"Karan Dhingra",description:"Karan Dhingra is a professional chef and food writer with a special focus on Indian street food. With 10 years of experience in various restaurants around India, he takes pride in bringing authentic street food recipes to your home kitchen. Karan is also an avid traveler, often sharing stories from his culinary adventures.",meta_title:"Karan Dhingra - Street Food Specialist at ChopChopChronicles",meta_description:"Dive into authentic Indian street food recipes with Karan Dhingra, an expert chef and writer at ChopChopChronicles."},{name:"Riya Kapoor",description:"Riya Kapoor is a renowned food stylist and chef who creates visually stunning dishes. With a background in Fine Arts and Culinary Studies, she expertly blends creativity with traditional Indian recipes. Riya has over 7 years of experience in food blogging, known for her unique presentations and engaging storytelling.",meta_title:"Riya Kapoor - Food Stylist and Chef at ChopChopChronicles",meta_description:"Get inspired by visually stunning dishes and creative recipes from Riya Kapoor, a food stylist at ChopChopChronicles."},{name:"Arjun Singh",description:"Arjun Singh is a passionate home cook who shares his love for traditional Indian cuisine through his writing. With over 5 years of experience in food blogging, he emphasizes the importance of preserving age-old recipes while adapting them for modern kitchens. Arjun's approachable style makes cooking accessible to everyone.",meta_title:"Arjun Singh - Home Cook and Recipe Creator at ChopChopChronicles",meta_description:"Discover authentic and modern Indian recipes with home cook Arjun Singh at ChopChopChronicles."},{name:"Fatima Choudhury",description:"Fatima Choudhury is a seasoned cookbook author and culinary educator specializing in Indian sweets. With a degree in Food Science and over a decade of experience, she brings expertise in the art of dessert making. Fatima is dedicated to sharing traditional recipes with a modern twist, making her a sweet addition to ChopChopChronicles.",meta_title:"Fatima Choudhury - Dessert Specialist at ChopChopChronicles",meta_description:"Indulge in the art of Indian desserts with Fatima Choudhury, an expert sweet maker at ChopChopChronicles."},{name:"Sanjay Mehta",description:"Sanjay Mehta is a food entrepreneur and recipe innovator focused on Indian fusion cuisine. With over 12 years of experience in the culinary industry and a flair for creativity, he shares unique recipes that blend traditional cooking techniques with modern flavors to inspire everyday cooks.",meta_title:"Sanjay Mehta - Fusion Cuisine Innovator at ChopChopChronicles",meta_description:"Explore innovative Indian fusion recipes with Sanjay Mehta, a culinary entrepreneur at ChopChopChronicles."},{name:"Priya Patel",description:"Priya Patel is a health-conscious food blogger who specializes in nutritious Indian recipes. With a background in nutrition and over 6 years in food blogging, she combines her knowledge of healthy eating with traditional flavors. Priya aims to empower readers to make better food choices without sacrificing taste.",meta_title:"Priya Patel - Healthy Recipe Developer at ChopChopChronicles",meta_description:"Find nutritious and delicious Indian recipes with health expert Priya Patel at ChopChopChronicles."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a culinary historian and recipe researcher passionate about Indian heritage cuisine. With more than 15 years of experience in food writing, he delves deep into the history of traditional dishes, bringing rich narratives and authentic recipes to ChopChopChronicles.",meta_title:"Rajesh Kumar - Culinary Historian at ChopChopChronicles",meta_description:"Discover the stories behind traditional Indian recipes with culinary historian Rajesh Kumar at ChopChopChronicles."},{name:"Sneha Desai",description:"Sneha Desai is a food photographer and recipe blogger who beautifully captures the essence of Indian cooking. With a passion for storytelling through visuals and 7 years of blogging experience, she shares her culinary journey and inspires others to discover the joy of cooking.",meta_title:"Sneha Desai - Food Photographer and Blogger at ChopChopChronicles",meta_description:"Explore the culinary journey of Sneha Desai, food photographer and blogger, at ChopChopChronicles."},{name:"Vikram Rajput",description:"Vikram Rajput is a chef and food educator known for his innovative cooking workshops and classes focused on Indian cuisine. With 9 years of experience in culinary education, he empowers aspiring cooks to master traditional recipes while developing their unique style.",meta_title:"Vikram Rajput - Food Educator and Chef at ChopChopChronicles",meta_description:"Unlock the secrets of Indian cooking with Vikram Rajput, food educator and chef, at ChopChopChronicles."},{name:"Maya Sharma",description:"Maya Sharma is a celebrated food blogger and chef with over 10 years of experience in Indian cuisine. Based in Mumbai, she specializes in fusion recipes that blend traditional Indian cooking with modern culinary trends. Her passion for cooking began at her grandmother’s kitchen, where she learned the importance of authentic flavors. Maya has published several cookbooks and is a frequent contributor to culinary magazines.",meta_title:"Maya Sharma - Culinary Expert and Recipe Innovator",meta_description:"Explore delicious recipes and culinary tips from Maya Sharma, a celebrated chef and food blogger with expertise in Indian cuisine. Join her journey of fusion flavors at ChopChopChronicles."},{name:"Ravi Kumar",description:"Ravi Kumar is a renowned recipe developer and food stylist known for his vibrant approach to Indian cooking. With a background in culinary arts, he has worked in various 5-star hotels across India and is currently pursuing his passion for sharing recipes through food photography and blogging. Ravi’s unique presentation styles and tantalizing dishes make him a favorite among food enthusiasts.",meta_title:"Ravi Kumar - Recipe Developer and Food Stylist",meta_description:"Discover Ravi Kumar's eye-catching recipes and food styling tips that bring a contemporary twist to traditional Indian dishes. Get inspired at ChopChopChronicles!"},{name:"Anjali Desai",description:"Anjali Desai is a passionate home cook and food writer who dedicates her work to promoting healthy Indian recipes. With a Master's in Nutrition, she emphasizes the importance of balanced meals without compromising on taste. Anjali's blog features a variety of wholesome recipes that cater to health-conscious readers looking for flavorful options.",meta_title:"Anjali Desai - Healthy Indian Recipes Advocate",meta_description:"Join Anjali Desai on a culinary journey as she shares wholesome and healthy Indian recipes that are both nutritious and delicious. Transform your cooking with ChopChopChronicles."},{name:"Suresh Menon",description:"Suresh Menon is a culinary enthusiast and writer with a flair for bringing traditional Indian home recipes to life. He draws inspiration from his family's diverse culinary background and aims to revive age-old recipes for modern audiences. With over a decade of writing experience, Suresh’s articles are filled with stories and flavors from across India.",meta_title:"Suresh Menon - Traditional Indian Recipe Advocate",meta_description:"Revive the taste of tradition with Suresh Menon, whose articles feature authentic Indian home recipes and culinary stories that connect generations at ChopChopChronicles."},{name:"Fatima Ali",description:"Fatima Ali is a celebrated food journalist and recipe curator known for her engaging writing style and authentic cultural cuisine exploration. Her background in journalism allows her to weave personal stories with culinary techniques, inspiring home cooks everywhere. Her work focuses on celebrating the rich diversity of Indian cuisine.",meta_title:"Fatima Ali - Food Journalist and Recipe Curator",meta_description:"Join Fatima Ali as she explores and curates authentic Indian recipes, blending stories with culinary heritage to inspire home cooking at ChopChopChronicles."},{name:"Amit Joshi",description:"Amit Joshi is a culinary artist with a passion for grilling and barbecuing Indian style. He shares his love for outdoor cooking through innovative recipes that combine traditional Indian spices with modern grilling techniques. His adventurous spirit and expertise in barbecue make his contributions to ChopChopChronicles both exciting and flavorful.",meta_title:"Amit Joshi - Indian Grilling Expert",meta_description:"Discover Indian grilling magic with Amit Joshi, an expert in barbecuing and outdoor cooking, presenting unique recipes that fuse traditional Indian spices with modern techniques at ChopChopChronicles."},{name:"Priya Rao",description:"Priya Rao is a professional chef and culinary content creator specializing in street food recipes from India. Her adventurous palate and keen attention to detail bring the vibrant flavors of Indian street cuisine to her readers’ kitchens. With a background in restaurant management, Priya aims to elevate street food experience through accessible recipes.",meta_title:"Priya Rao - Street Food Culinary Creator",meta_description:"Taste the vibrant flavors of Indian street cuisine with Priya Rao, a culinary creator dedicated to bringing authentic street food recipes to your kitchen at ChopChopChronicles."},{name:"Vikram Narayan",description:"Vikram Narayan is a multi-talented chef, blogger, and cookbook author who focuses on regional Indian sweets and desserts. With his extensive knowledge of traditional Indian desserts and a penchant for modern twists, Vikram creates recipes that charm sweet-toothed enthusiasts. His contributions highlight the art of sweet-making in Indian culture.",meta_title:"Vikram Narayan - Expert in Indian Sweets & Desserts",meta_description:"Delight in the world of Indian sweets with Vikram Narayan, an expert in creating traditional desserts with a modern twist, sharing his recipes at ChopChopChronicles."},{name:"Sophia Rodriguez",description:"Sophia is a culinary expert and food writer with over 10 years of experience in the culinary industry. Based in Barcelona, she specializes in Mediterranean cuisine and enjoys inspiring home cooks with her flavorful recipes and cooking tips. When she's not in the kitchen, Sophia shares her global culinary adventures on her blog.",meta_title:"Sophia Rodriguez - Culinary Expert at ChopChopChronicles",meta_description:"Discover delightful Mediterranean recipes and cooking tips from Sophia Rodriguez, a seasoned culinary expert with over 10 years of experience."},{name:"Jamal El Khoury",description:"Jamal is a passionate food stylist and chef from Lebanon who has dedicated his career to preserving the art of Levantine cooking. With more than 15 years in the culinary field, he blends tradition with modern techniques to create visually stunning dishes that tell a story.",meta_title:"Jamal El Khoury - Levantine Culinary Artist at ChopChopChronicles",meta_description:"Explore the vibrant world of Levantine cuisine with Jamal El Khoury, a culinary artist passionate about traditional recipes and food styling."},{name:"Emily Chang",description:"Based in Tokyo, Emily is a food writer and recipe developer with a love for Japanese cuisine. With extensive experience living and working in both Japan and the U.S., she brings a unique perspective to her recipes, focusing on seasonal ingredients and cultural significance.",meta_title:"Emily Chang - Japanese Cuisine Aficionado at ChopChopChronicles",meta_description:"Dive into authentic Japanese recipes and culinary wisdom with Emily Chang, a food writer dedicated to sharing the beauty of Japanese cuisine."},{name:"Marco Rossi",description:"Marco is an Italian chef and culinary instructor based in Florence, Italy. With over 20 years in the kitchen, he specializes in traditional Italian cooking, passed down through generations. Marco loves to teach others about the importance of quality ingredients and family recipes.",meta_title:"Marco Rossi - Traditional Italian Chef at ChopChopChronicles",meta_description:"Experience the heart of Italian cooking with Marco Rossi, a passionate chef teaching the art of traditional recipes and culinary heritage."},{name:"Fatima Zahra",description:"Fatima is a Moroccan cook and food blogger celebrated for her authentic Moroccan recipes and culinary storytelling. Having worked in various restaurants in Marrakech, she aims to share the flavors and traditions of Moroccan cuisine with food lovers around the world.",meta_title:"Fatima Zahra - Moroccan Cuisine Connoisseur at ChopChopChronicles",meta_description:"Explore the rich flavors of Moroccan cuisine with Fatima Zahra, a passionate cook sharing authentic recipes and culinary traditions."},{name:"Liam O'Sullivan",description:"Liam is an Irish chef and author based in Dublin, Ireland. With over 12 years of culinary experience, he specializes in modern interpretations of traditional Irish dishes, focusing on locally sourced ingredients and sustainable practices.",meta_title:"Liam O'Sullivan - Irish Culinary Innovator at ChopChopChronicles",meta_description:"Savor the tastes of modern Irish cuisine with Liam O'Sullivan, a chef dedicated to reinventing traditional recipes with local ingredients."},{name:"Aisha Khan",description:"Aisha is a Pakistani food writer and culinary enthusiast committed to sharing the diverse flavors of South Asian cuisine. Her extensive travel experience throughout Pakistan inspires her recipes, focusing on street food and home-cooked meals that reflect her cultural heritage.",meta_title:"Aisha Khan - South Asian Culinary Advocate at ChopChopChronicles",meta_description:"Discover the vibrant world of South Asian cuisine with Aisha Khan, a food writer showcasing authentic recipes and culinary traditions."},{name:"Nikoleta Papadopoulos",description:"Nikoleta is a Greek chef and recipe developer based in Athens. With a deep passion for her heritage, she has a decade of culinary experience, specializing in farm-to-table cooking. Nikoleta is known for her vibrant Greek salads and hearty Mediterranean dishes.",meta_title:"Nikoleta Papadopoulos - Greek Culinary Expert at ChopChopChronicles",meta_description:"Explore the flavors of Greece with Nikoleta Papadopoulos, a chef dedicated to showcasing fresh ingredients and traditional Greek recipes."},{name:"David Whiley",description:"David is an Australian chef and food critic with a love for exceptional street food. He travels around the world documenting street food culture and recipes. With over 8 years in the culinary field, David enjoys sharing unique flavors from his travels.",meta_title:"David Whiley - Street Food Connoisseur at ChopChopChronicles",meta_description:"Join David Whiley in exploring the exciting world of street food with unique recipes and insights from his global culinary adventures."},{name:"Tina Zhang",description:"Tina is a renowned pastry chef from Shanghai, China. With a deep appreciation for the art of baking, she has built her career on perfecting traditional Chinese pastries and desserts. Tina shares her expertise to inspire others to create sweet delights at home.",meta_title:"Tina Zhang - Chinese Pastry Chef at ChopChopChronicles",meta_description:"Indulge in the delicate art of Chinese pastry with Tina Zhang, a pastry chef sharing her passion for traditional sweets and desserts."},{name:"Emily Chen",description:"Emily Chen is a culinary blogger and food stylist based in San Francisco. With over 8 years of experience in the food industry, she specializes in Asian cuisines and has a passion for creating visually appealing dishes that tell a story. Her work has been featured in several food magazines and blogs.",meta_title:"Emily Chen - Asian Cuisine Specialist | ChopChopChronicles",meta_description:"Discover the art of Asian cooking with Emily Chen, a seasoned culinary blogger and food stylist at ChopChopChronicles. Explore her unique recipes and vibrant food photography."},{name:"Carlos Rivera",description:"Carlos Rivera is a renowned chef and food writer from Mexico City. With a background in traditional Mexican cooking, he shares authentic recipes that reflect his heritage. Carlos has conducted various culinary workshops and has written for multiple food publications.",meta_title:"Carlos Rivera - Mexican Culinary Expert | ChopChopChronicles",meta_description:"Join Carlos Rivera as he brings the flavors of Mexico to your kitchen. Explore traditional recipes and culinary insights with the expert chef at ChopChopChronicles."},{name:"Aisha Patel",description:"Aisha Patel is a food enthusiast and nutritional expert from London, specializing in healthy vegetarian and vegan recipes. She holds a degree in nutrition and uses her knowledge to create delicious, healthy meals that promote well-being.",meta_title:"Aisha Patel - Healthy Eating Advocate | ChopChopChronicles",meta_description:"Elevate your cooking with Aisha Patel's healthy vegetarian and vegan recipes. Discover nutritious meal ideas and expert tips at ChopChopChronicles."},{name:"Sophia Martinez",description:"Sophia Martinez is a passionate Italian home cook living in Rome. Known for her family recipes passed down through generations, Sophia shares authentic Italian dishes and culinary traditions on her platform.",meta_title:"Sophia Martinez - Authentic Italian Home Cook | ChopChopChronicles",meta_description:"Immerse yourself in authentic Italian cooking with Sophia Martinez. Find cherished family recipes and culinary traditions at ChopChopChronicles."},{name:"Raj Singh",description:"Raj Singh is a chef and food writer from New Delhi, India, with a focus on spicy Indian street food. He has worked in several prestigious restaurants and is dedicated to sharing the vibrancy of Indian street cuisine with food lovers everywhere.",meta_title:"Raj Singh - Indian Street Food Expert | ChopChopChronicles",meta_description:"Dive into the world of flavorful Indian street food with Raj Singh. Explore spices, recipes, and culinary adventures at ChopChopChronicles."},{name:"Clara Dubois",description:"Clara Dubois is a French pastry chef and cookbook author based in Paris. Known for her exquisite desserts and pastries, she has a background in fine dining and shares her expertise through approachable recipes for home bakers.",meta_title:"Clara Dubois - French Pastry Specialist | ChopChopChronicles",meta_description:"Discover the world of French pastry with Clara Dubois. Create beautiful desserts and indulge in sweet treats at ChopChopChronicles."},{name:"Anita Milkova",description:"Anita Milkova is a Bulgarian food blogger and culinary consultant who specializes in Eastern European recipes. With a flair for traditional and modern twists on classic dishes, she aims to introduce new flavors to a global audience.",meta_title:"Anita Milkova - Eastern European Culinary Blogger | ChopChopChronicles",meta_description:"Explore the flavors of Eastern Europe with Anita Milkova. Discover traditional recipes and innovative culinary techniques at ChopChopChronicles."},{name:"Tomoko Suzuki",description:"Tomoko Suzuki is a sushi chef and culinary artist from Tokyo, Japan. She has trained in traditional sushi techniques and now travels the world, sharing her knowledge and creativity through sushi-making workshops and online content.",meta_title:"Tomoko Suzuki - Sushi Chef & Culinary Artist | ChopChopChronicles",meta_description:"Explore the art of sushi-making with Tomoko Suzuki. Learn traditional techniques and creative twists at ChopChopChronicles."},{name:"Marcus Johnson",description:"Marcus Johnson is a barbecue pitmaster and food influencer from the southern United States. With a passion for slow-cooked meats and rich flavors, he shares recipes, tips, and barbecue culture through his engaging online presence.",meta_title:"Marcus Johnson - BBQ Pitmaster | ChopChopChronicles",meta_description:"Ignite your passion for barbecue with Marcus Johnson. Discover mouthwatering recipes and expert grilling techniques at ChopChopChronicles."}],o=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=o,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:#5c3a2a;--theme-color-8:#a64d3d;--theme-color-7:#c8795d;--theme-color-6:#e2a77a;--theme-color-5:#f1c2a1;--theme-color-3:#f4e1d4;--theme-color-2:#f7f2eb;--color-bg-layout:#ffffff;--color-bg-hover:#f0e7e7;--article-border-radius:15px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ globalCuisines: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ asianCuisine: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ europeanCuisine: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ americasCuisine: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ africanCuisine: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ oceanicCuisine: {
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
+ recipeTypes: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ appetizers: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ mainCourses: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ desserts: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ beverages: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ snacks: {
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
+ dietaryPreferences: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ vegetarian: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ vegan: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ glutenFree: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ paleo: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ ketogenic: {
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
+ cookingTechniques: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ baking: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ grilling: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ steaming: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ roasting: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ stirFrying: {
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
+ culturalSignificance: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ festiveDishes: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ traditionalCelebrations: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ heritageRecipes: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ familyFavorites: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ foodMyths: {
204
+ title: string;
205
+ description: string;
206
+ slug: string;
207
+ children: null;
208
+ };
209
+ other: {
210
+ title: string;
211
+ description: string;
212
+ slug: string;
213
+ children: null;
214
+ };
215
+ };
216
+ };
217
+ cookingForOccasions: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ holidayFeasts: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ weeknightMeals: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ picnicsAndBarbecues: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ romanticDinners: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ partiesAndGatherings: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83D\uDC69\u200D\uD83C\uDF73\uD83E\uDD58\uD83C\uDF70";
264
+ export declare const categories: ("cookingTechniques" | "dietaryPreferences" | "globalCuisines" | "recipeTypes" | "culturalSignificance" | "cookingForOccasions")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-19T00:00:00Z";
271
+ export declare const devBucketName = "idn-crumbcultures-dev";
272
+ export declare const prodBucketName = "idn-crumbcultures";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={globalCuisines:{title:"Explore Global Cuisines - Recipes & Culinary Delights 🌍🍽️",description:"Delve into the diverse world of global cuisines with inspiring recipes, cooking techniques, and cultural stories to elevate your culinary skills! 🍴✨",slug:"global-cuisines",children:{asianCuisine:{title:"Asian Cuisine - Flavorful Recipes from the East 🍜🥢",description:"Discover the vibrant flavors of Asian cuisine with mouth-watering recipes, cooking tips, and the cultural significance behind these dishes! 🌅🍚",slug:"asian-cuisine",children:null},europeanCuisine:{title:"European Cuisine - Exquisite Recipes from Europe 🍝🍷",description:"Uncover the culinary treasures of Europe with tantalizing recipes, traditional techniques, and fascinating stories from various European cultures! 🎉🍰",slug:"european-cuisine",children:null},americasCuisine:{title:"Americas Cuisine - Savory Recipes from North and South America 🌮🥩",description:"Explore the rich culinary heritage of the Americas, featuring delicious recipes and cultural insights from North to South America! 🌍🥗",slug:"americas-cuisine",children:null},africanCuisine:{title:"African Cuisine - Authentic Recipes from Africa 🍲🌍",description:"Experience the diverse flavors of African cuisine with unique recipes and cultural narratives that celebrate this vibrant continent! 🦁💚",slug:"african-cuisine",children:null},oceanicCuisine:{title:"Oceanic Cuisine - Delicious Recipes from the Pacific Islands 🏝️🍍",description:"Savor the taste of Oceanic cuisine with enticing recipes that showcase the flavors and traditions of the Pacific Islands! 🌊🌞",slug:"oceanic-cuisine",children:null},other:{title:"Other Global Flavors - Unique Recipes from Around the World 🌎🍲",description:"Discover a world of unique recipes not confined to any category, bringing exciting global flavors to your kitchen! 🌈🍴",slug:"other-global-flavors",children:null}}},recipeTypes:{title:"Explore Delicious Recipe Types for Every Occasion 🍽️",description:"Dive into a diverse range of culinary delights with our recipe types. From appetizers to desserts, discover delicious recipes for every occasion! 🌍",slug:"recipe-types",children:{appetizers:{title:"Irresistible Appetizers to Kickstart Your Meal 🍢",description:"Discover a range of tantalizing appetizer recipes perfect for any gathering. Impress your guests with delightful starters that awaken the palate! 🥳",slug:"appetizers",children:null},mainCourses:{title:"Satisfying Main Courses for a Complete Meal 🍛",description:"Explore a variety of mouth-watering main course recipes that will satisfy your hunger and impress your guests with bold flavors and creativity. 🍽️",slug:"main-courses",children:null},desserts:{title:"Decadent Desserts for Sweet Tooth Lovers 🍰",description:"Indulge in delightful dessert recipes that satisfy your cravings for sweetness. Treat yourself to delicious recipes rich in flavor and creativity! 🍮",slug:"desserts",children:null},beverages:{title:"Refreshing Beverages to Quench Your Thirst 🥤",description:"Stay refreshed with our diverse beverage recipes. From smoothies to cocktails, find the perfect drink to complement your meals and boost your day! 🍹",slug:"beverages",children:null},snacks:{title:"Delicious Snacks for Anytime Cravings 🍿",description:"Satisfy your hunger between meals with tasty snack recipes. Enjoy delightful bites perfect for any time of day or sharing with friends! 🍪",slug:"snacks",children:null},other:{title:"Unique Culinary Creations Beyond the Ordinary 🌟",description:"Discover unique recipes that don’t fit traditional categories. Explore our collection of eclectic dishes for culinary adventure and innovation! 🌏",slug:"other",children:null}}},dietaryPreferences:{title:"Explore Delicious Dietary Preferences - Unique Recipes for Every Lifestyle 🍽️",description:"Dive into the world of culinary delights with our curated collection of dietary preferences. Discover mouth-watering recipes tailored for everyone! 🌍",slug:"dietary-preferences",children:{vegetarian:{title:"Tasty Vegetarian Recipes - Discover Flavorful Meat-Free Dishes 🌱",description:"Explore our delicious vegetarian recipes that offer a fantastic variety of meat-free dishes. Perfect for anyone looking to enjoy great flavors! 🥗",slug:"vegetarian",children:null},vegan:{title:"Vegan Recipes - Healthy and Flavorful Dishes for a Plant-Based Lifestyle 🌿",description:"Unlock a world of vibrant and healthy vegan recipes that are sure to please your taste buds. Ideal for both seasoned vegans and beginners! 🍜",slug:"vegan",children:null},glutenFree:{title:"Gluten-Free Recipes - Delicious Dishes for Sensitive Palates 🍞",description:"Enjoy mouth-watering gluten-free recipes designed for those with dietary restrictions. Discover satisfying meals that won't compromise on flavor! 🌟",slug:"gluten-free",children:null},paleo:{title:"Paleo Recipes - Enjoy Wholesome Food Inspired by Our Ancestors 🍖",description:"Delve into the healthful world of Paleo recipes that celebrate natural ingredients. Perfect for those wanting to eat clean and feel great! 🥚",slug:"paleo",children:null},ketogenic:{title:"Ketogenic Recipes - Low-Carb, High-Flavor Meals for Optimal Health 🥑",description:"Discover delicious ketogenic recipes that are low in carbs but high in taste. Ideal for anyone looking to maintain ketosis and satisfy cravings! 🍳",slug:"ketogenic",children:null},other:{title:"Other Dietary Preferences - Explore Unique Culinary Choices 🍽️",description:"Check out our selection of unique recipes catering to various dietary preferences. Perfect for exploring innovative and delicious meals! 🌈",slug:"other",children:null}}},cookingTechniques:{title:"Mastering Culinary Techniques: Elevate Your Cooking Skills 🍽️",description:"Explore diverse cooking techniques that transform dishes into culinary art. Unleash your inner chef and elevate your kitchen game with us! 🔪",slug:"cooking-techniques",children:{baking:{title:"Baking Made Easy: Delicious Bread, Cakes & More! 🍰",description:"Dive into the world of baking with our simple and flavorful recipes. Create irresistible delights from bread to cakes with expert tips! 🥖",slug:"baking",children:null},grilling:{title:"Grilling Techniques: Sizzle and Flavor on the BBQ! 🔥",description:"Uncover the art of grilling with our delicious recipes and techniques. Savor smoky flavors and perfect grill marks on every dish! 🍖",slug:"grilling",children:null},steaming:{title:"Steaming Secrets: Healthy & Vibrant Dishes! 🥦",description:"Discover the health benefits of steaming with our vibrant recipes. Prepare nutritious meals while preserving flavor and texture! 🍤",slug:"steaming",children:null},roasting:{title:"Roasting Techniques: Enhance Flavor & Texture! 🍗",description:"Master the roasting technique to create perfectly cooked meats and vegetables. Elevate your culinary skills with our delectable recipes! 🌽",slug:"roasting",children:null},stirFrying:{title:"Stir-Frying Mastery: Quick & Tasty Asian Dishes! 🍜",description:"Get inspired with our stir-frying techniques for quick, flavorful meals. Discover vibrant recipes that burst with taste and color! 🍚",slug:"stir-frying",children:null},other:{title:"Exploring Other Cooking Techniques: A Culinary Adventure 🌍",description:"Expand your culinary repertoire with unique cooking techniques. From sous-vide to smoking, discover new ways to prepare amazing dishes! 🔥",slug:"other",children:null}}},culturalSignificance:{title:"Cultural Significance of Culinary Traditions 🍽️",description:"Explore the rich cultural significance of culinary traditions worldwide, from festive dishes to heritage recipes that enrich our lives! 🌍",slug:"cultural-significance-culinary-traditions",children:{festiveDishes:{title:"Festive Dishes: Culinary Celebrations 🎉",description:"Dive into festive dishes celebrated around the world! Discover recipes that bring joy and tradition to every celebration. 🎊",slug:"festive-dishes-culinary-celebrations",children:null},traditionalCelebrations:{title:"Traditional Celebrations: Culinary Heritage 🎈",description:"Uncover traditional celebrations and the unique recipes that define cultures, offering a glimpse into their culinary heritage. 🍛",slug:"traditional-celebrations-culinary-heritage",children:null},heritageRecipes:{title:"Heritage Recipes: Tastes of the Past 🍴",description:"Experience the timeless flavors of heritage recipes that have been cherished through generations, each with a unique story! 📜",slug:"heritage-recipes-tastes-of-the-past",children:null},familyFavorites:{title:"Family Favorites: Passed Down Delights 👪",description:"Explore beloved family recipes that bring warmth and nostalgia, making every meal a cherished memory together! 🥘",slug:"family-favorites-passed-down-delights",children:null},foodMyths:{title:"Food Myths: Debunking Culinary Beliefs 🥗",description:"Discover fascinating food myths from around the world and learn the truths behind these culinary misconceptions! 🔍",slug:"food-myths-debunking-culinary-beliefs",children:null},other:{title:"Other Cultural Culinary Insights 🌈",description:"Explore diverse culinary insights that don't fit into traditional categories, enriching your culinary journey with unique flavors! 🌟",slug:"other-cultural-culinary-insights",children:null}}},cookingForOccasions:{title:"Culinary Inspiration for Every Occasion🍽️",description:"Explore an array of curated recipes perfect for any culinary occasion. Unleash your creativity and delight your taste buds with every dish!✨",slug:"cooking-for-occasions",children:{holidayFeasts:{title:"Delicious Holiday Feasts to Celebrate🎉",description:"Indulge in mouthwatering holiday feast recipes that bring joy and flavor to your table. Discover the traditions and tastes of festive gatherings!🍗",slug:"holiday-feasts",children:null},weeknightMeals:{title:"Quick and Easy Weeknight Meals🍳",description:"Discover a variety of quick and easy recipes designed for busy weeknights. Enjoy delicious meals that bring joy and satisfaction to your family!🥗",slug:"weeknight-meals",children:null},picnicsAndBarbecues:{title:"Perfect Recipes for Picnics & Barbecues☀️",description:"Uncover a selection of refreshing recipes perfect for your picnics and barbecues. Enjoy sunny days with delicious, easy-to-prepare meals!🍔",slug:"picnics-and-barbecues",children:null},romanticDinners:{title:"Intimate Recipes for Romantic Dinners❤️",description:"Create unforgettable romantic dinners with our curated recipes. Discover delightful dishes that will set the mood and impress your beloved!🍷",slug:"romantic-dinners",children:null},partiesAndGatherings:{title:"Festive Recipes for Parties & Gatherings🎊",description:"Elevate your gatherings with our festive party recipes. Impress your guests with delectable dishes that create unforgettable memories!🍤",slug:"parties-and-gatherings",children:null},other:{title:"Unique Culinary Creations for Any Occasion🍴",description:"Explore unique recipes that don't fit traditional categories. From innovative dishes to fun ideas, discover your next culinary adventure!🌟",slug:"other",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),r=e.AUTHORS_INFO.map((e=>e.name)),s="🍽️👩‍🍳🥘🍰",n=Object.keys(i),o=[],a=[];for(const e of n){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-19T00:00:00Z",c="crumbcultures",u=`idn-${c}-dev`,h=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=t,exports.authorsNames=r,exports.categories=n,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
+ CulinaryAdventures = "Culinary Adventures",
3
+ CookingLevels = "Cooking Levels",
4
+ DietaryInspirations = "Dietary Inspirations",
5
+ OccasionHighlights = "Occasion Highlights",
6
+ FlavorProfiles = "Flavor Profiles"
7
+ }
8
+ type CulinaryAdventuresValues = 'Italian Classics' | 'Spicy Mexican' | 'Savoring Asia' | 'Middle Eastern Delights' | 'Soul Food Favorites';
9
+ type CookingLevelsValues = 'Beginner-Friendly' | 'Intermediate Challenges' | 'Expert Techniques' | 'Quick and Easy' | 'One-Pot Wonders';
10
+ type DietaryInspirationsValues = 'Vegan Variations' | 'Gluten-Free Goodies' | 'Low-Carb Creations' | 'Healthy Indulgences' | 'Kid-Friendly Options';
11
+ type OccasionHighlightsValues = 'Weeknight Dinners' | 'Festive Feasts' | 'Casual Get-Togethers' | 'Romantic Meals' | 'Meal Prep Essentials';
12
+ type FlavorProfilesValues = 'Umami Rich' | 'Zesty Citrus' | 'Sweet & Savory' | 'Herbaceous Freshness' | 'Smoky Depths';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.CulinaryAdventures]: CulinaryAdventuresValues[];
15
+ [FiltersNames.CookingLevels]: CookingLevelsValues[];
16
+ [FiltersNames.DietaryInspirations]: DietaryInspirationsValues[];
17
+ [FiltersNames.OccasionHighlights]: OccasionHighlightsValues[];
18
+ [FiltersNames.FlavorProfiles]: FlavorProfilesValues[];
19
+ };
20
+ export declare const culinaryAdventuresValues: CulinaryAdventuresValues[];
21
+ export declare const cookingLevelsValues: CookingLevelsValues[];
22
+ export declare const dietaryInspirationsValues: DietaryInspirationsValues[];
23
+ export declare const occasionHighlightsValues: OccasionHighlightsValues[];
24
+ export declare const flavorProfilesValues: FlavorProfilesValues[];
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.CookingLevels="Cooking Levels",e.DietaryInspirations="Dietary Inspirations",e.OccasionHighlights="Occasion Highlights",e.FlavorProfiles="Flavor Profiles";const s=["Italian Classics","Spicy Mexican","Savoring Asia","Middle Eastern Delights","Soul Food Favorites"],i=["Beginner-Friendly","Intermediate Challenges","Expert Techniques","Quick and Easy","One-Pot Wonders"],r=["Vegan Variations","Gluten-Free Goodies","Low-Carb Creations","Healthy Indulgences","Kid-Friendly Options"],t=["Weeknight Dinners","Festive Feasts","Casual Get-Togethers","Romantic Meals","Meal Prep Essentials"],a=["Umami Rich","Zesty Citrus","Sweet & Savory","Herbaceous Freshness","Smoky Depths"],o={[exports.FiltersNames.CulinaryAdventures]:[],[exports.FiltersNames.CookingLevels]:[],[exports.FiltersNames.DietaryInspirations]:[],[exports.FiltersNames.OccasionHighlights]:[],[exports.FiltersNames.FlavorProfiles]:[]},l={[exports.FiltersNames.CulinaryAdventures]:s,[exports.FiltersNames.CookingLevels]:i,[exports.FiltersNames.DietaryInspirations]:r,[exports.FiltersNames.OccasionHighlights]:t,[exports.FiltersNames.FlavorProfiles]:a},n=()=>JSON.stringify(l,null,2);exports.cookingLevelsValues=i,exports.culinaryAdventuresValues=s,exports.dietaryInspirationsValues=r,exports.flavorProfilesValues=a,exports.fullFilters=l,exports.getFiltersTypesJSON=n,exports.initialFilters=o,exports.occasionHighlightsValues=t;
@@ -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"),i=require("./prompts/gpt4oMini/articles.js"),p=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.cookingLevelsValues=t.cookingLevelsValues,exports.culinaryAdventuresValues=t.culinaryAdventuresValues,exports.dietaryInspirationsValues=t.dietaryInspirationsValues,exports.flavorProfilesValues=t.flavorProfilesValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.occasionHighlightsValues=t.occasionHighlightsValues,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=i,exports.END_STEP=p.END_STEP,exports.FILTERS_INFO=p.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=p.IMAGES_PROHIBITED_WORDS,exports.START_STEP=p.START_STEP,exports.TARGET_AUDIENCE=p.TARGET_AUDIENCE,exports.ZERO_SECTION=p.ZERO_SECTION,exports.portalInfo=p.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: CrumbCultures is an engaging infotainment portal dedicated to culinary enthusiasts, serving a delicious array of recipes from around the world. It aims to inspire both novice and seasoned cooks with unique flavors and cooking techniques.\n - Detailed description: CrumbCultures is an innovative online platform focused on exploring the rich tapestry of global culinary traditions. The portal offers a wide variety of recipes ranging from traditional dishes to modern twists, catering to diverse palates and dietary preferences. Each recipe is meticulously curated to include not only the ingredients and methods but also intriguing stories, historical contexts, and cultural significance behind the dishes. CrumbCultures encourages culinary exploration and learning, providing tips, cooking techniques, and nutritional insights that empower users to enhance their cooking skills. The user-friendly interface allows visitors to easily navigate through various categories, making it simple to find the perfect recipe for any occasion. With a strong emphasis on community, the portal also invites readers to share their own recipes, experiences, and culinary journeys.\n - Target audience: CrumbCultures targets a diverse audience that includes cooking enthusiasts, food lovers, and anyone interested in exploring culinary cultures. This group ranges from novice home cooks seeking simple and delightful recipes to experienced chefs looking for inspiration and new techniques. Additionally, the portal appeals to foodies who enjoy learning about the stories behind their meals, as well as individuals with dietary restrictions seeking tailored recipes that fit their lifestyles.\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 - Brief description of the dish\n - Origin and cultural significance\n\n## Ingredients List\n - Complete list of ingredients\n - Special ingredient notes (replacements, sourcing tips)\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: CrumbCultures is an engaging infotainment portal dedicated to culinary enthusiasts, serving a delicious array of recipes from around the world. It aims to inspire both novice and seasoned cooks with unique flavors and cooking techniques.\n - Detailed description: CrumbCultures is an innovative online platform focused on exploring the rich tapestry of global culinary traditions. The portal offers a wide variety of recipes ranging from traditional dishes to modern twists, catering to diverse palates and dietary preferences. Each recipe is meticulously curated to include not only the ingredients and methods but also intriguing stories, historical contexts, and cultural significance behind the dishes. CrumbCultures encourages culinary exploration and learning, providing tips, cooking techniques, and nutritional insights that empower users to enhance their cooking skills. The user-friendly interface allows visitors to easily navigate through various categories, making it simple to find the perfect recipe for any occasion. With a strong emphasis on community, the portal also invites readers to share their own recipes, experiences, and culinary journeys.\n - Target audience: CrumbCultures targets a diverse audience that includes cooking enthusiasts, food lovers, and anyone interested in exploring culinary cultures. This group ranges from novice home cooks seeking simple and delightful recipes to experienced chefs looking for inspiration and new techniques. Additionally, the portal appeals to foodies who enjoy learning about the stories behind their meals, as well as individuals with dietary restrictions seeking tailored recipes that fit their lifestyles.\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 - Brief description of the dish\n - Origin and cultural significance\n\n## Ingredients List\n - Complete list of ingredients\n - Special ingredient notes (replacements, sourcing tips)\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",r="synthesizing the information presented throughout",o="food lovers of all ages",a="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=r,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=a,exports.START_STEP=n,exports.TARGET_AUDIENCE=o,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 | CrumbCultures",description:"Discover the passion and expertise behind your favorite recipes! 🍽️ Meet our talented authors who bring flavor to your kitchen! 🌟"},[exports.PageNames.Home]:{title:"Welcome to CrumbCultures | Delicious Recipes Await!",description:"Explore a world of flavors with CrumbCultures! 🍰 From savory dishes to sweet treats, your culinary adventure starts here! 🌍"},[exports.PageNames.NotFound]:{title:"Page Not Found | CrumbCultures",description:"Oops! Looks like that page doesn't exist. 🔍 Check out our delicious recipes and culinary tips instead! 🍴"},[exports.PageNames.AboutUs]:{title:"About CrumbCultures | Our Culinary Journey",description:"Learn about CrumbCultures, where passion meets flavors! 🌿 Join us on a journey of delectable recipes and culinary inspiration! 🍳"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | CrumbCultures",description:"Your privacy matters! 🔒 Read our policy to learn how we protect your information while you explore delightful recipes! 📜"},[exports.PageNames.Terms]:{title:"Terms of Service | CrumbCultures",description:"Understand the terms that guide your experience at CrumbCultures. ✅ Stay informed while cooking up delightful recipes! 📖"},[exports.PageNames.Sitemap]:{title:"Sitemap | Explore CrumbCultures",description:"Navigate through CrumbCultures effortlessly! 🗺️ Discover all our delicious recipes and culinary sections in one place! 🍕"}},a=[{name:"Nisha K. Bansal",description:"Nisha K. Bansal is a celebrated culinary writer and recipe developer specializing in Indian cuisine. With over a decade of experience in food blogging and food photography, she focuses on bringing traditional Indian dishes to modern kitchens. Her love for experimenting with spices shines through her vibrant recipes.",meta_title:"Nisha K. Bansal - Indian Culinary Expert | CrumbCultures",meta_description:"Explore the culinary world of Nisha K. Bansal at CrumbCultures. Discover vibrant recipes and innovative twists on traditional Indian dishes."},{name:"Ravi Singh",description:"Ravi Singh is a food enthusiast and prominent health-conscious chef whose expertise lies in healthy Indian cooking. With his culinary degree from the prestigious Le Cordon Bleu, Ravi creates recipes that balance health and flavor, making him a sought-after author for health-focused culinary platforms.",meta_title:"Ravi Singh - Health-Focused Indian Recipes | CrumbCultures",meta_description:"Join Ravi Singh at CrumbCultures for healthy Indian recipes that nurture your body and satisfy your taste buds. Discover a new way to enjoy your favorite dishes!"},{name:"Ananya Sharma",description:"Ananya Sharma is a passionate home cook and food writer who delights in exploring regional Indian cuisines. Ananya's articles emphasize cultural stories behind recipes, reflecting her dedication to celebrating her heritage through food.",meta_title:"Ananya Sharma - Celebrating Indian Heritage through Food | CrumbCultures",meta_description:"Discover the rich stories and regional flavors from Ananya Sharma at CrumbCultures. Uncover traditional recipes that connect you to Indian culinary heritage."},{name:"Manish Verma",description:"Manish Verma is a culinary innovator and chef who specializes in fusion recipes. With a background in both Indian and Western culinary arts, his work at CrumbCultures showcases unique recipe combinations that respect and celebrate both cuisines.",meta_title:"Manish Verma - Fusion Cooking Expert | CrumbCultures",meta_description:"Explore the unique fusion recipes of Manish Verma at CrumbCultures. Experience the blend of Indian flavors with global culinary traditions!"},{name:"Priya Desai",description:"Priya Desai is a trained chef with a focus on sustainable cooking and farm-to-table philosophies. Her articles at CrumbCultures offer sustainable alternatives to traditional Indian recipes, ensuring that everyone can enjoy delicious meals that are also good for the planet.",meta_title:"Priya Desai - Sustainable Culinary Guru | CrumbCultures",meta_description:"Join Priya Desai at CrumbCultures for sustainable and delicious Indian recipes that care for the environment. Cook wisely, eat well!"},{name:"Suresh Patel",description:"Suresh Patel is a renowned food blogger and cookbook author with over 15 years of experience in Indian cooking. His easy-to-follow recipes and cooking tips have helped aspiring cooks enhance their skills and dive into the world of flavorful Indian cuisine.",meta_title:"Suresh Patel - Indian Cooking Made Simple | CrumbCultures",meta_description:"Enhance your cooking skills with Suresh Patel at CrumbCultures. Discover easy and flavorful Indian recipes made for cooks of all levels!"},{name:"Kajal Reddy",description:"Kajal Reddy is a passionate food stylist and culinary consultant known for her creative presentations of Indian dishes. Her articles at CrumbCultures detail not only recipes but also tips on plating and food styling to make every meal a feast for the eyes.",meta_title:"Kajal Reddy - Creative Culinary Stylist | CrumbCultures",meta_description:"Unleash your creativity in the kitchen with Kajal Reddy at CrumbCultures. Learn how to style and present your favorite Indian dishes beautifully!"},{name:"Arjun Mehta",description:"Arjun Mehta is a culinary educator dedicated to teaching the art of Indian cooking. With a wealth of knowledge about spices and techniques, Arjun’s classes and articles empower readers to master the essential skills of Indian cuisine.",meta_title:"Arjun Mehta - Master Indian Cooking | CrumbCultures",meta_description:"Master the art of Indian cooking with Arjun Mehta at CrumbCultures. Discover expert tips and techniques for perfecting traditional Indian recipes!"},{name:"Sofia Kapoor",description:"Sofia Kapoor is a food travel writer whose experiences exploring India’s culinary landscape inspire her articles at CrumbCultures. She shares recipes and stories from her travels, highlighting the diverse food culture of India.",meta_title:"Sofia Kapoor - Culinary Traveler and Storyteller | CrumbCultures",meta_description:"Explore diverse Indian recipes and stories with Sofia Kapoor at CrumbCultures. Join her culinary journey across India and discover rich food cultures!"},{name:"Vikram Singh",description:"Vikram Singh is an esteemed food historian and writer specializing in the history and evolution of Indian cuisine. His research-based articles at CrumbCultures offer deep insights into traditional recipes and their significance in today’s culinary world.",meta_title:"Vikram Singh - Food Historian on Indian Cuisine | CrumbCultures",meta_description:"Dive deep into the history of Indian cuisine with Vikram Singh at CrumbCultures. Learn about traditional recipes and their cultural significance!"},{name:"Nisha D'Souza",description:"Nisha D'Souza is a passionate food writer and chef specializing in Indian cuisine. With over 10 years of experience in culinary arts, she has worked in various restaurants and has a deep understanding of regional Indian dishes. Nisha loves to explore traditional recipes and modern twists that capture the essence of Indian flavors.",meta_title:"Nisha D'Souza - Indian Cuisine Expert at CrumbCultures",meta_description:"Discover the culinary magic of Nisha D'Souza, a seasoned chef specializing in Indian recipes, at CrumbCultures. Explore her delicious insights and culinary experiences."},{name:"Raj Gupta",description:"Raj Gupta is a home cook turned food blogger who shares his love for Indian recipes through engaging articles. Having traveled across India, he draws inspiration from local markets and home kitchens, bringing authentic flavors to CrumbCultures. With a knack for simplifying complex dishes, Raj believes cooking should be enjoyable for everyone.",meta_title:"Raj Gupta - Home Cook and Food Blogger at CrumbCultures",meta_description:"Join Raj Gupta on a flavorful journey through authentic Indian recipes and culinary tips. Discover his passion for food at CrumbCultures."},{name:"Anita Mehta",description:"Anita Mehta is a culinary expert and food stylist with over 15 years in the industry. Based in Mumbai, she has worked with renowned chefs and often conducts workshops on Indian cooking. Anita aims to make Indian culinary traditions accessible to a global audience through her articles, focusing on easy-to-follow recipes.",meta_title:"Anita Mehta - Culinary Expert and Food Stylist at CrumbCultures",meta_description:"Explore the world of Indian cuisine with Anita Mehta, culinary expert and food stylist at CrumbCultures. Learn her secrets to delicious Indian recipes."},{name:"Mohit Verma",description:"Mohit Verma is a foodie and travel enthusiast who writes about his culinary adventures across India. He focuses on street food and regional specialties, bringing the vibrant essence of Indian food culture to the forefront. Mohit enjoys sharing recipes that evoke nostalgia and comfort through his writing.",meta_title:"Mohit Verma - Street Food Enthusiast and Writer at CrumbCultures",meta_description:"Discover Mohit Verma's insights into Indian street food and regional specialties at CrumbCultures. Taste his passions through cherished recipes."},{name:"Sonia Kapoor",description:"Sonia Kapoor is an Indian food connoisseur and nutritionist, blending culinary artistry with health consciousness. With a focus on wholesome cooking, Sonia shares nutritious Indian recipes that maintain traditional flavors while being mindful of dietary needs, making cooking simpler and healthier for all.",meta_title:"Sonia Kapoor - Nutritionist and Cook at CrumbCultures",meta_description:"Get inspired by Sonia Kapoor's nutritious Indian recipes that combine health and flavor, only at CrumbCultures. Discover a healthier way to enjoy Indian cooking."},{name:"Vikram Jain",description:"Vikram Jain is a chef and culinary writer who specializes in modern Indian fusion cuisine. With a background in culinary school and a keen interest in global flavors, he crafts innovative recipes that respect traditional techniques while inviting creativity. Vikram's goal is to inspire a new generation of cooks.",meta_title:"Vikram Jain - Chef and Fusion Food Writer at CrumbCultures",meta_description:"Experience innovative Indian fusion recipes from Vikram Jain at CrumbCultures. Explore his creative culinary journey blending tradition and modernity."},{name:"Preeti Sharma",description:"Preeti Sharma is a passionate home cook and recipe developer who loves to share her journey of discovering traditional Indian culinary practices. With an emphasis on seasonal ingredients, her articles inspire readers to connect with their roots while trying out new recipes from her kitchen.",meta_title:"Preeti Sharma - Home Cook and Recipe Developer at CrumbCultures",meta_description:"Join Preeti Sharma as she shares her love for traditional Indian cooking and seasonal recipes at CrumbCultures. Explore authentic flavors."},{name:"Ankit Sharma",description:"Ankit Sharma is a culinary enthusiast and freelance writer with a focus on Indian street food. With his travels across India, Ankit captures the vibrant street food culture in his articles, presenting unique recipes that bring the bustling markets to your kitchen.",meta_title:"Ankit Sharma - Street Food Writer at CrumbCultures",meta_description:"Dive into the flavor-packed world of Indian street food with Ankit Sharma at CrumbCultures. Discover unique recipes inspired by Indian markets."},{name:"Riya Sethi",description:"Riya Sethi is a food photographer and culinary writer dedicated to showcasing the beauty of Indian cuisine. With her lens and words, Riya elevates traditional recipes, emphasizing their cultural significance while providing readers with stunning visuals to accompany easy-to-follow instructions.",meta_title:"Riya Sethi - Food Photographer and Writer at CrumbCultures",meta_description:"Experience the beauty of Indian cuisine with Riya Sethi, food photographer and writer at CrumbCultures. Explore recipes brought to life through stunning imagery."},{name:"Karan Choudhury",description:"Karan Choudhury is a culinary researcher and a devoted home cook with a deep interest in the history of Indian cuisine. His articles delve into the origins of various dishes and their cultural significance, allowing readers to appreciate the depth of Indian culinary traditions while trying out his curated recipes.",meta_title:"Karan Choudhury - Culinary Researcher and Home Cook at CrumbCultures",meta_description:"Embark on a culinary journey with Karan Choudhury, as he explores the history and traditions of Indian cuisine at CrumbCultures. Discover authentic recipes."},{name:"Tarla Dalal",description:"Tarla Dalal was a celebrated Indian food writer, chef, and cookbook author, renowned for her innovative vegetarian recipes that embraced the essence of Indian cuisine. With over 100 cookbooks to her name and a legacy spanning decades, she has inspired countless home cooks with her easy-to-follow recipes and culinary tips.",meta_title:"Tarla Dalal - Culinary Icon and Recipe Innovator",meta_description:"Explore delicious vegetarian recipes and culinary tips from Tarla Dalal, a renowned Indian food writer and chef who inspired home cooks worldwide."},{name:"Nisha Madhulika",description:"Nisha Madhulika, an esteemed food blogger and YouTube sensation, specializes in Indian vegetarian recipes. With a passion for cooking that began in her childhood, she has built a loyal following by sharing her authentic and homely recipes, making cooking accessible and enjoyable for everyone.",meta_title:"Nisha Madhulika - Expert in Indian Vegetarian Cuisine",meta_description:"Discover authentic Indian vegetarian recipes from Nisha Madhulika, a popular food blogger and YouTube sensation known for her easy and homely cooking."},{name:"Sanjeev Kapoor",description:"Sanjeev Kapoor is one of India’s most celebrated chefs, television hosts, and cookbook authors. Known for his show 'Khana Khazana', he has revolutionized Indian cuisine with his modern twist on traditional recipes and has a deep passion for cooking that has won him awards and accolades globally.",meta_title:"Sanjeev Kapoor - Culinary Maestro and Innovator",meta_description:"Delve into the world of Indian cuisine with Sanjeev Kapoor, renowned chef and television host, known for his innovative take on traditional recipes."},{name:"Vir Sanghvi",description:"Vir Sanghvi is an acclaimed journalist, author, and television host whose expertise in food writing has garnered multiple accolades. With a focus on culinary journalism, he brings a discerning palate and engaging narratives to the world of food, exploring diverse cultures and cuisines.",meta_title:"Vir Sanghvi - Culinary Journalist and Author",meta_description:"Read insightful articles on food and culture by Vir Sanghvi, an acclaimed journalist and author, known for his unique take on global culinary landscapes."},{name:"Richa Hingle",description:"Richa Hingle is a vibrant vegan cookbook author and food blogger known for her easy plant-based recipes that celebrate Indian and global flavors. With a dedication to healthy eating, Richa educates her audience about veganism while embracing the joy of cooking delicious meals.",meta_title:"Richa Hingle - Vegan Culinary Expert and Blogger",meta_description:"Explore creative plant-based recipes with Richa Hingle, a vegan cookbook author and food blogger passionate about healthy and delicious eating."},{name:"Hina Gujral",description:"Hina Gujral is a talented food blogger known for her innovative fusion recipes that blend traditional Indian flavors with global influences. Her creative culinary approach and engaging writing style have made her a favorite among food enthusiasts eager to explore exciting new dishes.",meta_title:"Hina Gujral - Innovator of Fusion Cuisine",meta_description:"Discover unique fusion recipes from Hina Gujral, a talented food blogger blending traditional Indian flavors with global influences."},{name:"Anuja Joshi",description:"Anuja Joshi is a passionate food blogger and recipe developer who specializes in Indian home cooking. With a love for sharing cultural stories through food, her blog features a variety of traditional recipes that reflect her heritage and culinary expertise.",meta_title:"Anuja Joshi - Advocate of Traditional Indian Cooking",meta_description:"Experience the richness of Indian home cooking with Anuja Joshi, a dedicated food blogger sharing traditional recipes and cultural stories."},{name:"Kunal Kapur",description:"Kunal Kapur is a renowned chef and television host who brings a modern flair to Indian cooking. Known for his engaging shows, he emphasizes culinary techniques and has authored several popular cookbooks, making him a household name in the culinary world.",meta_title:"Kunal Kapur - Modern Chef and Culinary Host",meta_description:"Join Kunal Kapur as he explores modern Indian cuisine through engaging recipes and culinary techniques in his popular cookbooks and shows."},{name:"Pankaj Bhadouria",description:"Pankaj Bhadouria is a celebrated chef, author, and food stylist who gained recognition as the winner of the first season of 'MasterChef India'. With her distinct culinary style and passion for Indian food, she inspires her audience with a blend of traditional and contemporary recipes.",meta_title:"Pankaj Bhadouria - MasterChef Winner and Culinary Influencer",meta_description:"Explore an array of delicious recipes from Pankaj Bhadouria, MasterChef India winner and culinary influencer, blending traditional and contemporary cooking."},{name:"Meeta Sharma",description:"Meeta Sharma is a prominent food blogger and chef specializing in gluten-free and healthy cooking. With a commitment to wholesome ingredients, she shares innovative recipes that cater to dietary needs while celebrating Indian flavors, making cooking enjoyable and accessible for everyone.",meta_title:"Meeta Sharma - Gluten-Free Cooking Expert",meta_description:"Discover gluten-free and healthy Indian recipes with Meeta Sharma, a dedicated food blogger and chef committed to nutritious and delicious cooking."},{name:"Nisha Vaswani",description:"Nisha Vaswani is a celebrated food blogger and recipe developer known for her innovative takes on traditional Indian dishes. With over 10 years of experience in culinary arts, Nisha has worked in various esteemed restaurants and has a degree from a top culinary school in India. She shares her passion for home cooking through her blog and contributes to several culinary magazines.",meta_title:"Nisha Vaswani - Indian Culinary Expert at CrumbCultures",meta_description:"Explore authentic and innovative recipes with Nisha Vaswani, a renowned Indian food blogger and culinary expert, sharing her expertise in home cooking."},{name:"Arjun Kapoor",description:"Arjun Kapoor is an accomplished chef and food writer who combines traditional Indian flavors with modern culinary techniques. With a rich background in restaurant management and a diploma in Culinary Arts, Arjun has spent years teaching cooking classes and creating digital content for food enthusiasts. His passion lies in making Indian cuisine accessible to everyone.",meta_title:"Arjun Kapoor - Culinary Innovator at CrumbCultures",meta_description:"Join Arjun Kapoor in exploring the world of modern Indian cuisine. Discover innovative recipes and cooking tips from a seasoned chef and food writer."},{name:"Meera Gupta",description:"Meera Gupta is a professional chef and food stylist based in Mumbai, India. With over 15 years of experience in the culinary industry, she has worked in both restaurants and as a personal chef. Meera specializes in vegetarian Indian cuisine and uses local ingredients to create healthy and flavorful dishes. She also conducts workshops on food presentation and styling.",meta_title:"Meera Gupta - Vegetarian Culinary Specialist at CrumbCultures",meta_description:"Delve into the vibrant world of vegetarian Indian cuisine with Meera Gupta, a talented chef and food stylist, sharing her creative recipes and cooking techniques."},{name:"Raj Sharma",description:"Raj Sharma is an award-winning cookbook author and culinary instructor who focuses on authentic Indian cooking. Having trained in both India and the United States, Raj combines traditional recipes with contemporary techniques. His goal is to demystify Indian cooking, making it approachable and enjoyable for families everywhere.",meta_title:"Raj Sharma - Author & Culinary Instructor at CrumbCultures",meta_description:"Learn authentic Indian cooking with Raj Sharma, an award-winning cookbook author and culinary instructor, simplifying traditional recipes for modern kitchens."},{name:"Anjali Mehta",description:"Anjali Mehta is a passionate home cook and food blogger who shares her love for Indian home cooking through her widely-followed platform. With a focus on family recipes and healthy cooking, Anjali aims to inspire other home cooks to experiment with traditional flavors while maintaining a nutritious approach.",meta_title:"Anjali Mehta - Home Cook & Food Blogger at CrumbCultures",meta_description:"Join Anjali Mehta in her journey of healthy Indian home cooking, sharing family recipes and wellness tips that inspire delicious and nutritious meals."},{name:"Suresh Bhatia",description:"Suresh Bhatia is a seasoned chef and culinary consultant with over 20 years of experience in the Indian hospitality industry. His expertise spans various cuisines, but he has a dedicated focus on regional Indian dishes. Suresh is passionate about educating people on the rich diversity of Indian food through his articles and recipes.",meta_title:"Suresh Bhatia - Culinary Consultant & Chef at CrumbCultures",meta_description:"Discover the rich diversity of Indian cuisine with Suresh Bhatia, an experienced chef and culinary consultant sharing his passion for authentic regional dishes."},{name:"Shalini Reddy",description:"Shalini Reddy is a self-taught chef and food enthusiast from South India, known for her expertise in South Indian cuisine. With a strong online presence, Shalini shares traditional recipes and cooking techniques that celebrate the flavors of her heritage. She also offers insights into food culture and the importance of preserving family recipes.",meta_title:"Shalini Reddy - South Indian Cuisine Expert at CrumbCultures",meta_description:"Explore the authentic flavors of South Indian cuisine with Shalini Reddy, a self-taught chef dedicated to preserving and sharing her culinary heritage."},{name:"Rahul Iyer",description:"Rahul Iyer is a culinary educator and food writer focusing on the art of Indian cooking. With experience in various kitchens across India and the UK, he integrates cultural history into each recipe. Rahul aims to bridge the gap between traditional cooking and the modern culinary landscape through his engaging articles.",meta_title:"Rahul Iyer - Culinary Educator & Food Writer at CrumbCultures",meta_description:"Join Rahul Iyer in his culinary journey as he explores traditional Indian cooking through a modern lens, integrating culture and history into flavorful recipes."},{name:"Daniela Marco",description:"Daniela Marco is a culinary expert from Italy with over a decade of experience in the gastronomic world. She has traveled extensively throughout Europe, collecting recipes that celebrate traditional Italian cooking methods. Daniela is passionate about merging classic recipes with modern techniques and frequently writes for several culinary journals. Her expertise not only includes baking Italian desserts but also crafting savory dishes that highlight the richness of regional ingredients.",meta_title:"Meet Daniela Marco - Italian Culinary Expert | CrumbCultures",meta_description:"Explore the exquisite culinary world of Daniela Marco, an Italian expert sharing timeless recipes and modern twists that celebrate the essence of Italian cooking on CrumbCultures."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a celebrated chef and food writer from India, known for his vibrant portrayals of Indian cuisine. Having spent years as a sous chef in several top restaurants, Rajesh combines his culinary skills with a passion for storytelling. He aims to inspire home cooks to explore the diversity of Indian flavors through accessible and exciting recipes.",meta_title:"Discover Rajesh Kumar - Indian Culinary Storyteller | CrumbCultures",meta_description:"Dive into the colorful world of Indian cooking with Rajesh Kumar, as he shares authentic recipes and insights into the rich tapestry of Indian culinary traditions on CrumbCultures."},{name:"Sofia Chen",description:"Sofia Chen is a food stylist and cookbook author hailing from Taiwan. With years of experience in the culinary arts and photography, Sofia has developed a unique approach to presenting food that tantalizes the eyes as much as the palate. She specializes in Asian cuisine, offering innovative recipes infused with cultural significance. Her vibrant articles often spotlight seasonal ingredients and traditional cooking methods.",meta_title:"Meet Sofia Chen - Taiwanese Food Stylist | CrumbCultures",meta_description:"Unveil the artistry of Taiwanese cuisine with Sofia Chen, as she blends traditional recipes with creative styling to bring every dish to life on CrumbCultures."},{name:"Michael Johnson",description:"Michael Johnson is an American culinary instructor and writer with a deep love for Southern cooking. He has taught cooking classes for over 15 years and is known for his engaging teaching style and focus on comfort food. Michael’s goal is to make cooking approachable for everyone, helping cooks of all levels create flavorful and memorable meals using time-honored techniques.",meta_title:"Explore Southern Flavors with Michael Johnson | CrumbCultures",meta_description:"Join Michael Johnson as he shares his passion for Southern cooking, offering comforting recipes and easy-to-follow tips for home chefs on CrumbCultures."},{name:"Elena Rodriguez",description:"Elena Rodriguez is a professional chef and food blogger from Mexico, who infuses her articles with a rich understanding of Mexican culinary traditions. With extensive training in both traditional and contemporary Mexican cuisine, she focuses on authentic recipes that respect her cultural heritage. Elena's articles not only share delicious dishes but also delve into the stories behind them.",meta_title:"Experience Mexican Cuisine with Elena Rodriguez | CrumbCultures",meta_description:"Discover the heart of Mexican cooking with Elena Rodriguez, as she shares authentic recipes and cultural narratives that celebrate the essence of Mexico on CrumbCultures."},{name:"Tomokazu Sato",description:"Tomokazu Sato is a professional sushi chef and food writer from Japan with a profound appreciation for traditional Japanese culinary arts. After training for years in a renowned sushi restaurant in Tokyo, he now dedicates his time to sharing the nuances of Japanese cuisine through his writing. Tomokazu emphasizes authentic recipes that allow readers to appreciate the joy of preparing sushi at home.",meta_title:"Savor the Art of Sushi with Tomokazu Sato | CrumbCultures",meta_description:"Unlock the secrets of sushi making with Tomokazu Sato, as he brings traditional Japanese recipes and techniques to home cooks on CrumbCultures."},{name:"Anjali Menon",description:"Anjali Menon is a passionate food writer and recipe developer from India. With a background in nutrition and food science, she creates health-conscious recipes that are flavorful and satisfying. Anjali aims to promote the importance of balanced meals while showcasing the diversity of Indian spices and ingredients, making her work valuable for families looking to eat healthier.",meta_title:"Healthy Indian Recipes with Anjali Menon | CrumbCultures",meta_description:"Explore healthy and flavorful Indian dishes with Anjali Menon, as she shares nutritious recipes that celebrate the richness of Indian cuisine on CrumbCultures."},{name:"Liam Thompson",description:"Liam Thompson is an award-winning chef from Australia, dedicated to farm-to-table cooking. His passion for sustainable food practices fuels his philosophy of creating conscious meals with fresh, local ingredients. Liam’s articles are filled with recipes that encourage readers to embrace seasonal produce while sharing tips on how to cultivate a sustainable kitchen.",meta_title:"Sustainable Cooking Tips with Liam Thompson | CrumbCultures",meta_description:"Join Liam Thompson on a culinary journey focused on sustainability, featuring fresh, local recipes and tips on embracing farm-to-table practices on CrumbCultures."},{name:"Hana Suzuki",description:"Hana Suzuki is a food writer and chef from Japan, specializing in home-style Japanese dishes. She focuses on bringing traditional family recipes to the forefront, ensuring that younger generations appreciate their heritage. Hana's writing style is warm and inviting, reflecting her belief that cooking is a way to share love and gratitude within families.",meta_title:"Family Recipes by Hana Suzuki | CrumbCultures",meta_description:"Reconnect with tradition through family recipes shared by Hana Suzuki, as she explores the depth of Japanese home-style cooking on CrumbCultures."},{name:"Khadija Ahmed",description:"Khadija Ahmed is a culinary innovator from Morocco, known for blending traditional Moroccan flavors with modern cooking techniques. With a background in hospitality and catering, she shares creative recipes that highlight the spices and ingredients of her homeland. Khadija is passionate about teaching others how to bring Moroccan cuisine to their own kitchen in a fun and approachable way.",meta_title:"Innovative Moroccan Recipes by Khadija Ahmed | CrumbCultures",meta_description:"Experience the vibrant flavors of Morocco with Khadija Ahmed, as she shares innovative recipes that bring the essence of Moroccan cuisine to home cooks on CrumbCultures."},{name:"Sofia Martinez",description:"Sofia is a culinary artist based in Madrid, Spain, with over 10 years of experience in traditional Spanish cuisine. She has authored two cookbooks and frequently teaches cooking classes focusing on regional Spanish dishes. Sofia's passion is sharing the rich culinary heritage of Spain with the world.",meta_title:"Sofia Martinez - Spanish Cuisine Expert | CrumbCultures",meta_description:"Discover authentic Spanish recipes and culinary tips from Sofia Martinez, a Madrid-based chef with over 10 years of experience. Join her as she explores the vibrant flavors of Spain."},{name:"Raj Patel",description:"Raj is a renowned chef and food writer from Mumbai, India. With a background in hospitality management and a passion for Indian street food, he brings the spices and culture of India into every recipe. His articles often delve into the history and traditions surrounding Indian culinary practices.",meta_title:"Raj Patel - Indian Culinary Writer | CrumbCultures",meta_description:"Explore the vibrant world of Indian cuisine with Raj Patel. Learn about street food and traditional recipes from this Mumbai-based chef and food writer."},{name:"Emma Thompson",description:"Emma is a food blogger and home chef from Sydney, Australia, specializing in healthy and sustainable recipes. With a background in nutrition, she focuses on creating delicious dishes that are both nutritious and environmentally friendly. Emma loves exploring local markets and seasonal produce.",meta_title:"Emma Thompson - Healthy Cooking Advocate | CrumbCultures",meta_description:"Join Emma Thompson on a delicious journey of healthy and sustainable cooking. Discover nutritious recipes and tips for living a greener life."},{name:"Luca Rossi",description:"Luca hails from Florence, Italy, and is passionate about Italian gastronomy. With over 15 years as a chef in top-notch Italian restaurants, he shares his expertise through articles focused on classic Italian recipes, regional specialties, and cooking techniques. Luca aims to inspire others with the art of Italian cooking.",meta_title:"Luca Rossi - Italian Cuisine Specialist | CrumbCultures",meta_description:"Dive into the world of Italian cuisine with Luca Rossi. Discover authentic recipes and cooking techniques from a seasoned chef in Florence."},{name:"Fatima Al-Mansoori",description:"Fatima is a food enthusiast and coffee connoisseur from Dubai, UAE. She specializes in Middle Eastern cuisine, focusing on traditional dishes and contemporary fusion recipes. With a love for food photography, her articles often highlight the visual appeal of each dish.",meta_title:"Fatima Al-Mansoori - Middle Eastern Culinary Expert | CrumbCultures",meta_description:"Explore the rich flavors of Middle Eastern cuisine with Fatima Al-Mansoori. Discover traditional dishes and innovative recipes from Dubai."},{name:"Akira Yamamoto",description:"Akira is a sushi master and food writer from Tokyo, Japan. With years of experience in sushi-making and an extensive knowledge of Japanese culinary traditions, he shares his insights through detailed recipes and tutorials on Japanese cooking fundamentals.",meta_title:"Akira Yamamoto - Japanese Cuisine Authority | CrumbCultures",meta_description:"Learn the art of Japanese cooking with Akira Yamamoto. From traditional sushi to Japanese home-cooked meals, explore authentic recipes and culinary wisdom."},{name:"Chloe Anderson",description:"Chloe is a vegan chef and cookbook author from San Francisco, USA. With a strong commitment to plant-based cooking, she creates vibrant and delicious vegan recipes that appeal to everyone — vegans and non-vegans alike. Chloe also emphasizes the importance of using local, organic ingredients.",meta_title:"Chloe Anderson - Plant-Based Culinary Artist | CrumbCultures",meta_description:"Discover delicious vegan recipes with Chloe Anderson, a San Francisco-based chef focused on plant-based cooking and sustainable ingredients."},{name:"Nina Petrovna",description:"Nina is a food writer and culinary historian from St. Petersburg, Russia. She has a deep knowledge of Eastern European cuisine and shares her recipes that reflect Russian culinary traditions. Nina also writes about the cultural significance of food in Russian society.",meta_title:"Nina Petrovna - Eastern European Cuisine Expert | CrumbCultures",meta_description:"Explore the depths of Eastern European cooking with Nina Petrovna. Discover traditional Russian recipes and the cultural stories behind them."},{name:"Carlos Jimenez",description:"Carlos is a passionate food stylist and chef from Mexico City, Mexico. Known for his creativity in presenting classic Mexican dishes, he is dedicated to spreading the joy of Mexican cuisine through vibrant recipes and stunning food photography.",meta_title:"Carlos Jimenez - Mexican Culinary Stylist | CrumbCultures",meta_description:"Experience the vibrant flavors of Mexico with Carlos Jimenez. Discover classic recipes and stunning food presentations that bring Mexican cuisine to life."},{name:"Tina Goldstein",description:"Tina is a pastry chef and recipe developer from London, UK. With over 8 years in the patisserie scene, she specializes in decadent desserts and baked goods. Tina loves sharing unique takes on classic desserts while incorporating seasonal ingredients and global influences.",meta_title:"Tina Goldstein - Pastry Chef & Dessert Creator | CrumbCultures",meta_description:"Indulge your sweet tooth with Tina Goldstein, a London-based pastry chef specializing in decadent desserts and innovative bakes."}],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:#7d5e3b;--theme-color-8:#a86e48;--theme-color-7:#c89f76;--theme-color-6:#e1b58c;--theme-color-5:#f5dbb1;--theme-color-3:#fce5d4;--theme-color-2:#fef3e5;--color-bg-layout:#ffffff;--color-bg-hover:#f7f2ed;--article-border-radius:15px;--btn-border-radius:25px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -189,7 +189,7 @@ export declare const dataStructure: {
189
189
  export declare const authors: Record<string, string>;
190
190
  export declare const authorsNames: string[];
191
191
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF7D\uFE0F\uD83D\uDC69\u200D\uD83C\uDF73\uD83E\uDD58\uD83E\uDD57";
192
- export declare const categories: ("cookingTechniques" | "quickMeals" | "healthyEating" | "internationalCuisine" | "gourmetCooking" | "familyFriendly")[];
192
+ export declare const categories: ("cookingTechniques" | "internationalCuisine" | "quickMeals" | "healthyEating" | "gourmetCooking" | "familyFriendly")[];
193
193
  export declare const subcategories: string[];
194
194
  export declare const subsubcategories: string[];
195
195
  export type Category = keyof typeof dataStructure;
@@ -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\uDFA8\uD83C\uDF89\uD83D\uDCDA\uD83E\uDD39\u200D";
191
- export declare const categories: ("educationalGames" | "outdoorActivities" | "creativeArts" | "culinaryAdventures" | "indoorEntertainment")[];
191
+ export declare const categories: ("culinaryAdventures" | "educationalGames" | "outdoorActivities" | "creativeArts" | "indoorEntertainment")[];
192
192
  export declare const subcategories: string[];
193
193
  export declare const subsubcategories: string[];
194
194
  export type Category = keyof typeof dataStructure;
@@ -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\uD83D\uDC69\u200D\uD83C\uDF73\uD83E\uDD58\u2728";
191
- export declare const categories: ("cookingTechniques" | "quickMeals" | "healthyEating" | "festiveDishes" | "internationalFlavors")[];
191
+ export declare const categories: ("cookingTechniques" | "festiveDishes" | "quickMeals" | "healthyEating" | "internationalFlavors")[];
192
192
  export declare const subcategories: string[];
193
193
  export declare const subsubcategories: string[];
194
194
  export type Category = keyof typeof dataStructure;
@@ -225,7 +225,7 @@ export declare const dataStructure: {
225
225
  export declare const authors: Record<string, string>;
226
226
  export declare const authorsNames: string[];
227
227
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF32\uD83C\uDF33\uD83E\uDEB5\uD83C\uDF3F";
228
- export declare const categories: ("woodlandStewardship" | "communityEngagement" | "culturalSignificance" | "forestryEducation" | "forestManagement" | "woodlandEcology")[];
228
+ export declare const categories: ("culturalSignificance" | "woodlandStewardship" | "communityEngagement" | "forestryEducation" | "forestManagement" | "woodlandEcology")[];
229
229
  export declare const subcategories: string[];
230
230
  export declare const subsubcategories: string[];
231
231
  export type Category = keyof typeof dataStructure;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.275",
3
+ "version": "1.3.277",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [