tedo-publisher 1.3.257 → 1.3.259

Sign up to get free protection for your applications and to get access to all the features.
Files changed (50) hide show
  1. package/dist/quantafitness/data.d.ts +138 -0
  2. package/dist/quantafitness/data.js +1 -0
  3. package/dist/quantafitness/filters.d.ts +28 -0
  4. package/dist/quantafitness/filters.js +1 -0
  5. package/dist/quantafitness/helpers.d.ts +3 -0
  6. package/dist/quantafitness/helpers.js +1 -0
  7. package/dist/quantafitness/index.d.ts +15 -0
  8. package/dist/quantafitness/index.js +1 -0
  9. package/dist/quantafitness/prompts/data.d.ts +7 -0
  10. package/dist/quantafitness/prompts/data.js +1 -0
  11. package/dist/quantafitness/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/quantafitness/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/quantafitness/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/quantafitness/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/quantafitness/prompts/images.d.ts +4 -0
  16. package/dist/quantafitness/prompts/images.js +1 -0
  17. package/dist/quantafitness/seo.d.ts +23 -0
  18. package/dist/quantafitness/seo.js +1 -0
  19. package/dist/quantafitness/styles/colors.css +1 -0
  20. package/dist/quantafitness/styles/fonts.css +1 -0
  21. package/dist/quantafitness/styles/global.css +1 -0
  22. package/dist/quantafitness/styles/sizing.css +1 -0
  23. package/dist/quantafitness/styles/theme.css +1 -0
  24. package/dist/quantafitness/styles/vars.css +1 -0
  25. package/dist/zealshift/data.d.ts +1 -1
  26. package/dist/zenorafit/data.d.ts +229 -0
  27. package/dist/zenorafit/data.js +1 -0
  28. package/dist/zenorafit/filters.d.ts +28 -0
  29. package/dist/zenorafit/filters.js +1 -0
  30. package/dist/zenorafit/helpers.d.ts +3 -0
  31. package/dist/zenorafit/helpers.js +1 -0
  32. package/dist/zenorafit/index.d.ts +15 -0
  33. package/dist/zenorafit/index.js +1 -0
  34. package/dist/zenorafit/prompts/data.d.ts +7 -0
  35. package/dist/zenorafit/prompts/data.js +1 -0
  36. package/dist/zenorafit/prompts/gpt35turbo/articles.d.ts +6 -0
  37. package/dist/zenorafit/prompts/gpt35turbo/articles.js +1 -0
  38. package/dist/zenorafit/prompts/gpt4oMini/articles.d.ts +6 -0
  39. package/dist/zenorafit/prompts/gpt4oMini/articles.js +1 -0
  40. package/dist/zenorafit/prompts/images.d.ts +4 -0
  41. package/dist/zenorafit/prompts/images.js +1 -0
  42. package/dist/zenorafit/seo.d.ts +23 -0
  43. package/dist/zenorafit/seo.js +1 -0
  44. package/dist/zenorafit/styles/colors.css +1 -0
  45. package/dist/zenorafit/styles/fonts.css +1 -0
  46. package/dist/zenorafit/styles/global.css +1 -0
  47. package/dist/zenorafit/styles/sizing.css +1 -0
  48. package/dist/zenorafit/styles/theme.css +1 -0
  49. package/dist/zenorafit/styles/vars.css +1 -0
  50. package/package.json +1 -1
@@ -0,0 +1,138 @@
1
+ export declare const dataStructure: {
2
+ nutrition: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ healthyEating: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ mealPlanning: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ nutritionalSupplements: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ other: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ };
32
+ };
33
+ fitnessRoutines: {
34
+ title: string;
35
+ description: string;
36
+ slug: string;
37
+ children: {
38
+ strengthTraining: {
39
+ title: string;
40
+ description: string;
41
+ slug: string;
42
+ children: null;
43
+ };
44
+ cardioWorkouts: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ flexibilityExercises: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ other: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ };
63
+ };
64
+ mentalWellness: {
65
+ title: string;
66
+ description: string;
67
+ slug: string;
68
+ children: {
69
+ stressManagement: {
70
+ title: string;
71
+ description: string;
72
+ slug: string;
73
+ children: null;
74
+ };
75
+ mindfulnessPractices: {
76
+ title: string;
77
+ description: string;
78
+ slug: string;
79
+ children: null;
80
+ };
81
+ sleepHygiene: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ other: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ };
94
+ };
95
+ lifestyleChanges: {
96
+ title: string;
97
+ description: string;
98
+ slug: string;
99
+ children: {
100
+ habitFormation: {
101
+ title: string;
102
+ description: string;
103
+ slug: string;
104
+ children: null;
105
+ };
106
+ goalSetting: {
107
+ title: string;
108
+ description: string;
109
+ slug: string;
110
+ children: null;
111
+ };
112
+ workLifeBalance: {
113
+ title: string;
114
+ description: string;
115
+ slug: string;
116
+ children: null;
117
+ };
118
+ other: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ };
125
+ };
126
+ };
127
+ export declare const authors: Record<string, string>;
128
+ export declare const authorsNames: string[];
129
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCAA\uD83C\uDFC3\u200D\u2640\uFE0F\uD83C\uDF4F\uD83D\uDCDA";
130
+ export declare const categories: ("mentalWellness" | "nutrition" | "fitnessRoutines" | "lifestyleChanges")[];
131
+ export declare const subcategories: string[];
132
+ export declare const subsubcategories: string[];
133
+ export type Category = keyof typeof dataStructure;
134
+ export type CategoryNode = (typeof dataStructure)[Category];
135
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
136
+ export declare const startDate = "2024-09-12T00:00:00Z";
137
+ export declare const devBucketName = "idn-quantafitness-dev";
138
+ export declare const prodBucketName = "idn-quantafitness";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={nutrition:{title:"Nutrition: Fuel Your Body for Optimal Health 🌿",description:"Explore essential nutrition topics at QuantaFitness, from healthy eating to meal planning and supplements. Empower your health journey! 🍏",slug:"nutrition",children:{healthyEating:{title:"Healthy Eating: Nourish Your Body with Wholesome Foods 🥗",description:"Discover tips on healthy eating that will transform your diet. Learn about wholesome ingredients for better nutrition and a happier life! 🌟",slug:"healthy-eating",children:null},mealPlanning:{title:"Meal Planning: Organize Your Meals for Success 📅",description:"Master meal planning with our expert tips and strategies. Create nutritious weekly menus to simplify your cooking and enhance your health! 🍽️",slug:"meal-planning",children:null},nutritionalSupplements:{title:"Nutritional Supplements: Boost Your Health the Smart Way 💊",description:"Explore the world of nutritional supplements. Uncover their benefits, types, and how to choose the right ones for your health needs! 🔍",slug:"nutritional-supplements",children:null},other:{title:"Other Nutrition Topics: Expand Your Knowledge 📖",description:"Delve into a variety of other nutrition topics that support your health journey. Stay informed for a balanced diet and lifestyle choices! 🌈",slug:"other-nutrition-topics",children:null}}},fitnessRoutines:{title:"Explore Effective Fitness Routines for a Healthier You 🏋️‍♀️",description:"Discover a variety of fitness routines tailored to boost your health and fitness journey. From strength training to flexibility exercises, get inspired! 💪",slug:"fitness-routines",children:{strengthTraining:{title:"Strength Training: Build Muscle and Increase Strength 💪",description:"Unleash your potential with our strength training routines designed to enhance muscle growth and overall strength. Perfect for all fitness levels! 🏋️‍♂️",slug:"strength-training",children:null},cardioWorkouts:{title:"Cardio Workouts: Boost Heart Health and Endurance ❤️",description:"Elevate your heart health with effective cardio workouts! Find fun routines that will keep you active and energized for a healthier lifestyle. 🏃‍♀️",slug:"cardio-workouts",children:null},flexibilityExercises:{title:"Flexibility Exercises: Increase Mobility and Relaxation 🤸‍♂️",description:"Enhance your flexibility and promote relaxation with our carefully curated exercises. Discover routines that help you move freely and feel great! 🌟",slug:"flexibility-exercises",children:null},other:{title:"Other Fitness Routines: Explore Varied Workouts 🌈",description:"Dive into a collection of unique fitness routines beyond the norm. Discover exciting ways to stay fit and enjoy your workouts! 🚴‍♀️",slug:"other-fitness-routines",children:null}}},mentalWellness:{title:"Mental Wellness: Nurture Your Mind for a Healthier Life 🧠",description:"Discover practical strategies and insights on mental wellness to enhance your well-being and lead a healthier life. Explore tips on stress, mindfulness, and sleep! 🌟",slug:"mental-wellness",children:{stressManagement:{title:"Stress Management: Mastering Your Mind for Peace ☮️",description:"Learn effective stress management techniques to reduce anxiety and cultivate a peaceful mind. Empower yourself with proven strategies for a calmer life! 💆🏽‍♂️",slug:"stress-management",children:null},mindfulnessPractices:{title:"Mindfulness Practices: Enhance Your Daily Living 🌼",description:"Explore mindfulness practices to elevate your daily life. Discover techniques that promote presence and enhance mental clarity for ultimate mental wellness! 🧘‍♀️",slug:"mindfulness-practices",children:null},sleepHygiene:{title:"Sleep Hygiene: Unlock Your Best Restful Nights 💤",description:"Uncover the secrets of sleep hygiene to enjoy restful nights and refreshed mornings. Improve your sleep quality with these essential guidelines for better health! 🌙",slug:"sleep-hygiene",children:null},other:{title:"Other Mental Wellness Insights: Expand Your Mind's Horizons 📚",description:"Delve into diverse mental wellness insights that enrich your understanding and enhance your emotional well-being. Explore unique strategies for personal growth! 🌈",slug:"other-mental-wellness-insights",children:null}}},lifestyleChanges:{title:"Transform Your Life: Embrace Lifestyle Changes for Better Health 🌟",description:"Explore essential lifestyle changes that promote health and well-being. Discover how small adjustments can lead to a healthier, happier you! 🌱",slug:"lifestyle-changes",children:{habitFormation:{title:"Master Habit Formation: Build Routines for a Healthier You 🧘‍♂️",description:"Learn effective strategies for habit formation that lead to sustainable health improvements. Unlock your potential with actionable tips! 🔑",slug:"habit-formation",children:null},goalSetting:{title:"Effective Goal Setting: Achieve Your Health and Fitness Dreams 🎯",description:"Discover techniques for setting achievable health and fitness goals. Turn your aspirations into reality with our expert advice and tips! 🏆",slug:"goal-setting",children:null},workLifeBalance:{title:"Achieve Work-Life Balance: Prioritize Health and Happiness ⚖️",description:"Explore practical ideas for enhancing work-life balance. Prioritize your health without sacrificing career success with our insightful articles! 🌈",slug:"work-life-balance",children:null},other:{title:"Other Lifestyle Changes: Unique Tips for a Healthier Life 🌍",description:"Uncover other impactful lifestyle changes that can elevate your health. From nutrition to creativity, find inspiration for healthier living! 🌻",slug:"other-lifestyle-changes",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="💪🏃‍♀️🍏📚",s=Object.keys(t),l=[],o=[];for(const e of s){const i=t[e];if(null==i?void 0:i.children){l.push(...Object.keys(i.children));for(const e of l){const t=i.children[e];(null==t?void 0:t.children)&&o.push(...Object.keys(t.children))}}}const a="2024-09-12T00:00:00Z",u="quantafitness",h=`idn-${u}-dev`,c=`idn-${u}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=i,exports.authorsNames=n,exports.categories=s,exports.dataStructure=t,exports.devBucketName=h,exports.prodBucketName=c,exports.startDate=a,exports.subcategories=l,exports.subsubcategories=o;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ WellnessFocus = "Wellness Focus",
3
+ FitnessLevel = "Fitness Level",
4
+ ActivityType = "Activity Type",
5
+ NutritionalNeeds = "Nutritional Needs",
6
+ LifeStage = "Life Stage"
7
+ }
8
+ type WellnessFocusValues = 'Mental Health' | 'Nutrition Tips' | 'Stress Management' | 'Holistic Health' | 'Mindfulness Practices';
9
+ type FitnessLevelValues = 'Beginner' | 'Intermediate' | 'Advanced' | 'Expert' | 'All Levels';
10
+ type ActivityTypeValues = 'Strength Training' | 'Cardio Workouts' | 'Flexibility Exercises' | 'Outdoor Activities' | 'At-Home Workouts';
11
+ type NutritionalNeedsValues = 'Weight Loss' | 'Muscle Gain' | 'Balanced Diet' | 'Meal Prep Ideas' | 'Dietary Restrictions';
12
+ type LifeStageValues = 'Young Adults' | 'Working Professionals' | 'Parents' | 'Seniors' | 'Fitness Trainers';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.WellnessFocus]: WellnessFocusValues[];
15
+ [FiltersNames.FitnessLevel]: FitnessLevelValues[];
16
+ [FiltersNames.ActivityType]: ActivityTypeValues[];
17
+ [FiltersNames.NutritionalNeeds]: NutritionalNeedsValues[];
18
+ [FiltersNames.LifeStage]: LifeStageValues[];
19
+ };
20
+ export declare const wellnessFocusValues: WellnessFocusValues[];
21
+ export declare const fitnessLevelValues: FitnessLevelValues[];
22
+ export declare const activityTypeValues: ActivityTypeValues[];
23
+ export declare const nutritionalNeedsValues: NutritionalNeedsValues[];
24
+ export declare const lifeStageValues: LifeStageValues[];
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={})).WellnessFocus="Wellness Focus",e.FitnessLevel="Fitness Level",e.ActivityType="Activity Type",e.NutritionalNeeds="Nutritional Needs",e.LifeStage="Life Stage";const s=["Mental Health","Nutrition Tips","Stress Management","Holistic Health","Mindfulness Practices"],t=["Beginner","Intermediate","Advanced","Expert","All Levels"],i=["Strength Training","Cardio Workouts","Flexibility Exercises","Outdoor Activities","At-Home Workouts"],r=["Weight Loss","Muscle Gain","Balanced Diet","Meal Prep Ideas","Dietary Restrictions"],l=["Young Adults","Working Professionals","Parents","Seniors","Fitness Trainers"],a={[exports.FiltersNames.WellnessFocus]:[],[exports.FiltersNames.FitnessLevel]:[],[exports.FiltersNames.ActivityType]:[],[exports.FiltersNames.NutritionalNeeds]:[],[exports.FiltersNames.LifeStage]:[]},o={[exports.FiltersNames.WellnessFocus]:s,[exports.FiltersNames.FitnessLevel]:t,[exports.FiltersNames.ActivityType]:i,[exports.FiltersNames.NutritionalNeeds]:r,[exports.FiltersNames.LifeStage]:l},n=()=>JSON.stringify(o,null,2);exports.activityTypeValues=i,exports.fitnessLevelValues=t,exports.fullFilters=o,exports.getFiltersTypesJSON=n,exports.initialFilters=a,exports.lifeStageValues=l,exports.nutritionalNeedsValues=r,exports.wellnessFocusValues=s;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.activityTypeValues=t.activityTypeValues,exports.fitnessLevelValues=t.fitnessLevelValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.lifeStageValues=t.lifeStageValues,exports.nutritionalNeedsValues=t.nutritionalNeedsValues,exports.wellnessFocusValues=t.wellnessFocusValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: QuantaFitness is a comprehensive infotainment portal dedicated to health and fitness, offering insightful articles, tips, and resources that empower individuals to lead healthier lives.\n - Detailed description: QuantaFitness serves as a valuable online resource for anyone looking to improve their health and well-being. The portal features a wide range of articles covering various topics such as nutrition, exercise routines, mental wellness, and lifestyle changes. Each piece is meticulously crafted to provide readers with accurate, research-backed information presented in an engaging way. QuantaFitness aims to demystify health and fitness concepts, making them accessible to everyone, regardless of their current health level. The platform encourages readers to take actionable steps towards their fitness goals, offering practical advice and motivational content to keep them inspired on their journey.\n - Target audience: The primary target audience for QuantaFitness includes health-conscious individuals ranging from beginners to fitness enthusiasts who seek reliable information to enhance their lifestyle. This audience may consist of young adults, working professionals, parents, and older individuals who are interested in maintaining or improving their health. Additionally, fitness trainers and health coaches looking for resources to support their clients can also benefit from the content provided by QuantaFitness.\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## Key Takeaways\n - Summary of the main points discussed\n - Actionable insights for readers\n\n## In-Depth Analysis\n - Detailed explanation of the topic\n - Relevant scientific studies or evidence\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 - Key Takeaways, 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 = "health professionals, wellness coaches, nutritionists, fitness trainers, and mindfulness instructors";
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: QuantaFitness is a comprehensive infotainment portal dedicated to health and fitness, offering insightful articles, tips, and resources that empower individuals to lead healthier lives.\n - Detailed description: QuantaFitness serves as a valuable online resource for anyone looking to improve their health and well-being. The portal features a wide range of articles covering various topics such as nutrition, exercise routines, mental wellness, and lifestyle changes. Each piece is meticulously crafted to provide readers with accurate, research-backed information presented in an engaging way. QuantaFitness aims to demystify health and fitness concepts, making them accessible to everyone, regardless of their current health level. The platform encourages readers to take actionable steps towards their fitness goals, offering practical advice and motivational content to keep them inspired on their journey.\n - Target audience: The primary target audience for QuantaFitness includes health-conscious individuals ranging from beginners to fitness enthusiasts who seek reliable information to enhance their lifestyle. This audience may consist of young adults, working professionals, parents, and older individuals who are interested in maintaining or improving their health. Additionally, fitness trainers and health coaches looking for resources to support their clients can also benefit from the content provided by QuantaFitness.\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## Key Takeaways\n - Summary of the main points discussed\n - Actionable insights for readers\n\n## In-Depth Analysis\n - Detailed explanation of the topic\n - Relevant scientific studies or evidence\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 - Key Takeaways, 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",a="synthesizing the information presented throughout",s="health professionals, wellness coaches, nutritionists, fitness trainers, and mindfulness instructors",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`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\n$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=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=n,exports.TARGET_AUDIENCE=s,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 a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-realistic cinematic photography ${a}, ${o}, for article ${r} from professional sports photography for glossy health magazine, health photography, glossy health magazine, photorealistic, ultra-realistic, maximum detail, highly detailed, commercial photography, foreground focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, blur-free, depth of field, dof, film, bokeh, foreground focus, 35mm photography`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} 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=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -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 Team | QuantaFitness",description:"Discover the passionate minds behind QuantaFitness! 🌟 Our expert authors are dedicated to bringing you health and fitness insights. Join us on this journey to better health! 💪"},[exports.PageNames.Home]:{title:"Welcome to QuantaFitness | Your Health & Fitness Portal",description:"Explore a world of health and fitness at QuantaFitness! 🏋️‍♀️ Get tips, recipes, and guides to help you achieve your wellness goals. Start your journey today! 🌈"},[exports.PageNames.NotFound]:{title:"Page Not Found | QuantaFitness",description:"Oops! 🚫 We couldn't find the page you were looking for. But don't worry, explore our home page for amazing health and fitness content! 🌟"},[exports.PageNames.AboutUs]:{title:"About QuantaFitness | Your Health Companion",description:"Learn all about QuantaFitness! 💖 We're dedicated to empowering you with the knowledge and tools for a healthier lifestyle. Join our community today! 🌱"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | QuantaFitness",description:"Your privacy matters! 🔒 Read QuantaFitness's Privacy Policy to understand how we protect your information while you focus on health and wellness. 📋"},[exports.PageNames.Terms]:{title:"Terms and Conditions | QuantaFitness",description:"Understand your rights and responsibilities with QuantaFitness. ⚖️ Review our Terms and Conditions for a seamless health and fitness journey. 📚"},[exports.PageNames.Sitemap]:{title:"Sitemap | QuantaFitness",description:"Navigate effortlessly through QuantaFitness! 🗺️ Check our Sitemap to find articles and resources to guide you on your health journey. 🌟"}},a=[{name:"Dr. Ramesh Kumar",description:"Dr. Ramesh Kumar is a renowned health expert with over 15 years of experience in nutrition and lifestyle management. He holds a Ph.D. in Nutritional Science and has contributed to numerous peer-reviewed journals focusing on holistic wellness. Dr. Kumar is passionate about empowering individuals through personalized health strategies.",meta_title:"Dr. Ramesh Kumar - Nutrition Expert at QuantaFitness",meta_description:"Discover insights from Dr. Ramesh Kumar, a respected figure in nutrition and lifestyle management with 15+ years of experience. Explore healthy living tips tailored to your needs."},{name:"Priya Sharma",description:"Priya Sharma is a fitness trainer and wellness coach with over 8 years of experience in the health and fitness industry. She specializes in functional fitness and has helped countless clients achieve their fitness goals through personalized training plans. Her expertise and motivational approach make her articles a must-read.",meta_title:"Priya Sharma - Fitness Trainer at QuantaFitness",meta_description:"Get inspired by Priya Sharma, a dynamic fitness trainer and wellness coach. With 8+ years of experience, she offers practical tips and guidance for achieving your fitness goals."},{name:"Dr. Anita Desai",description:"Dr. Anita Desai is a clinical psychologist specializing in lifestyle diseases and mental health. With a decade of experience, she combines her expertise in psychology with holistic health practices to help individuals improve their mental well-being. Her articles focus on the interlink between mental health and physical fitness.",meta_title:"Dr. Anita Desai - Mental Health Advocate at QuantaFitness",meta_description:"Explore the insights of Dr. Anita Desai, a clinical psychologist with 10 years of experience in lifestyle diseases. Discover the connection between mental health and fitness."},{name:"Arjun Menon",description:"Arjun Menon is a certified yoga instructor and wellness consultant with a focus on integrating yoga into modern lifestyles. He has trained under renowned yogis and has over 6 years of experience teaching various styles of yoga. His articles share valuable practices that promote physical and mental well-being.",meta_title:"Arjun Menon - Yoga Instructor at QuantaFitness",meta_description:"Join Arjun Menon, a certified yoga instructor with 6 years of experience. Discover the benefits of yoga for holistic health and practical tips for integrating it into your routine."},{name:"Neha Gupta",description:"Neha Gupta is a certified health coach and nutrition specialist dedicated to promoting healthy living through balanced diets. With over 5 years of experience in the health coaching space, she utilizes evidence-based strategies to help her clients transform their eating habits and lifestyle.",meta_title:"Neha Gupta - Health Coach at QuantaFitness",meta_description:"Learn from Neha Gupta, a certified health coach with 5 years of experience. Explore balanced diet strategies and tips for transforming your eating habits for better health."},{name:"Rahul Singh",description:"Rahul Singh is a personal trainer and fitness writer who specializes in strength training and bodybuilding. With a passion for fitness that spans over a decade, he offers insights into effective workout routines, nutritional advice, and motivational techniques for fitness enthusiasts.",meta_title:"Rahul Singh - Personal Trainer at QuantaFitness",meta_description:"Get workout tips from Rahul Singh, a personal trainer with over 10 years of expertise in strength training and bodybuilding. Empower your fitness journey with his insights."},{name:"Sana Iqbal",description:"Sana Iqbal is a wellness blogger and holistic health advocate. With a background in alternative medicine, she writes about the benefits of natural remedies and lifestyle changes for overall well-being. Her empathetic approach makes her articles relatable to anyone seeking a healthier life.",meta_title:"Sana Iqbal - Holistic Health Advocate at QuantaFitness",meta_description:"Explore holistic health tips from Sana Iqbal, a wellness blogger with expertise in alternative medicine. Discover natural remedies and lifestyle changes for better well-being."},{name:"Vikram Mhatre",description:"Vikram Mhatre is a well-respected fitness educator and public speaker who has been promoting fitness in communities across India for over 12 years. His engaging writing reflects his commitment to making fitness accessible and enjoyable for everyone.",meta_title:"Vikram Mhatre - Fitness Educator at QuantaFitness",meta_description:"Meet Vikram Mhatre, a fitness educator with 12+ years of experience. Discover fitness insights that make health accessible and enjoyable for all."},{name:"Anya Rawat",description:"Anya Rawat is a sports nutritionist who has spent the last 7 years helping athletes optimize their performance through effective dietary strategies. Her articles delve into the science of sports nutrition, helping readers understand the eating habits that enhance athletic performance.",meta_title:"Anya Rawat - Sports Nutritionist at QuantaFitness",meta_description:"Unlock your athletic potential with tips from Anya Rawat, a sports nutritionist with 7 years of experience. Explore dietary strategies that enhance sports performance."},{name:"Kiran Nair",description:"Kiran Nair is an Ayurvedic practitioner and wellness writer. With 9 years of experience, she emphasizes the importance of mindfulness and traditional practices in today's fast-paced world. Kiran’s articles provide readers with practical Ayurvedic tips for achieving balance and wellness.",meta_title:"Kiran Nair - Ayurvedic Practitioner at QuantaFitness",meta_description:"Discover Ayurvedic wellness with Kiran Nair, an experienced practitioner. Explore practical tips and mindfulness practices for achieving balance in your health journey."},{name:"Anjali Desai",description:"Anjali Desai is a certified yoga instructor and wellness coach based in Mumbai. She has over a decade of experience in teaching yoga and meditation techniques. With her holistic approach to health, she focuses on promoting mental well-being alongside physical fitness. Anjali is passionate about helping others find balance in their lives through natural wellness practices.",meta_title:"Anjali Desai - Yoga and Wellness Coach at QuantaFitness",meta_description:"Discover wellness insights from Anjali Desai, a certified yoga instructor with 10+ years of experience. She combines yoga practices with mental wellness for a balanced lifestyle."},{name:"Vikram Singh",description:"Vikram Singh is a fitness enthusiast and certified personal trainer with a specialization in strength training and high-intensity interval training (HIIT). With a strong background in sports science, he designs tailored workout programs for individuals of all fitness levels. Vikram aims to transform lives through personalized fitness strategies, ensuring sustainable results.",meta_title:"Vikram Singh - Personal Trainer and Fitness Specialist at QuantaFitness",meta_description:"Learn fitness tips from Vikram Singh, a certified personal trainer specializing in strength training and HIIT. His personalized approach ensures effective and sustainable fitness results."},{name:"Priya Kapoor",description:"Priya Kapoor is a registered dietitian with a master's degree in clinical nutrition. With experience working in hospitals and counseling individuals, she focuses on creating realistic meal plans and promoting healthy eating habits. Priya has a passion for educating people on the importance of nutrition in maintaining a healthy lifestyle.",meta_title:"Priya Kapoor - Registered Dietitian at QuantaFitness",meta_description:"Read articles by Priya Kapoor, a registered dietitian with expertise in clinical nutrition. She provides practical advice on healthy eating and meal planning for a balanced diet."},{name:"Ajay Mehta",description:"Ajay Mehta is a sports psychologist who has worked with various athletes to enhance their mental performance. With a background in psychology and experience in competitive sports, he provides valuable insights into the mindset needed for physical fitness. Ajay emphasizes the significance of mental health in achieving fitness goals and athletic performance.",meta_title:"Ajay Mehta - Sports Psychologist at QuantaFitness",meta_description:"Gain insights from Ajay Mehta, a sports psychologist focusing on the mental aspect of fitness. He helps athletes and fitness enthusiasts enhance their performance through mental training."},{name:"Neha Sharma",description:"Neha Sharma is a holistic health coach with certification in functional medicine. She supports individuals in transforming their health through lifestyle changes, focusing on stress management and behavioral modifications. Neha believes in empowering clients to take control of their health journey through education and self-awareness.",meta_title:"Neha Sharma - Holistic Health Coach at QuantaFitness",meta_description:"Explore holistic health strategies from Neha Sharma, a certified health coach. She offers guidance on stress management and lifestyle modifications for improved wellness."},{name:"Sanjay Gupta",description:"Sanjay Gupta is a certified Pilates instructor with over 15 years of experience in fitness training. He combines traditional Pilates techniques with contemporary fitness practices, helping clients improve flexibility, core strength, and overall physical health. Sanjay is dedicated to promoting the benefits of Pilates for all fitness levels.",meta_title:"Sanjay Gupta - Pilates Instructor at QuantaFitness",meta_description:"Discover the benefits of Pilates with Sanjay Gupta, a certified instructor with 15+ years of experience. He offers insights on core strength and flexibility through engaging fitness routines."},{name:"Meera Iyer",description:"Meera Iyer is a healthcare writer and fitness enthusiast with a strong focus on preventive health. She has contributed to various health publications and blogs, emphasizing the importance of lifestyle choices in preventing chronic diseases. Meera’s articles are informative and accessible, helping readers make informed decisions about their health.",meta_title:"Meera Iyer - Heathcare Writer at QuantaFitness",meta_description:"Read insightful articles by Meera Iyer, a healthcare writer dedicated to preventive health. She provides accessible advice on lifestyle choices for better health outcomes."},{name:"Rajesh Patel",description:"Rajesh Patel is a fitness technology entrepreneur who integrates technology with fitness solutions. With expertise in app development and wearable fitness technology, he is passionate about utilizing digital tools to help individuals track their health and fitness progress. Rajesh creates content that bridges the gap between technology and wellness.",meta_title:"Rajesh Patel - Fitness Technology Expert at QuantaFitness",meta_description:"Explore fitness technology insights from Rajesh Patel, an entrepreneur specializing in health apps and wearable fitness devices. Learn how technology can enhance your health journey."},{name:"Kavita Choudhary",description:"Kavita Choudhary is a wellness blogger and personal trainer with a passion for promoting mental and physical health. She focuses on holistic approaches, combining exercise, nutrition, and mindfulness practices. Kavita offers a unique perspective on balancing fitness and well-being in her articles.",meta_title:"Kavita Choudhary - Wellness Blogger at QuantaFitness",meta_description:"Discover wellness tips from Kavita Choudhary, a personal trainer and blogger. She combines exercise, nutrition, and mindfulness for a holistic approach to health."},{name:"Dr. Vidya Sharma",description:"Dr. Vidya Sharma is a renowned health and wellness expert with over 15 years of experience in holistic healing and nutrition. She holds a Master’s degree in Nutrition Science and a Doctorate in Holistic Health. Dr. Sharma integrates traditional Ayurvedic practices with modern nutritional science and has authored multiple publications on healthy living and preventive health measures.",meta_title:"Dr. Vidya Sharma - Holistic Health Expert at QuantaFitness",meta_description:"Discover insights from Dr. Vidya Sharma, a nutritionist with over 15 years of experience in holistic health. Explore her expert articles on wellness, nutrition, and Ayurveda at QuantaFitness."},{name:"Rohit Mehta",description:"Rohit Mehta is a fitness coach and personal trainer specializing in strength training and functional fitness. With over a decade of professional experience, he has helped countless individuals achieve their fitness goals through tailored workout programs and nutritional advice. Rohit is also a certified sports nutritionist and is passionate about educating others on the importance of physical fitness.",meta_title:"Rohit Mehta - Fitness Coach and Trainer at QuantaFitness",meta_description:"Join Rohit Mehta on his fitness journey as he shares expert advice on strength training and nutrition. Read his articles at QuantaFitness to transform your health."},{name:"Deepika Joshi",description:"Deepika Joshi is a certified yoga instructor and wellness advocate with a focus on mental health and mindfulness. With over 8 years of experience teaching yoga and meditation, she is dedicated to promoting physical and mental well-being. Deepika also writes extensively on the benefits of various yoga styles and their impact on overall health.",meta_title:"Deepika Joshi - Yoga Instructor and Wellness Advocate at QuantaFitness",meta_description:"Explore the world of yoga and mindfulness with Deepika Joshi. Read her enlightening articles on mental health and well-being at QuantaFitness."},{name:"Anil Gupta",description:"Anil Gupta is a fitness blogger and health coach with a Bachelor’s degree in Sports Science. With a focus on weight management and community fitness initiatives, Anil has spent over 12 years designing programs to improve health and fitness levels in various demographics. He is passionate about using technology to drive fitness engagement.",meta_title:"Anil Gupta - Fitness Blogger and Health Coach at QuantaFitness",meta_description:"Get inspired by Anil Gupta’s expert advice on weight management and community fitness initiatives. Discover his health-focused articles at QuantaFitness."},{name:"Sangeeta Rao",description:"Sangeeta Rao is a dietitian and wellness writer with a focus on plant-based nutrition and sustainable eating. With a Master's in Dietetics and a strong commitment to public health, she has spent over 10 years helping clients transition to healthier eating habits. Sangeeta’s articles emphasize the benefits of a balanced, plant-based diet for optimal health.",meta_title:"Sangeeta Rao - Dietitian and Wellness Writer at QuantaFitness",meta_description:"Learn about plant-based nutrition and sustainable eating from Sangeeta Rao. Dive into her insightful articles at QuantaFitness to eat healthier and live better."},{name:"Dr. Karan Singh",description:"Dr. Karan Singh is an endocrinologist and fitness enthusiast specializing in metabolism and hormonal health. With over 18 years of clinical experience, he has published numerous articles on metabolic disorders and their relationship with diet and exercise. Dr. Singh’s approach combines medical expertise with practical fitness tips.",meta_title:"Dr. Karan Singh - Endocrinologist and Health Author at QuantaFitness",meta_description:"Explore metabolic health with Dr. Karan Singh, a seasoned endocrinologist. Read his expert insights and health articles at QuantaFitness to optimize your wellness."},{name:"Priya Desai",description:"Priya Desai is a certified personal trainer and wellness coach with a dedication to empowering individuals to achieve their best selves. With over 5 years of experience in fitness coaching, Priya specializes in functional training, core strengthening, and healthy lifestyle changes that promote longevity and health.",meta_title:"Priya Desai - Personal Trainer and Wellness Coach at QuantaFitness",meta_description:"Transform your health with Priya Desai’s expert personal training tips and wellness advice. Discover her articles on functional fitness at QuantaFitness."},{name:"Rajiv Kapoor",description:"Rajiv Kapoor is a sports nutritionist and fitness consultant with a focus on optimizing athletic performance through nutrition. With a background in sports science and years of work with athletes, he has created tailored nutritional programs to enhance physical performance and recovery. Rajiv’s articles provide invaluable insights for athletes and fitness enthusiasts alike.",meta_title:"Rajiv Kapoor - Sports Nutritionist at QuantaFitness",meta_description:"Unlock your athletic potential with advice from Rajiv Kapoor, a specialized sports nutritionist. Read his articles on optimizing performance through nutrition at QuantaFitness."},{name:"Neha Raghavan",description:"Neha Raghavan is a mental health advocate and lifestyle blogger with a focus on holistic wellness and self-care practices. With a Master’s in Psychology, she explores the interconnections between mental health and physical wellness, encouraging her readers to adopt a balanced lifestyle. Neha’s articles provide practical self-care tips and mental health strategies.",meta_title:"Neha Raghavan - Mental Health Advocate at QuantaFitness",meta_description:"Discover holistic wellness with Neha Raghavan, a mental health advocate. Read her insightful articles on self-care and balance at QuantaFitness."},{name:"Vikram Ahuja",description:"Vikram Ahuja is a health and fitness writer with a passion for evidence-based knowledge. With a background in biochemistry and over 6 years of experience in health writing, Vikram focuses on debunking fitness myths and providing readers with reliable information on health trends and fitness practices.",meta_title:"Vikram Ahuja - Health Writer at QuantaFitness",meta_description:"Stay informed with Vikram Ahuja, a health writer dedicated to evidence-based wellness. Read his informative articles at QuantaFitness and enhance your understanding of fitness trends."},{name:"Dr. Ranjit Sharma",description:"Dr. Ranjit Sharma is a medical professional with over 15 years of experience in sports medicine and nutrition. He has worked with various professional athletes and teams, helping them enhance their performance through tailored fitness plans and dietary strategies. Dr. Sharma also conducts workshops on health and wellness across India.",meta_title:"Dr. Ranjit Sharma - Sports Medicine Expert at QuantaFitness",meta_description:"Discover expert insights on sports medicine and nutrition from Dr. Ranjit Sharma, a leading professional with over 15 years of experience in enhancing athletic performance."},{name:"Deepti Chatterjee",description:"Deepti Chatterjee is a wellness consultant specializing in mental health and fitness. With certifications in yoga therapy and mindfulness, she offers a unique perspective on the intersection of physical fitness and mental well-being.",meta_title:"Deepti Chatterjee - Wellness Consultant at QuantaFitness",meta_description:"Discover the holistic approach to health through the lens of mental wellness with Deepti Chatterjee, an expert in yoga therapy and mindfulness."},{name:"Rahul Kapoor",description:"Rahul Kapoor is a fitness enthusiast and a certified personal trainer with over 5 years of experience in high-intensity interval training (HIIT) and functional workouts. He aims to motivate individuals to push their limits and embrace a healthier lifestyle.",meta_title:"Rahul Kapoor - Personal Trainer & HIIT Specialist at QuantaFitness",meta_description:"Get motivated with fitness expert Rahul Kapoor, as he guides you through effective HIIT and functional workouts designed to transform your lifestyle."},{name:"Naina Joshi",description:"Naina Joshi is a clinical dietitian and nutritionist with a focus on metabolic health and weight management. With over 7 years of experience in nutrition counseling, she provides evidence-based guidance to help individuals achieve their health goals.",meta_title:"Naina Joshi - Clinical Dietitian at QuantaFitness",meta_description:"Achieve your health goals with Naina Joshi, a clinical dietitian focused on metabolic health and weight management, providing personalized nutrition advice."},{name:"Anjali Rai",description:"Anjali Rai is an experienced yoga instructor and wellness blogger. With her deep understanding of yoga practices and philosophy, she writes about the benefits of yoga in daily life and how it can significantly enhance physical and mental health.",meta_title:"Anjali Rai - Yoga Instructor & Wellness Blogger at QuantaFitness",meta_description:"Explore the transformative power of yoga with Anjali Rai, an experienced instructor and blogger who highlights the benefits of yoga for holistic health."},{name:"Sameer Patel",description:"Sameer Patel is a strength and conditioning coach with a background in sports science. He works with athletes and everyday fitness enthusiasts to improve their performance through tailored strength programs and recovery strategies.",meta_title:"Sameer Patel - Strength & Conditioning Coach at QuantaFitness",meta_description:"Enhance your performance with Sameer Patel, a strength and conditioning coach dedicated to crafting personalized training and recovery strategies."},{name:"Sneha Verma",description:"Sneha Verma is a fitness writer and motivational speaker, specializing in women's health and fitness issues. She aims to inspire women to embrace their strength and lead healthier lives through her articles and talks.",meta_title:"Sneha Verma - Women's Health & Fitness Advocate at QuantaFitness",meta_description:"Inspire your journey toward health with Sneha Verma, a motivational speaker dedicated to empowering women through fitness and wellness insights."},{name:"Dr. Jane Mitchell",description:"Dr. Jane Mitchell is a certified nutritionist and wellness coach with over 15 years of experience in helping individuals achieve their health goals. She holds a doctorate in Nutrition Science and has authored several books on healthy living. Her expertise lies in creating personalized diet plans and holistic wellness strategies.",meta_title:"Dr. Jane Mitchell - Expert Nutritionist & Wellness Coach at QuantaFitness",meta_description:"Discover health and fitness tips from Dr. Jane Mitchell, a renowned nutritionist with over 15 years of experience in helping individuals lead healthier lives."},{name:"Mark Thompson",description:"Mark Thompson is a fitness enthusiast and personal trainer based in Australia. With a background in sports science, Mark specializes in strength and conditioning programs tailored for athletes and fitness beginners alike. He's passionate about motivating others to pursue their fitness aspirations.",meta_title:"Mark Thompson - Personal Trainer & Fitness Expert at QuantaFitness",meta_description:"Meet Mark Thompson, a dedicated personal trainer from Australia, specializing in strength training and fitness programs at QuantaFitness."},{name:"Sofia Hernandez",description:"Sofia Hernandez is a certified yoga instructor and wellness blogger from Spain. With a decade of experience in teaching yoga, she focuses on the mind-body connection and holistic health. Sofia shares practical tips for integrating wellness practices into daily life.",meta_title:"Sofia Hernandez - Yoga Instructor & Wellness Advocate at QuantaFitness",meta_description:"Learn about mindfulness and wellness from Sofia Hernandez, a certified yoga instructor dedicated to improving lives through holistic practices."},{name:"Dr. Ravi Gupta",description:"Dr. Ravi Gupta is a medical doctor and health writer from India. He specializes in preventive medicine and has a passion for public health education. By translating complex medical concepts into easily understandable articles, Dr. Gupta aims to empower readers to make informed health choices.",meta_title:"Dr. Ravi Gupta - Medical Doctor & Health Writer at QuantaFitness",meta_description:"Explore health insights with Dr. Ravi Gupta, a medical doctor dedicated to promoting public health awareness through engaging articles at QuantaFitness."},{name:"Emily Chen",description:"Emily Chen is a fitness influencer and certified Pilates instructor from Canada. With a passion for movement and body positivity, she creates inclusive fitness content, helping individuals of all shapes and sizes embrace their bodies through mindful exercise.",meta_title:"Emily Chen - Fitness Influencer & Pilates Instructor at QuantaFitness",meta_description:"Join Emily Chen on a journey of body positivity and mindful movement as she shares her expertise in Pilates and inclusive fitness at QuantaFitness."},{name:"Carlos Mendez",description:"Carlos Mendez is a registered dietitian and health consultant from Mexico. With extensive experience in community nutrition, he specializes in culturally relevant dietary practices and emphasizes balanced eating for optimal health.",meta_title:"Carlos Mendez - Registered Dietitian & Nutrition Consultant at QuantaFitness",meta_description:"Meet Carlos Mendez, a passionate dietitian focused on balanced nutrition and culturally relevant dietary practices to enhance overall wellness."},{name:"Lily Adams",description:"Lily Adams is a fitness writer and group workout instructor from the UK. She specializes in high-intensity interval training (HIIT) and is known for her engaging fitness classes that appeal to all ages and fitness levels. Lily's articles offer practical workout tips and motivation.",meta_title:"Lily Adams - HIIT Specialist & Fitness Writer at QuantaFitness",meta_description:"Get inspired by Lily Adams, an enthusiastic fitness writer and HIIT instructor, sharing effective workout strategies and motivation at QuantaFitness."},{name:"Ahmed Al-Farsi",description:"Ahmed Al-Farsi is a sports scientist and health advocate from the Middle East. His expertise lies in exercise physiology and athletic performance optimization. Ahmed focuses on bridging the gap between sports science and practical training advice for athletes.",meta_title:"Ahmed Al-Farsi - Sports Scientist & Health Advocate at QuantaFitness",meta_description:"Dive into the world of sports science with Ahmed Al-Farsi, where he shares insights on athletic performance and effective training techniques at QuantaFitness."},{name:"Fatima Al-Mansoori",description:"Fatima Al-Mansoori is a certified personal trainer and wellness coach from the UAE. Her mission is to empower women through fitness, focusing on strength training and mental wellness. Fatima's unique approach fosters a supportive community for women seeking to enhance their health.",meta_title:"Fatima Al-Mansoori - Certified Personal Trainer & Women’s Wellness Coach at QuantaFitness",meta_description:"Empower yourself with Fatima Al-Mansoori's insights on women's fitness and strength training, promoting a healthy lifestyle at QuantaFitness."},{name:"James Williams",description:"James Williams is a health journalist and public speaker from the USA. With a background in journalism, he is dedicated to uncovering the truth about health trends and misinformation in the fitness industry. His articles aim to provide evidence-based insights for better health decisions.",meta_title:"James Williams - Health Journalist & Advocate at QuantaFitness",meta_description:"Read insightful articles from James Williams, a dedicated health journalist tackling health trends and misinformation to empower your fitness journey at QuantaFitness."},{name:"Sofia Chang",description:"Sofia Chang is a certified nutritionist and personal trainer with over 10 years of experience in the health and fitness industry. She specializes in holistic wellness, helping clients achieve their fitness goals through balanced nutrition and tailored exercise plans. Based in California, Sofia believes in using sustainable practices for health improvement.",meta_title:"Sofia Chang - Holistic Nutrition & Fitness Expert | QuantaFitness",meta_description:"Explore expert articles by Sofia Chang, a certified nutritionist and personal trainer specializing in holistic wellness and sustainable health practices. Join her journey at QuantaFitness."},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is a sports scientist from Ireland with a focus on performance enhancement and rehabilitation. With a Master's degree in Sports Science, Liam has worked with athletes from various sports, developing evidence-based training programs. His insights emphasize the fusion of science and practical techniques.",meta_title:"Liam O'Sullivan - Sports Scientist & Performance Coach | QuantaFitness",meta_description:"Delve into the world of sports science with Liam O'Sullivan. Discover performance-enhancing techniques and recovery strategies tailored for athletes at QuantaFitness."},{name:"Akira Yamamoto",description:"Akira Yamamoto is a fitness coach and wellness blogger from Japan, passionate about combining traditional practices with modern fitness trends. With over 8 years of experience, Akira provides a unique perspective on fitness that integrates yoga and martial arts for holistic health.",meta_title:"Akira Yamamoto - Traditional & Modern Fitness Fusion Expert | QuantaFitness",meta_description:"Join Akira Yamamoto as he shares insights on traditional wellness combined with modern fitness trends. Find balance and strength at QuantaFitness."},{name:"Maria Gonzalez",description:"Maria Gonzalez is a certified yoga instructor and wellness coach based in Spain. With a background in psychology, she tailors her programs to promote mental well-being alongside physical fitness. Maria brings a compassionate and mindful approach to her articles, focusing on overall health improvement.",meta_title:"Maria Gonzalez - Yoga & Wellness Coach | QuantaFitness",meta_description:"Explore wellness through yoga with Maria Gonzalez. Discover methods to enhance physical and mental health at QuantaFitness."},{name:"David Patel",description:"David Patel is a fitness blogger and body transformation expert based in India. He shares inspiring stories and practical tips for weight loss and muscle gain based on his personal journey. With certifications in coaching and nutrition, David empowers readers to pursue their fitness ambitions.",meta_title:"David Patel - Body Transformation Coach | QuantaFitness",meta_description:"Transform your body and lifestyle with David Patel's insightful articles on fitness and nutrition. Get inspired at QuantaFitness."},{name:"Chloe Dubois",description:"Chloe Dubois is a nutrition scientist from France with a focus on plant-based diets. She has been in the field for over 6 years, helping individuals transition to healthier eating habits through research-backed advice. Chloe's articles promote healthy eating in a sustainable manner.",meta_title:"Chloe Dubois - Plant-Based Nutrition Scientist | QuantaFitness",meta_description:"Discover the benefits of a plant-based diet with Chloe Dubois. Learn how to eat healthy, sustainably at QuantaFitness."},{name:"Thomas Miller",description:"Thomas Miller is a veteran fitness journalist and personal trainer from Australia. With over 12 years in the industry, he focuses on strength training and functional fitness. His evidence-based articles are designed to educate and motivate readers towards their fitness journey.",meta_title:"Thomas Miller - Strength Training Specialist & Fitness Journalist | QuantaFitness",meta_description:"Unlock your potential with Thomas Miller's expert advice on strength training and fitness. Find motivation and knowledge at QuantaFitness."},{name:"Fatima El-Khoury",description:"Fatima El-Khoury is a health and lifestyle coach based in the United Arab Emirates. Combining her expertise in fitness and mental health, Fatima advocates for a balanced lifestyle approach. She has over 9 years of experience guiding individuals to improve their life through fitness.",meta_title:"Fatima El-Khoury - Health & Lifestyle Coach | QuantaFitness",meta_description:"Achieve a balanced lifestyle with Fatima El-Khoury's health and fitness insights. Explore holistic well-being tips at QuantaFitness."},{name:"Jin Ho Park",description:"Jin Ho Park is a fitness enthusiast and researcher from South Korea. Specializing in exercise psychology, Jin writes extensively on motivation and habit formation. He has published numerous articles on the psychological aspects of health and fitness, making his insights valuable for readers.",meta_title:"Jin Ho Park - Exercise Psychology & Motivation Expert | QuantaFitness",meta_description:"Master your fitness journey with Jin Ho Park's psychological insights on motivation and habits. Enhance your enthusiasm for health at QuantaFitness."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#0a3d62;--theme-color-8:#0b7a8a;--theme-color-7:#1abc9c;--theme-color-6:#2ed573;--theme-color-5:#55efc4;--theme-color-4:#81ffb8;--theme-color-3:#b9fbc0;--theme-color-2:#dfffe7;--color-bg-layout:#f9f9f9;--color-bg-hover:#e3f2fd;--article-border-radius:24px;--btn-border-radius:12px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -298,7 +298,7 @@ export declare const dataStructure: {
298
298
  export declare const authors: Record<string, string>;
299
299
  export declare const authorsNames: string[];
300
300
  export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCAA\uD83E\uDDD8\u200D\u2640\uFE0F\uD83E\uDD57\uD83C\uDFC3\u200D\u2642\uFE0F";
301
- export declare const categories: ("fitness" | "mentalHealth" | "trendingTopics" | "nutrition" | "holisticWellness" | "weightLoss" | "healthyLifestyle")[];
301
+ export declare const categories: ("fitness" | "mentalHealth" | "nutrition" | "trendingTopics" | "holisticWellness" | "weightLoss" | "healthyLifestyle")[];
302
302
  export declare const subcategories: string[];
303
303
  export declare const subsubcategories: string[];
304
304
  export type Category = keyof typeof dataStructure;
@@ -0,0 +1,229 @@
1
+ export declare const dataStructure: {
2
+ nutrition: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ healthyEating: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ mealPrep: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ nutritionTips: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ superfoods: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ smoothieRecipes: {
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
+ fitnessTraining: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ homeWorkouts: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ strengthTraining: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ cardioExercises: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ flexibilityAndMobility: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ fitnessChallenges: {
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
+ mentalHealth: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ mindfulnessPractices: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ stressManagement: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ motivationAndGoalSetting: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ selfCareTips: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ workLifeBalance: {
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
+ wellnessLifestyle: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ sleepHygiene: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ wellnessRituals: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ holisticHealth: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ familyFitness: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ travelAndWellness: {
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
+ weightManagement: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ weightLossStrategies: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ muscleGainTips: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ healthySnacking: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ caloricAwareness: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ bodyPositivity: {
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
+ };
218
+ export declare const authors: Record<string, string>;
219
+ export declare const authorsNames: string[];
220
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDCAA\uD83E\uDDD8\u200D\u2640\uFE0F\uD83C\uDF4F\uD83D\uDCDA";
221
+ export declare const categories: ("mentalHealth" | "nutrition" | "fitnessTraining" | "wellnessLifestyle" | "weightManagement")[];
222
+ export declare const subcategories: string[];
223
+ export declare const subsubcategories: string[];
224
+ export type Category = keyof typeof dataStructure;
225
+ export type CategoryNode = (typeof dataStructure)[Category];
226
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
227
+ export declare const startDate = "2024-09-12T00:00:00Z";
228
+ export declare const devBucketName = "idn-zenorafit-dev";
229
+ export declare const prodBucketName = "idn-zenorafit";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={nutrition:{title:"Nutrition Tips for Your Healthier Lifestyle 🥗",description:"Discover essential nutrition insights, tips, and resources to enhance your health. Dive into meal planning, healthy eating, and more! 🍏",slug:"nutrition-tips-for-healthier-lifestyle",children:{healthyEating:{title:"Healthy Eating: A Guide to Nutritious Choices 🍏",description:"Explore how to make healthy eating choices that nourish your body and mind. Learn about balanced diets and better nutrition habits! 🌱",slug:"healthy-eating-guide-nutritious-choices",children:null},mealPrep:{title:"Meal Prep: Easy Plans for a Nutritious Week 🍽️",description:"Find out how meal prep can simplify your healthy eating journey! Learn delicious tips and easy recipes for a balanced lifestyle. 🍲",slug:"meal-prep-easy-plans-nutritious-week",children:null},nutritionTips:{title:"Nutrition Tips: Boost Your Health Daily 💪",description:"Get practical nutrition tips to elevate your well-being every day! Discover the secrets to a more energized and healthier lifestyle. 🌟",slug:"nutrition-tips-boost-your-health",children:null},superfoods:{title:"Superfoods: Power Up Your Nutrition 🌈",description:"Unlock the benefits of superfoods! Discover nutritious ingredients that enhance your meals and provide essential health benefits. 🌟",slug:"superfoods-power-up-your-nutrition",children:null},smoothieRecipes:{title:"Smoothie Recipes: Quick and Nutritious Blends 🥤",description:"Explore delicious smoothie recipes packed with nutrients! Learn how to create tasty blends for a healthy boost any time of day. 🍌",slug:"smoothie-recipes-quick-nutritious-blends",children:null},other:{title:"Other Nutrition Insights to Enhance Your Cooking 🍴",description:"Delve into various nutrition insights and tips that don't fit the norm! Elevate your cooking and wellness with fresh ideas. 🔍",slug:"other-nutrition-insights-enhance-cooking",children:null}}},fitnessTraining:{title:"Transform Your Health: Comprehensive Fitness Training Insights 🏋️‍♂️",description:"Explore ZenoraFit's fitness training section for expert tips on workout routines, nutrition, and wellness. Discover how to elevate your fitness journey! 🌟",slug:"fitness-training",children:{homeWorkouts:{title:"Effective Home Workouts for Every Fitness Level 🏡💪",description:"Unleash your potential with home workouts tailored for all levels. Get fit without the gym—explore routines, tips, and motivation for home training! 🥇",slug:"home-workouts",children:null},strengthTraining:{title:"Strength Training: Build Muscle and Boost Your Fitness 💪🏋️",description:"Unlock the power of strength training! Learn about effective techniques, routines, and nutrition tips to maximize your strength gains and health. 🏆",slug:"strength-training",children:null},cardioExercises:{title:"Cardio Exercises: Elevate Your Heart Health and Fitness ❤️🏃‍♂️",description:"Explore various cardio exercises that fuel endurance and heart health. Discover effective workouts to keep your body active and energized! 🌈",slug:"cardio-exercises",children:null},flexibilityAndMobility:{title:"Flexibility and Mobility: Enhance Your Workout Performance 🧘‍♀️✨",description:"Improve your flexibility and mobility with vital exercises! Discover tips and routines that enhance performance and reduce the risk of injury. 🕊️",slug:"flexibility-and-mobility",children:null},fitnessChallenges:{title:"Engaging Fitness Challenges to Boost Your Motivation 🎯🏆",description:"Take on exciting fitness challenges that inspire you to stay active! Join fellow fitness enthusiasts and elevate your routine with fun competitions! 🌟",slug:"fitness-challenges",children:null},other:{title:"Explore Other Fitness Resources and Insights 🌍💡",description:"Dive into a variety of additional fitness resources! Discover articles, tips, and tools that support your health and wellness journey. 🔍",slug:"other-fitness-resources",children:null}}},mentalHealth:{title:"Explore Mental Health - Tips and Insights for Well-being 🌿",description:"Dive into our mental health section for insightful tips, mindfulness practices, and stress management strategies that inspire a balanced lifestyle. 🌈",slug:"mental-health",children:{mindfulnessPractices:{title:"Mindfulness Practices for Everyday Peace 🧘‍♀️",description:"Discover effective mindfulness practices that enhance your mental well-being, reduce stress, and bring tranquility to your daily life. 🌻",slug:"mindfulness-practices",children:null},stressManagement:{title:"Effective Stress Management Techniques 💆‍♂️",description:"Learn valuable stress management techniques that empower you to handle life's challenges with ease, promoting a healthier mind. 🌟",slug:"stress-management",children:null},motivationAndGoalSetting:{title:"Motivation and Goal Setting for Achieving Success 🚀",description:"Unlock your potential with our motivation and goal setting strategies, designed to help you stay focused and reach your aspirations. 🎯",slug:"motivation-and-goal-setting",children:null},selfCareTips:{title:"Self-Care Tips for a Healthier You 🌼",description:"Explore essential self-care tips that nourish your body and mind, promoting overall wellness and helping you thrive in daily life. 💖",slug:"self-care-tips",children:null},workLifeBalance:{title:"Achieving Work-Life Balance for Better Health ☯️",description:"Find out how to achieve a harmonious work-life balance that enhances your mental health and well-being for a fulfilling life. 🌍",slug:"work-life-balance",children:null},other:{title:"Additional Mental Health Resources and Insights 🧠",description:"Explore various mental health resources and insights that support your journey towards a positive and balanced mental state. 📚",slug:"other",children:null}}},wellnessLifestyle:{title:"Explore Wellness Lifestyle Tips for a Healthier You 🌱",description:"Dive into ZenoraFit's wellness lifestyle section for tips and insights on promoting health and fitness in your daily life. Start your journey! 🌟",slug:"wellness-lifestyle",children:{sleepHygiene:{title:"Mastering Sleep Hygiene for Better Rest and Recovery 🌙",description:"Discover essential tips on sleep hygiene to improve your rest and recovery, ensuring a refreshed and productive day ahead! 😴",slug:"sleep-hygiene",children:null},wellnessRituals:{title:"Incorporate Wellness Rituals Into Your Daily Routine 🧘‍♀️",description:"Unlock the secrets of wellness rituals that can transform your daily routine, enhancing your well-being and productivity. Start your journey! 🌼",slug:"wellness-rituals",children:null},holisticHealth:{title:"Holistic Health: A Comprehensive Approach to Well-Being 🌎",description:"Explore holistic health strategies that nurture your mind, body, and spirit, fostering a balanced and healthy lifestyle. 🌸",slug:"holistic-health",children:null},familyFitness:{title:"Engaging Family Fitness Activities for All Ages 👨‍👩‍👧‍👦",description:"Discover fun and engaging family fitness activities that promote health and bonding within your family. Let's get moving together! 🤸‍♂️",slug:"family-fitness",children:null},travelAndWellness:{title:"Travel and Wellness: Stay Healthy on the Go 🚀",description:"Learn how to maintain your wellness habits while traveling with tips and tricks for a healthy journey, no matter where you go! 🌟",slug:"travel-and-wellness",children:null},other:{title:"Other Wellness Insights for a Balanced Lifestyle 🌈",description:"Explore additional wellness insights and tips that are essential for maintaining a balanced and healthy lifestyle. Discover more! ✨",slug:"other-wellness",children:null}}},weightManagement:{title:"Effective Weight Management Strategies for a Healthier You 🏋️‍♀️",description:"Explore weight management tips, strategies, and insights that empower you to lead a healthier lifestyle. Discover how to achieve your fitness goals! 🌟",slug:"effective-weight-management-strategies",children:{weightLossStrategies:{title:"Proven Weight Loss Strategies for Lasting Change 🍏",description:"Unlock effective weight loss strategies that help you shed pounds sustainably. Learn how to build healthy habits for a fitter future! 🌈",slug:"proven-weight-loss-strategies",children:null},muscleGainTips:{title:"Essential Tips for Muscle Gain and Strength Building 💪",description:"Elevate your fitness game with practical muscle gain tips and techniques for strength building. Transform your body effectively and enjoyably! 🚀",slug:"essential-tips-for-muscle-gain",children:null},healthySnacking:{title:"Delicious Healthy Snacking Ideas for Weight Management 🍿",description:"Discover tasty and healthy snacking ideas that support weight management. Enjoy guilt-free snacks that nourish your body and satisfy cravings! 🥕",slug:"delicious-healthy-snacking-ideas",children:null},caloricAwareness:{title:"Understanding Caloric Awareness for Better Health 📊",description:"Gain essential insights into caloric awareness and how it impacts your weight management journey. Learn to make informed food choices today! 🥗",slug:"understanding-caloric-awareness",children:null},bodyPositivity:{title:"Embracing Body Positivity for Wellness and Confidence 🌼",description:"Explore body positivity principles that enhance self-acceptance and well-being. Celebrate your unique beauty while focusing on health! 💖",slug:"embracing-body-positivity",children:null},other:{title:"Additional Weight Management Resources and Insights 🔍",description:"Access a variety of additional resources and insights for effective weight management. Discover unique strategies to support your health journey! 📝",slug:"additional-weight-management-resources",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),s="💪🧘‍♀️🍏📚",o=Object.keys(t),l=[],r=[];for(const e of o){const i=t[e];if(null==i?void 0:i.children){l.push(...Object.keys(i.children));for(const e of l){const t=i.children[e];(null==t?void 0:t.children)&&r.push(...Object.keys(t.children))}}}const a="2024-09-12T00:00:00Z",h="zenorafit",u=`idn-${h}-dev`,c=`idn-${h}`;exports.DEFAULT_DESCRIPTION_EMOJIS=s,exports.authors=i,exports.authorsNames=n,exports.categories=o,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=c,exports.startDate=a,exports.subcategories=l,exports.subsubcategories=r;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ FitnessFocus = "Fitness Focus",
3
+ NourishmentNeeds = "Nourishment Needs",
4
+ MentalWellness = "Mental Wellness",
5
+ ActivityLevel = "Activity Level",
6
+ WellnessHacks = "Wellness Hacks"
7
+ }
8
+ type FitnessFocusValues = 'Cardio Workouts' | 'Strength Training' | 'Yoga & Flexibility' | 'High-Intensity Interval Training (HIIT)' | 'Home Workouts';
9
+ type NourishmentNeedsValues = 'Healthy Recipes' | 'Meal Prep Tips' | 'Nutritional Supplements' | 'Diet Plans' | 'Superfoods';
10
+ type MentalWellnessValues = 'Stress Management Techniques' | 'Meditation Guides' | 'Mindfulness Practices' | 'Work-Life Balance Tips' | 'Positive Psychology';
11
+ type ActivityLevelValues = 'Beginner-Friendly' | 'Intermediate Challenges' | 'Advanced Fitness Regimens' | 'Family Activities' | 'Sports & Recreation';
12
+ type WellnessHacksValues = 'Motivation Boosters' | 'Time-Saving Tips' | 'Sleep Improvement Strategies' | 'Healthy Habits for Busy Lives' | 'Fitness Gadgets & Gear';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.FitnessFocus]: FitnessFocusValues[];
15
+ [FiltersNames.NourishmentNeeds]: NourishmentNeedsValues[];
16
+ [FiltersNames.MentalWellness]: MentalWellnessValues[];
17
+ [FiltersNames.ActivityLevel]: ActivityLevelValues[];
18
+ [FiltersNames.WellnessHacks]: WellnessHacksValues[];
19
+ };
20
+ export declare const fitnessFocusValues: FitnessFocusValues[];
21
+ export declare const nourishmentNeedsValues: NourishmentNeedsValues[];
22
+ export declare const mentalWellnessValues: MentalWellnessValues[];
23
+ export declare const activityLevelValues: ActivityLevelValues[];
24
+ export declare const wellnessHacksValues: WellnessHacksValues[];
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={})).FitnessFocus="Fitness Focus",e.NourishmentNeeds="Nourishment Needs",e.MentalWellness="Mental Wellness",e.ActivityLevel="Activity Level",e.WellnessHacks="Wellness Hacks";const s=["Cardio Workouts","Strength Training","Yoga & Flexibility","High-Intensity Interval Training (HIIT)","Home Workouts"],t=["Healthy Recipes","Meal Prep Tips","Nutritional Supplements","Diet Plans","Superfoods"],i=["Stress Management Techniques","Meditation Guides","Mindfulness Practices","Work-Life Balance Tips","Positive Psychology"],l=["Beginner-Friendly","Intermediate Challenges","Advanced Fitness Regimens","Family Activities","Sports & Recreation"],r=["Motivation Boosters","Time-Saving Tips","Sleep Improvement Strategies","Healthy Habits for Busy Lives","Fitness Gadgets & Gear"],n={[exports.FiltersNames.FitnessFocus]:[],[exports.FiltersNames.NourishmentNeeds]:[],[exports.FiltersNames.MentalWellness]:[],[exports.FiltersNames.ActivityLevel]:[],[exports.FiltersNames.WellnessHacks]:[]},a={[exports.FiltersNames.FitnessFocus]:s,[exports.FiltersNames.NourishmentNeeds]:t,[exports.FiltersNames.MentalWellness]:i,[exports.FiltersNames.ActivityLevel]:l,[exports.FiltersNames.WellnessHacks]:r},o=()=>JSON.stringify(a,null,2);exports.activityLevelValues=l,exports.fitnessFocusValues=s,exports.fullFilters=a,exports.getFiltersTypesJSON=o,exports.initialFilters=n,exports.mentalWellnessValues=i,exports.nourishmentNeedsValues=t,exports.wellnessHacksValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.activityLevelValues=t.activityLevelValues,exports.fitnessFocusValues=t.fitnessFocusValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.mentalWellnessValues=t.mentalWellnessValues,exports.nourishmentNeedsValues=t.nourishmentNeedsValues,exports.wellnessHacksValues=t.wellnessHacksValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: ZenoraFit is an engaging infotainment portal focused on health and fitness, offering insights, tips, and resources to support a healthier lifestyle. The portal aims to inspire individuals to lead a more active life through innovative content that combines entertainment with valuable information.\n - Detailed description: ZenoraFit is a comprehensive health and fitness portal dedicated to providing users with a rich array of infotainment articles that promote wellness and active living. The platform covers various topics, including nutrition, workout regimens, mental health, wellness tips, and lifestyle hacks, all presented in a lively and entertaining format. Users can explore in-depth articles that not only educate but also motivate and inspire them to reach their personal fitness goals. The portal prioritizes user engagement through interactive features, infographics, and actionable advice, making it a go-to resource for anyone looking to enhance their overall well-being while enjoying the process.\n - Target audience: ZenoraFit targets health-conscious individuals, fitness enthusiasts, and anyone interested in improving their lifestyle through better health and exercise. This includes young adults seeking fitness tips, busy professionals looking for quick wellness insights, and families wanting to adopt healthier eating habits. The portal is designed to appeal to a diverse audience, from beginners to seasoned athletes, who are all on a journey towards achieving their health and fitness objectives.\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## Key Benefits\n - Physical Health Benefits\n - Mental Well-being Enhancements\n\n## Practical Tips\n - Effective Meal Planning\n - Quick and Efficient Workouts\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 - Key Benefits, 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 = "health professionals, wellness coaches, nutritionists, fitness trainers, and mindfulness instructors";
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: ZenoraFit is an engaging infotainment portal focused on health and fitness, offering insights, tips, and resources to support a healthier lifestyle. The portal aims to inspire individuals to lead a more active life through innovative content that combines entertainment with valuable information.\n - Detailed description: ZenoraFit is a comprehensive health and fitness portal dedicated to providing users with a rich array of infotainment articles that promote wellness and active living. The platform covers various topics, including nutrition, workout regimens, mental health, wellness tips, and lifestyle hacks, all presented in a lively and entertaining format. Users can explore in-depth articles that not only educate but also motivate and inspire them to reach their personal fitness goals. The portal prioritizes user engagement through interactive features, infographics, and actionable advice, making it a go-to resource for anyone looking to enhance their overall well-being while enjoying the process.\n - Target audience: ZenoraFit targets health-conscious individuals, fitness enthusiasts, and anyone interested in improving their lifestyle through better health and exercise. This includes young adults seeking fitness tips, busy professionals looking for quick wellness insights, and families wanting to adopt healthier eating habits. The portal is designed to appeal to a diverse audience, from beginners to seasoned athletes, who are all on a journey towards achieving their health and fitness objectives.\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## Key Benefits\n - Physical Health Benefits\n - Mental Well-being Enhancements\n\n## Practical Tips\n - Effective Meal Planning\n - Quick and Efficient Workouts\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 - Key Benefits, 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",a="synthesizing the information presented throughout",s="health professionals, wellness coaches, nutritionists, fitness trainers, and mindfulness instructors",o="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",r=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$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=a,exports.FILTERS_INFO=r,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=n,exports.TARGET_AUDIENCE=s,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 a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-realistic cinematic photography ${a}, ${o}, for article ${r} from professional sports photography for glossy health magazine, health photography, glossy health magazine, photorealistic, ultra-realistic, maximum detail, highly detailed, commercial photography, foreground focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, blur-free, depth of field, dof, film, bokeh, foreground focus, 35mm photography`,negativePrompt:e.SD_NEGATIVE_PROMPT}),o=({title:e,alt:a,articleTitle:o})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${o} 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=o,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=a;
@@ -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 Health Experts | ZenoraFit",description:"Discover insights from our certified health & fitness professionals! 🌟 Join us on a journey to better wellness and a vibrant life."},[exports.PageNames.Home]:{title:"Welcome to ZenoraFit | Your Health & Fitness Portal",description:"Transform your life with ZenoraFit! 🧘‍♀️ Get expert tips on health, fitness, nutrition & motivation. Start your journey towards wellness today!"},[exports.PageNames.NotFound]:{title:"Page Not Found | ZenoraFit",description:"Oops! The page you are looking for doesn't exist. 🚫 Explore our health & fitness resources at ZenoraFit."},[exports.PageNames.AboutUs]:{title:"About ZenoraFit | Your Trusted Health Resource",description:"Learn more about ZenoraFit and our mission to empower your health journey! 🌱 Together, we promote wellness & fitness for everyone."},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | ZenoraFit",description:"Your privacy is important to us! 🔒 Read ZenoraFit's privacy policy to understand how we protect your information."},[exports.PageNames.Terms]:{title:"Terms and Conditions | ZenoraFit",description:"Understand the terms that govern your use of ZenoraFit. 📜 Stay informed about our policies and guidelines."},[exports.PageNames.Sitemap]:{title:"Site Navigation | ZenoraFit",description:"Explore the ZenoraFit Sitemap! 🗺️ Easily navigate our articles and resources dedicated to health & fitness."}},a=[{name:"Dr. Shreya Kapoor",description:"Dr. Shreya Kapoor is a certified nutritionist with over 10 years of experience in holistic health and wellness. She holds a Ph.D. in Nutrition Science and is passionate about empowering individuals through personalized dietary strategies. Shreya has collaborated with various wellness centers and has been a speaker at numerous health conferences.",meta_title:"Dr. Shreya Kapoor | Nutritionist at ZenoraFit",meta_description:"Explore health and wellness tips from Dr. Shreya Kapoor, an experienced nutritionist dedicated to personalized dietary strategies for a better life."},{name:"Ravi Sharma",description:"Ravi Sharma is a certified personal trainer and fitness coach, specializing in functional training and mindfulness practices. With over 8 years of experience in the fitness industry, he focuses on bridging the gap between physical health and mental well-being. Ravi writes extensively on fitness trends and effective workout regimes.",meta_title:"Ravi Sharma | Fitness Coach at ZenoraFit",meta_description:"Learn fitness insights from Ravi Sharma, a dedicated personal trainer specializing in functional training and mindfulness for a balanced life."},{name:"Ananya Joshi",description:"Ananya Joshi is a yoga instructor and wellness advocate with a deep passion for integrating yoga into everyday life. With over 12 years of teaching experience, she has authored multiple articles and e-books on yoga and mental health. Ananya believes in the power of yoga to transform bodies and minds alike.",meta_title:"Ananya Joshi | Yoga Instructor at ZenoraFit",meta_description:"Discover the transformative benefits of yoga with Ananya Joshi, an experienced instructor dedicated to holistic health and mental wellness."},{name:"Vikram Desai",description:"Vikram Desai is an Ayurvedic practitioner with a strong focus on natural remedies and preventive healthcare. With over 15 years of practice in Ayurveda, he has worked with numerous clients to help them achieve optimal health through ancient medicinal wisdom. Vikram also emphasizes the importance of mental well-being in physical health.",meta_title:"Vikram Desai | Ayurvedic Expert at ZenoraFit",meta_description:"Explore natural healing methods with Vikram Desai, an experienced Ayurvedic practitioner dedicated to preventive healthcare and wellness."},{name:"Nalini Rao",description:"Nalini Rao is a fitness blogger and wellness coach with a focus on women's health issues. She has a background in exercise physiology and has spent over 6 years writing practical articles aimed at inspiring women to embrace fitness and nutritious eating. Nalini promotes a balanced lifestyle through her engaging content.",meta_title:"Nalini Rao | Wellness Coach at ZenoraFit",meta_description:"Get inspired by Nalini Rao, a dedicated fitness blogger focused on women's health through balanced lifestyle tips and insightful articles."},{name:"Arjun Mehta",description:"Arjun Mehta is a health enthusiast and life coach specializing in stress management and mental health awareness. With a blend of psychological principles and fitness knowledge, he has helped individuals combat stress through various health programs over the past 10 years. Arjun aims to inspire readers to lead a more balanced life.",meta_title:"Arjun Mehta | Life Coach at ZenoraFit",meta_description:"Join Arjun Mehta in exploring stress management strategies and mental health tips aimed at leading a balanced, fulfilling life."},{name:"Priya Nair",description:"Priya Nair is a professional dietitian with expertise in weight management and eating disorders. She has over 7 years of experience consulting individuals and groups on developing healthy eating habits and overcoming dietary challenges. Priya is a strong advocate for mental wellness through nutritional balance.",meta_title:"Priya Nair | Dietitian at ZenoraFit",meta_description:"Learn from Priya Nair, a professional dietitian dedicated to promoting healthy eating habits and overcoming dietary challenges for better health."},{name:"Manoj Iyer",description:"Manoj Iyer is a sports biochemist and fitness researcher who combines science and practical fitness solutions. With 9 years in the field, he writes about exercise physiology and its impact on overall health. Manoj is passionate about using scientific research to guide effective workout plans.",meta_title:"Manoj Iyer | Fitness Researcher at ZenoraFit",meta_description:"Discover the science behind fitness with Manoj Iyer, a sports biochemist focused on exercise physiology and its role in health."},{name:"Suma Bhattacharya",description:"Suma Bhattacharya is a wellness writer and holistic lifestyle coach with a decade of experience. She specializes in chronic disease prevention through lifestyle changes and has worked with diverse communities. Suma believes in a comprehensive approach to health that combines nutrition, exercise, and mental well-being.",meta_title:"Suma Bhattacharya | Holistic Lifestyle Coach at ZenoraFit",meta_description:"Embrace a holistic approach to health with Suma Bhattacharya, a wellness writer focused on chronic disease prevention and lifestyle changes."},{name:"Rajesh Ghosh",description:"Rajesh Ghosh is a sports nutritionist with a strong background in exercise science. With over 5 years of experience, he has worked with athletes to optimize their performance through tailored nutrition plans. Rajesh shares his insights on peak performance and recovery strategies in his articles.",meta_title:"Rajesh Ghosh | Sports Nutritionist at ZenoraFit",meta_description:"Unlock your peak performance with Rajesh Ghosh, a sports nutritionist sharing insights on nutrition for athletes and recovery strategies."},{name:"Dr. Priya Nair",description:"Dr. Priya Nair is a renowned health consultant with over a decade of experience in alternative medicine and nutrition. She holds a Ph.D. in Holistic Health and is passionate about promoting natural healing techniques. Dr. Nair has published numerous articles on holistic wellness and offers workshops to inspire others to lead a balanced lifestyle.",meta_title:"Dr. Priya Nair - Holistic Health Expert | ZenoraFit",meta_description:"Explore insights from Dr. Priya Nair, a leading holistic health expert, focused on natural healing and nutrition strategies for a healthier lifestyle on ZenoraFit."},{name:"Rahul Sharma",description:"Rahul Sharma is a certified fitness trainer and nutritionist with extensive experience in personal training and fitness coaching. He specializes in weight loss and strength training and believes in personalized workout programs. Rahul shares his knowledge through engaging articles and fitness tips on ZenoraFit.",meta_title:"Rahul Sharma - Fitness Trainer & Nutritionist | ZenoraFit",meta_description:"Get expert fitness tips and nutrition advice from Rahul Sharma, a certified trainer dedicated to helping you achieve your health goals on ZenoraFit."},{name:"Anita Desai",description:"Anita Desai is a lifestyle blogger and yoga instructor with a passion for wellness. With over 5 years of experience in yoga teaching and a background in psychology, she inspires readers through her articles on mental health, mindfulness, and yoga practices that enhance physical and emotional well-being.",meta_title:"Anita Desai - Wellness Advocate & Yoga Instructor | ZenoraFit",meta_description:"Discover the transformative power of yoga and mental health insights from Anita Desai, a wellness advocate dedicated to holistic living on ZenoraFit."},{name:"Karan Mehta",description:"Karan Mehta is a fitness enthusiast and certified personal trainer who specializes in high-intensity interval training (HIIT). With a background in sports science, Karan focuses on creating effective and innovative workout programs. His articles on ZenoraFit motivate individuals to take their fitness journeys to new heights.",meta_title:"Karan Mehta - HIIT Specialist & Personal Trainer | ZenoraFit",meta_description:"Join Karan Mehta in exploring HIIT workout strategies and fitness motivation to elevate your health journey on ZenoraFit."},{name:"Sarita Roy",description:"Sarita Roy is a health coach and author specializing in plant-based nutrition. She has helped numerous clients transition to a healthier lifestyle through easy and delicious vegan recipes. Sarita's articles on ZenoraFit reflect her commitment to promoting sustainable eating habits and conscious living.",meta_title:"Sarita Roy - Plant-Based Nutrition Expert | ZenoraFit",meta_description:"Explore delicious vegan recipes and nutrition tips with Sarita Roy, a dedicated plant-based nutrition expert at ZenoraFit."},{name:"Vikram Singh",description:"Vikram Singh is a mental health advocate and fitness coach with over 8 years of experience balancing physical fitness with mental well-being techniques. He writes extensively about the importance of mental health in conjunction with fitness, promoting a well-rounded lifestyle on ZenoraFit.",meta_title:"Vikram Singh - Mental Health & Fitness Advocate | ZenoraFit",meta_description:"Learn about the crucial connection between mental health and fitness from Vikram Singh, a passionate advocate for holistic wellness on ZenoraFit."},{name:"Simran Kaur",description:"Simran Kaur is a dietitian and wellness blogger known for her expertise in traditional Indian diets and their benefits. With a master's degree in nutrition, she incorporates ancient wisdom with modern dietary needs to provide insightful articles on ZenoraFit.",meta_title:"Simran Kaur - Dietitian & Wellness Blogger | ZenoraFit",meta_description:"Uncover the wisdom of traditional Indian diets with Simran Kaur, a dedicated dietitian sharing healthful insights on ZenoraFit."},{name:"Neelam Gupta",description:"Neelam Gupta is a personal trainer and health educator with over 12 years of experience. She specializes in women's health issues, focusing on fitness during pregnancy and postpartum recovery. Neelam's articles provide support and knowledge for women navigating their health journeys.",meta_title:"Neelam Gupta - Women's Health & Fitness Specialist | ZenoraFit",meta_description:"Get empowering insights on women's health and fitness from Neelam Gupta, a specialist dedicated to supporting women in their wellness journeys at ZenoraFit."},{name:"Ravi Patel",description:"Ravi Patel is a sports nutritionist with a wealth of knowledge about enhancing athletic performance through proper diet. With a background in exercise physiology, he guides athletes and fitness enthusiasts on ZenoraFit, emphasizing tailored nutrition for optimal results.",meta_title:"Ravi Patel - Sports Nutrition Specialist | ZenoraFit",meta_description:"Elevate your athletic performance with nutrition tips from Ravi Patel, a dedicated sports nutritionist at ZenoraFit."},{name:"Lina Chatterjee",description:"Lina Chatterjee is a fitness app developer turned health writer with a background in computer science and personal training. She combines tech with fitness, providing innovative solutions and advice for readers looking to enhance their fitness tech experience on ZenoraFit.",meta_title:"Lina Chatterjee - Fitness Tech Writer & Coach | ZenoraFit",meta_description:"Discover the intersection of technology and fitness with Lina Chatterjee, a writer and coach creating innovative health solutions at ZenoraFit."},{name:"Dr. Priya Malhotra",description:"Dr. Priya Malhotra is a renowned nutritionist with over 10 years of experience in holistic health. With a PhD in Nutritional Science from Delhi University, she specializes in designing personalized diet plans. She strives to empower individuals through education about nutrition and healthy living.",meta_title:"Dr. Priya Malhotra - Expert Nutritionist at ZenoraFit",meta_description:"Discover health tips and nutrition advice from Dr. Priya Malhotra, a leading expert in holistic health and personalized diet planning at ZenoraFit."},{name:"Rajesh Kumar",description:"Rajesh Kumar is a passionate fitness coach and lifestyle blogger with a decade of experience in personal training. Based in Mumbai, he focuses on functional fitness and creating sustainable workout routines that fit into every busy schedule.",meta_title:"Rajesh Kumar - Fitness Coach and Blogger at ZenoraFit",meta_description:"Join Rajesh Kumar as he shares expert fitness advice and effective workout routines to help you achieve your health goals at ZenoraFit."},{name:"Anjali Sharma",description:"Anjali Sharma is a yoga instructor and wellness activist with more than 8 years of experience in teaching Hatha and Vinyasa yoga. She believes in the power of mindful movement and aims to spread awareness about mental well-being through her practice.",meta_title:"Anjali Sharma - Yoga Instructor and Wellness Advocate at ZenoraFit",meta_description:"Explore yoga practices and mental health tips from Anjali Sharma, a dedicated instructor and wellness advocate contributing to ZenoraFit."},{name:"Ravi Desai",description:"Ravi Desai has worked as a fitness consultant for over 15 years, specializing in strength training and muscle recovery. He utilizes his expertise to guide clients on their fitness journey, helping them optimize their performance and reach their goals.",meta_title:"Ravi Desai - Strength Training Specialist at ZenoraFit",meta_description:"Get expert insights on strength training and muscle recovery from Ravi Desai, a seasoned fitness consultant at ZenoraFit."},{name:"Meera Kapoor",description:"Meera Kapoor is a health coach and author with a focus on mental wellness and emotional eating. With a background in psychology, she integrates mental health strategies into her coaching, aiming to break the stigma around emotional eating.",meta_title:"Meera Kapoor - Health Coach and Author at ZenoraFit",meta_description:"Learn about mental wellness and emotional eating strategies from Meera Kapoor, a passionate health coach at ZenoraFit."},{name:"Siddharth Chawla",description:"Siddharth Chawla is a certified personal trainer and sports nutritionist with over 12 years of experience in the health and fitness industry. He combines nutritional science with his training expertise to drive success for his clients.",meta_title:"Siddharth Chawla - Sports Nutritionist and Personal Trainer at ZenoraFit",meta_description:"Explore innovative training and nutrition advice from Siddharth Chawla, a skilled personal trainer at ZenoraFit."},{name:"Nisha Patel",description:"Nisha Patel is a certified Pilates instructor and wellness coach with a decade of teaching experience. She promotes the benefits of Pilates for physical health and mental clarity, specializing in rehabilitation and injury prevention.",meta_title:"Nisha Patel - Pilates Instructor and Wellness Coach at ZenoraFit",meta_description:"Discover the power of Pilates for health and wellness with Nisha Patel, a certified instructor and wellness coach at ZenoraFit."},{name:"Karan Verma",description:"Karan Verma is a holistic health practitioner and Ayurvedic nutritionist, bringing over 10 years of experience in integrating ancient wellness practices into modern lifestyles. His expert knowledge helps clients achieve balance and harmony.",meta_title:"Karan Verma - Holistic Health Practitioner at ZenoraFit",meta_description:"Uncover holistic health approaches with Karan Verma, an experienced Ayurvedic nutritionist sharing insights at ZenoraFit."},{name:"Simran Bhandari",description:"Simran Bhandari is a personal trainer and wellness blogger specializing in women's health and fitness. She focuses on empowering women through tailored workout plans and motivational content to foster self-love and healthy living.",meta_title:"Simran Bhandari - Women's Health and Fitness Expert at ZenoraFit",meta_description:"Get inspired by Simran Bhandari's expert tips on women's health and fitness at ZenoraFit."},{name:"Arjun Singh",description:"Arjun Singh is a mindfulness and meditation coach with extensive knowledge in stress management and overall well-being. With over 5 years of coaching experience, he integrates mindfulness techniques into everyday life for improved mental clarity.",meta_title:"Arjun Singh - Mindfulness and Meditation Coach at ZenoraFit",meta_description:"Enhance your mental clarity and reduce stress with insights from Arjun Singh, a mindfulness coach at ZenoraFit."},{name:"Dr. Shreya Kumar",description:"Dr. Shreya Kumar is a renowned nutritionist and health consultant with over a decade of experience in holistic health. She holds a Ph.D. in Nutrition Science and has worked with numerous clients to develop personalized diet plans that promote well-being and vitality. Her articles often focus on the connection between nutrition, mental health, and overall fitness.",meta_title:"Dr. Shreya Kumar - Nutrition & Holistic Health Expert | ZenoraFit",meta_description:"Explore expert insights on nutrition and holistic health from Dr. Shreya Kumar at ZenoraFit. Discover personalized diet plans and wellness tips for a healthier life."},{name:"Rajesh Puri",description:"Rajesh Puri is a fitness trainer and lifestyle coach with a specialization in yoga and meditation. With over 15 years of experience, he has transformed countless lives through his unique blend of traditional and modern practices. His writings encourage a balanced approach to fitness, integrating physical challenges with mindfulness.",meta_title:"Rajesh Puri - Fitness Trainer & Lifestyle Coach | ZenoraFit",meta_description:"Join Rajesh Puri on ZenoraFit for a transformative journey in fitness and mindfulness. Discover yoga, meditation, and lifestyle tips for a balanced life."},{name:"Meera Joshi",description:"Meera Joshi is a certified personal trainer and sports nutritionist. Holding multiple certifications, she has been an advocate for female empowerment in fitness. Her articles emphasize strength training and nutrition tailored for women, helping them achieve their fitness goals sustainably.",meta_title:"Meera Joshi - Certified Personal Trainer & Sports Nutritionist | ZenoraFit",meta_description:"Empower yourself with fitness insights from Meera Joshi at ZenoraFit. Learn about strength training and nutrition designed specifically for women."},{name:"Vikram Sharma",description:"Vikram Sharma is a wellness blogger and motivational speaker with a focus on physical fitness as a means to improve mental health. With a background in psychology, he shares tips on how to cultivate a positive mindset while pursuing fitness goals.",meta_title:"Vikram Sharma - Wellness Blogger & Motivational Speaker | ZenoraFit",meta_description:"Unlock your potential with Vikram Sharma's articles on mental health and physical fitness at ZenoraFit. Discover tips that inspire and motivate."},{name:"Anjali Verma",description:"Anjali Verma is a fitness enthusiast and holistic healer. With a background in Ayurveda, she combines traditional Indian wisdom with modern fitness practices. Her writings focus on detoxification and rejuvenation techniques that enhance overall health.",meta_title:"Anjali Verma - Holistic Healer & Ayurveda Fitness Expert | ZenoraFit",meta_description:"Explore the fusion of Ayurveda and fitness with Anjali Verma at ZenoraFit. Discover detox and rejuvenation techniques for optimum health."},{name:"Arjun Rao",description:"Arjun Rao is a leading expert in sports science and rehabilitation, offering more than 12 years of experience in physical therapy. His articles provide insights into injury prevention, rehabilitation exercises, and effective training techniques for athletes.",meta_title:"Arjun Rao - Sports Scientist & Rehabilitation Expert | ZenoraFit",meta_description:"Get expert advice on sports science and rehabilitation from Arjun Rao. Learn about injury prevention and effective training techniques on ZenoraFit."},{name:"Sneha Patel",description:"Sneha Patel is a yoga instructor and wellness coach who emphasizes the importance of mental and physical wellness. Her experience spans various wellness retreats and workshops across India. She provides valuable insights on practicing mindfulness through fitness.",meta_title:"Sneha Patel - Yoga Instructor & Wellness Coach | ZenoraFit",meta_description:"Discover mindfulness and wellness tips with Sneha Patel at ZenoraFit. Join her journey in exploring the connection between yoga and mental health."},{name:"Karan Bhatia",description:"Karan Bhatia is a health and fitness writer with a passion for plant-based nutrition. With over eight years of experience, he shares recipes, nutrition tips, and lifestyle changes that encourage a healthier, more sustainable way of living.",meta_title:"Karan Bhatia - Plant-Based Nutrition Advocate | ZenoraFit",meta_description:"Join Karan Bhatia at ZenoraFit for inspiring plant-based nutrition articles. Discover recipes and tips for a healthier, sustainable lifestyle."},{name:"Priya Singh",description:"Priya Singh is a mental health advocate and fitness enthusiast with expertise in mindfulness and stress-relief techniques. She conducts workshops on the interplay of mental health and physical fitness, and her articles inspire readers to find balance in their lives.",meta_title:"Priya Singh - Mental Health Advocate & Fitness Enthusiast | ZenoraFit",meta_description:"Explore the intersection of mental health and fitness with Priya Singh on ZenoraFit. Discover techniques for stress relief and achieving balance."},{name:"Nitin Mehta",description:"Nitin Mehta is a fitness coach and lifestyle educator specializing in strength training and mobility. With over ten years of experience, he provides practical tips and workout plans designed for people of all fitness levels, helping them to maintain an active lifestyle.",meta_title:"Nitin Mehta - Fitness Coach & Lifestyle Educator | ZenoraFit",meta_description:"Transform your fitness journey with Nitin Mehta's expert advice at ZenoraFit. Discover workout plans and tips for all fitness levels."},{name:"Dr. Emily Walker",description:"Dr. Emily Walker is a certified nutritionist and fitness coach with over 10 years of experience in holistic health. She holds a Ph.D. in Nutritional Science and has authored numerous publications on healthy eating and lifestyle changes. Emily focuses on empowering individuals to achieve their wellness goals through personalized nutrition plans and fitness regimens.",meta_title:"Dr. Emily Walker - Expert Nutritionist & Fitness Coach | ZenoraFit",meta_description:"Discover expert insights from Dr. Emily Walker, a certified nutritionist and fitness coach dedicated to helping you transform your health and fitness journey with personalized strategies."},{name:"Michael Rodriguez",description:"Michael Rodriguez is a fitness enthusiast and personal trainer with over 8 years of experience. He specializes in strength training and functional fitness. Michael has trained clients from all backgrounds and believes in creating individualized workout plans that motivate and inspire his clients to reach their maximum potential.",meta_title:"Michael Rodriguez - Personal Trainer & Fitness Specialist | ZenoraFit",meta_description:"Transform your fitness routine with insights from Michael Rodriguez, an experienced personal trainer who shares innovative strategies for strength training and functional fitness."},{name:"Dr. Priya Sharma",description:"Dr. Priya Sharma is a sports medicine specialist with a passion for promoting physical activity as a cornerstone of health. With over 12 years of experience, she provides evidence-based medical advice and writes extensively on injury prevention, recovery techniques, and optimal performance for athletes.",meta_title:"Dr. Priya Sharma - Sports Medicine Expert | ZenoraFit",meta_description:"Learn from Dr. Priya Sharma, a sports medicine expert who shares valuable knowledge on injury prevention and recovery strategies for athletes and active individuals."},{name:"Sophia Li",description:"Sophia Li is a yoga instructor and mindfulness coach with over 6 years of experience in the health and wellness industry. She integrates yoga practices with nutrition advice to promote a balanced lifestyle. Sophia emphasizes the importance of mental health in overall wellness and writes about mindfulness techniques.",meta_title:"Sophia Li - Yoga Instructor & Mindfulness Coach | ZenoraFit",meta_description:"Enhance your wellness journey with insights from Sophia Li, a dedicated yoga instructor and mindfulness coach focused on holistic health and mental well-being."},{name:"Jason Patel",description:"Jason Patel is a certified fitness blogger and wellness advocate who has been motivating individuals for over 5 years. His engaging articles cover a range of topics, including workout routines, diet plans, and mental health strategies. Jason's relatable writing style and personal stories resonate with readers looking to improve their lifestyles.",meta_title:"Jason Patel - Fitness Blogger & Wellness Advocate | ZenoraFit",meta_description:"Get inspired by Jason Patel, a certified fitness blogger who offers personal insights and practical tips for achieving a healthier lifestyle through engaging articles."},{name:"Angela Kim",description:"Angela Kim is a registered dietitian and health educator with more than 7 years of experience. She specializes in weight management and healthy eating habits for families. Angela believes in making nutrition both enjoyable and attainable for everyone, and she shares her expertise through informative articles.",meta_title:"Angela Kim - Registered Dietitian & Health Educator | ZenoraFit",meta_description:"Explore nutritional wisdom from Angela Kim, a registered dietitian dedicated to helping families achieve healthy eating habits and weight management through expert advice."},{name:"David Wong",description:"David Wong is a personal trainer and health coach with a rich background in competitive sports. For over 9 years, he has been helping clients achieve their fitness goals through tailored training programs. David's approach combines physical fitness with motivational coaching to ensure long-term success.",meta_title:"David Wong - Personal Trainer & Health Coach | ZenoraFit",meta_description:"Achieve your fitness goals with David Wong, a personal trainer who blends tailored training programs with motivational coaching for long-term success."},{name:"Marie Jensen",description:"Marie Jensen is a wellness writer and integrative health consultant with over 10 years of experience. She focuses on the intersection of physical health, mental clarity, and nutritional strategies. Marie's articles offer a unique perspective, helping readers to approach their wellness journey comprehensively.",meta_title:"Marie Jensen - Wellness Writer & Integrative Health Consultant | ZenoraFit",meta_description:"Join Marie Jensen on a journey of integrative health and wellness through her enlightening articles that merge nutrition, mental clarity, and physical well-being."},{name:"Tommy Garcia",description:"Tommy Garcia is a fitness expert and lifestyle coach with expertise in outdoor fitness and adventure sports. For over 5 years, he has inspired individuals to connect with nature while improving their physical fitness. His articles feature practical tips on staying active outdoors and the benefits of an adventurous lifestyle.",meta_title:"Tommy Garcia - Outdoor Fitness Expert & Lifestyle Coach | ZenoraFit",meta_description:"Experience the thrill of outdoor fitness with Tommy Garcia, a lifestyle coach dedicated to connecting physical activity with nature for a fulfilling and active lifestyle."},{name:"Louise Knight",description:"Louise Knight is an experienced mental health advocate and fitness enthusiast. With over 8 years in the field, she focuses on the importance of mental well-being as part of a balanced health and fitness approach. Louise writes practical articles addressing the mental aspects of fitness and self-care strategies.",meta_title:"Louise Knight - Mental Health Advocate & Fitness Enthusiast | ZenoraFit",meta_description:"Explore the intersection of mental health and fitness with insights from Louise Knight, a passionate advocate sharing practical self-care and fitness strategies for wellbeing."},{name:"Emily Roberts",description:"Emily Roberts is a certified personal trainer and nutrition coach with over 8 years of experience in the health and fitness industry. Passionate about helping others achieve their wellness goals, she has worked with a diverse clientele, creating bespoke training programs and meal plans that cater to individual needs. Emily also shares her fitness journey and tips through workshops and online platforms.",meta_title:"Emily Roberts - Certified Personal Trainer & Nutrition Coach | ZenoraFit",meta_description:"Discover health and fitness insights from Emily Roberts, a certified personal trainer with 8 years of experience, dedicated to helping others achieve their wellness goals."},{name:"Michael Chen",description:"Michael Chen is a sports physiotherapist with a decade of experience in injury rehabilitation and prevention. With a strong educational background in biomechanics, he specializes in creating tailored recovery plans for athletes. Michael believes in empowering individuals to maintain their physical health through proper exercise and lifestyle choices.",meta_title:"Michael Chen - Experienced Sports Physiotherapist | ZenoraFit",meta_description:"Explore articles by Michael Chen, a sports physiotherapist focused on injury rehabilitation and prevention, helping athletes stay fit and healthy."},{name:"Aisha Patel",description:"Aisha Patel is a holistic health expert and wellness blogger, with over 5 years of experience in guiding individuals towards a more balanced lifestyle. Her articles often blend Eastern and Western wellness philosophies, focusing on mindfulness, nutrition, and fitness. Aisha’s gentle approach helps readers find harmony in their health journeys.",meta_title:"Aisha Patel - Holistic Health Expert & Wellness Blogger | ZenoraFit",meta_description:"Read insightful articles by Aisha Patel, a holistic health expert, as she guides you to a balanced lifestyle through mindfulness, nutrition, and fitness."},{name:"David Thompson",description:"David Thompson is a certified sports nutritionist and fitness writer with extensive experience in diet planning for athletes. Having worked as a nutrition consultant for various sports teams, David has a passion for educating readers on the importance of nutrition in achieving fitness goals. He believes that the right diet can enhance performance and overall health.",meta_title:"David Thompson - Sports Nutritionist & Fitness Writer | ZenoraFit",meta_description:"Join David Thompson, a certified sports nutritionist, as he provides expert advice on diet planning for athletes and the importance of nutrition in fitness."},{name:"Sofia Williams",description:"Sofia Williams is a wellness coach and certified yoga instructor who has integrated movement and mindfulness into her coaching practice. With over 6 years of experience in both fitness and mental health, she emphasizes the importance of nurturing both body and mind. Sofia’s articles aim to inspire readers to incorporate yoga and mindfulness into their everyday lives.",meta_title:"Sofia Williams - Wellness Coach & Certified Yoga Instructor | ZenoraFit",meta_description:"Find inspiration in Sofia Williams' articles, where she blends wellness coaching with yoga and mindfulness to nurture both body and mind."},{name:"Carlos Mendoza",description:"Carlos Mendoza is a fitness enthusiast and personal trainer known for his engaging workshops and online courses. With a background in exercise science, he focuses on functional training and injury prevention. Carlos thrives on motivating individuals to push their limits and find joy in their fitness journeys, resulting in a vibrant online community.",meta_title:"Carlos Mendoza - Personal Trainer & Fitness Enthusiast | ZenoraFit",meta_description:"Engage with Carlos Mendoza, an inspiring personal trainer, as he motivates individuals to find joy in their fitness journeys through functional training."},{name:"Olivia Green",description:"Olivia Green is a mental health advocate and personal development coach who specializes in the correlation between mental wellness and physical fitness. With a solid background in psychology and personal training, she promotes an integrated approach to health. Olivia writes extensively about how emotional health impacts fitness and overall well-being.",meta_title:"Olivia Green - Mental Health Advocate & Personal Development Coach | ZenoraFit",meta_description:"Explore the writings of Olivia Green, a mental health advocate who bridges the gap between emotional wellness and physical fitness through holistic practices."},{name:"James O'Connor",description:"James O'Connor is a seasoned endurance athlete and fitness writer with over 12 years of experience in marathon running and triathlons. He shares his knowledge through comprehensive training guides and motivational content for aspiring athletes. His approach combines rigorous training with self-care techniques essential for longevity in sports.",meta_title:"James O'Connor - Endurance Athlete & Fitness Writer | ZenoraFit",meta_description:"Join James O'Connor, an endurance athlete, as he provides valuable insights and training guides to inspire aspiring marathon runners and triathletes."},{name:"Chloe Yang",description:"Chloe Yang is a fitness influencer and dance instructor who brings a unique approach to fitness through dance. With a passion for creativity and self-expression, she helps her clients discover joy in movement while improving their fitness. Her vibrant articles are filled with energy and tips to blend fun with fitness.",meta_title:"Chloe Yang - Dance Instructor & Fitness Influencer | ZenoraFit",meta_description:"Dance your way to fitness with Chloe Yang, a talented dance instructor who shares fun and engaging articles that combine creativity with physical wellness."},{name:"Liam Carter",description:"Liam Carter is a certified strength and conditioning coach with 10 years of experience in personal fitness. His approach focuses on strength training, functional movement, and performance enhancement. Liam enjoys empowering clients to reach their maximum potential, and he frequently shares his expertise through informative blog posts.",meta_title:"Liam Carter - Strength & Conditioning Coach | ZenoraFit",meta_description:"Transform your fitness journey with Liam Carter, a certified strength and conditioning coach, as he shares insights on strength training and performance enhancement."}],t=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=t,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#2e3a46;--theme-color-8:#4b5b67;--theme-color-7:#6a7c88;--theme-color-6:#92a0a9;--theme-color-5:#b1b8bc;--theme-color-3:#d6e1e4;--theme-color-2:#e7f2f4;--color-bg-layout:#f7f9fa;--color-bg-hover:#edeef0;--article-border-radius:25px;--btn-border-radius:15px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.257",
3
+ "version": "1.3.259",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [