tedo-publisher 1.3.259 โ†’ 1.3.260

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,229 @@
1
+ export declare const dataStructure: {
2
+ nutritionAndDiet: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ mealPlanning: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ dietarySupplements: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ healthyRecipes: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ weightLossStrategies: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ superfoods: {
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
+ workoutAndFitness: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ strengthTraining: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ cardioWorkouts: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ flexibilityExercises: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ fitnessChallenges: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ homeWorkouts: {
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
+ mentalHealthWellness: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ stressManagement: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ mindfulnessPractices: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ sleepHygiene: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ motivationTips: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ emotionalWellbeing: {
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
+ holisticLiving: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ naturalRemedies: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ yogaAndMeditation: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ ecoFriendlyPractices: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ aromatherapy: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ communityWellness: {
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
+ fitnessTechnology: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ wearableFitnessDevices: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ fitnessApps: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ onlineWorkouts: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ healthTracking: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ nutritionSoftware: {
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 = "\uD83C\uDFCB\uFE0F\u200D\u2642\uFE0F\uD83C\uDF4F\uD83E\uDDD8\u200D\u2640\uFE0F\uD83D\uDCDA";
221
+ export declare const categories: ("nutritionAndDiet" | "workoutAndFitness" | "mentalHealthWellness" | "holisticLiving" | "fitnessTechnology")[];
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-omnifitly-dev";
229
+ export declare const prodBucketName = "idn-omnifitly";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={nutritionAndDiet:{title:"Explore Nutrition and Diet for Optimal Health ๐ŸŒฑ",description:"Delve into nutrition and diet topics at OmniFitly, empowering you with meal planning, supplements, recipes, weight loss strategies, and superfoods! ๐Ÿ",slug:"nutrition-and-diet",children:{mealPlanning:{title:"Effective Meal Planning Tips for Healthy Living ๐Ÿฝ๏ธ",description:"Master meal planning with our expert tips! Discover how to create balanced meals that fuel your body and cater to your dietary needs. ๐ŸŒŸ",slug:"meal-planning",children:null},dietarySupplements:{title:"Essential Dietary Supplements for Your Wellness Journey ๐Ÿ’Š",description:"Uncover the world of dietary supplements! Learn about vitamins, minerals, and more to support your health and wellness goals. ๐ŸŒˆ",slug:"dietary-supplements",children:null},healthyRecipes:{title:"Delicious Healthy Recipes for Every Occasion ๐Ÿฒ",description:"Savor your journey to health with our collection of healthy recipes! Find nutritious and tasty meals for breakfast, lunch, and dinner. ๐Ÿฅ—",slug:"healthy-recipes",children:null},weightLossStrategies:{title:"Proven Weight Loss Strategies for Lasting Results ๐Ÿ‹๏ธ",description:"Achieve your weight loss goals with our effective strategies! Discover tips and tricks for sustainable weight management and health. ๐Ÿ”ฅ",slug:"weight-loss-strategies",children:null},superfoods:{title:"Discover Superfoods for Ultimate Health Benefits ๐Ÿฅ‘",description:"Learn about powerful superfoods that can boost your health! Explore their benefits and how to incorporate them into your diet. ๐ŸŒŸ",slug:"superfoods",children:null},other:{title:"Explore Other Nutrition Topics for Holistic Wellness ๐ŸŒ",description:"Dive into various nutrition-related topics! Find insights on holistic approaches that enhance overall wellness beyond traditional diets. โ˜€๏ธ",slug:"other-nutrition-topics",children:null}}},workoutAndFitness:{title:"Explore the Best Workout and Fitness Strategies ๐Ÿ‹๏ธโ€โ™‚๏ธ",description:"Discover tailored fitness tips and workout strategies to enhance your health journey. Achieve your goals with OmniFitly's comprehensive resources! ๐Ÿ’ช",slug:"workout-fitness",children:{strengthTraining:{title:"Unlock Strength Training Secrets for a Powerful Body ๐Ÿ’ช",description:"Dive into strength training techniques to build muscle and increase endurance. Get expert tips and routines for every fitness level. ๐Ÿ‹๏ธโ€โ™€๏ธ",slug:"strength-training",children:null},cardioWorkouts:{title:"Revitalize Your Routine with Cardio Workouts โค๏ธโ€๐Ÿ”ฅ",description:"Find your perfect cardio workout to boost stamina and heart health. From running to HIIT, explore options to energize your fitness journey! ๐Ÿƒโ€โ™‚๏ธ",slug:"cardio-workouts",children:null},flexibilityExercises:{title:"Enhance Flexibility with Essential Exercises ๐Ÿง˜โ€โ™€๏ธ",description:"Learn vital flexibility exercises to improve range of motion and prevent injuries. Embrace a more balanced fitness routine today! ๐Ÿคธโ€โ™‚๏ธ",slug:"flexibility-exercises",children:null},fitnessChallenges:{title:"Join Our Exciting Fitness Challenges for Motivation ๐ŸŽ‰",description:"Participate in fun fitness challenges to push your limits and motivate your journey. Find excitement in achieving your health goals! ๐Ÿš€",slug:"fitness-challenges",children:null},homeWorkouts:{title:"Transform Your Space with Effective Home Workouts ๐Ÿ ๐Ÿ’ช",description:"Discover efficient home workouts to stay fit without the gym. Get inspired with routines that fit your lifestyle! ๐Ÿ‹๏ธโ€โ™‚๏ธ",slug:"home-workouts",children:null},other:{title:"Explore More Fitness Topics for a Holistic Approach ๐ŸŒŸ",description:"Delve into various health and fitness topics that complement your journey, covering wellness, nutrition, and more! ๐ŸŒˆ",slug:"other-fitness-topics",children:null}}},mentalHealthWellness:{title:"Mental Health & Wellness: Enhance Your Wellbeing ๐ŸŒฑ",description:"Discover essential mental health and wellness tips at OmniFitly. Explore stress management, mindfulness, sleep strategies, and more to boost your wellbeing! ๐ŸŒŸ",slug:"mental-health-wellness",children:{stressManagement:{title:"Effective Stress Management Techniques for a Healthier Mind ๐Ÿง˜โ€โ™‚๏ธ",description:"Learn powerful stress management strategies to reclaim your mental clarity. Embrace effective practices for a balanced and healthier life! ๐ŸŒˆ",slug:"stress-management",children:null},mindfulnessPractices:{title:"Mindfulness Practices for Daily Peace and Clarity ๐Ÿง˜โ€โ™€๏ธ",description:"Explore mindfulness practices that nourish your mind and spirit. Discover tips for integrating mindfulness into your everyday routine! ๐ŸŒผ",slug:"mindfulness-practices",children:null},sleepHygiene:{title:"Sleep Hygiene Tips for Restful Nights and Rejuvenated Days ๐ŸŒ™",description:"Improve your sleep hygiene with effective strategies for better rest. Learn how to create an environment conducive to peaceful sleep! ๐ŸŒŸ",slug:"sleep-hygiene",children:null},motivationTips:{title:"Motivation Tips to Ignite Your Passion and Goals ๐Ÿ”ฅ",description:"Find inspiration with our motivating tips to drive your goals. Discover how to maintain enthusiasm and focus on your wellness journey! ๐Ÿ’ช",slug:"motivation-tips",children:null},emotionalWellbeing:{title:"Enhancing Your Emotional Wellbeing for a Balanced Life โค๏ธ",description:"Cultivate emotional wellbeing with our insightful resources. Learn practical techniques to nurture your mental health and stability! ๐ŸŒผ",slug:"emotional-wellbeing",children:null},other:{title:"Other Mental Health Wellness Insights and Resources ๐Ÿ“š",description:"Explore additional insights into mental health wellness. Access unique resources and articles to enhance your understanding of mental wellbeing! ๐ŸŒˆ",slug:"other",children:null}}},holisticLiving:{title:"Explore Holistic Living for Mind and Body ๐ŸŒฑ",description:"Dive into holistic living with our comprehensive guides on natural remedies, yoga, eco-friendly practices, and more. Embrace your wellness journey! ๐ŸŒผ",slug:"holistic-living",children:{naturalRemedies:{title:"Natural Remedies for Everyday Health ๐ŸŒฟ",description:"Discover powerful natural remedies to enhance your wellness. Explore herbal solutions, home treatments, and holistic approaches to everyday health! ๐Ÿ’š",slug:"natural-remedies",children:null},yogaAndMeditation:{title:"Yoga and Meditation for Inner Peace ๐Ÿง˜โ€โ™‚๏ธ",description:"Unlock your potential with our yoga and meditation practices. Learn techniques to reduce stress and enhance mindfulness for a balanced life. ๐ŸŒˆ",slug:"yoga-and-meditation",children:null},ecoFriendlyPractices:{title:"Eco-Friendly Practices for a Sustainable Life โ™ป๏ธ",description:"Adopt eco-friendly practices to lead a sustainable lifestyle. Explore tips on reducing waste, using natural products, and protecting our planet! ๐ŸŒ",slug:"eco-friendly-practices",children:null},aromatherapy:{title:"Aromatherapy: Scents for Wellness ๐ŸŒธ",description:"Experience the benefits of aromatherapy with essential oils for relaxation and healing. Discover blends for various moods and enhance your well-being! ๐ŸŒบ",slug:"aromatherapy",children:null},communityWellness:{title:"Community Wellness: Join the Journey ๐ŸŒ",description:"Engage in community wellness activities to promote health and connection. Learn how to turn wellness into a communal experience for all! ๐Ÿค",slug:"community-wellness",children:null},other:{title:"Other Holistic Living Insights ๐ŸŒŸ",description:"Explore various insights and unique practices surrounding holistic living. Find information beyond the basics for a comprehensive wellness journey! ๐ŸŒป",slug:"other",children:null}}},fitnessTechnology:{title:"Explore Innovative Fitness Technology to Enhance Your Health ๐Ÿ‹๏ธโ€โ™‚๏ธ",description:"Discover the latest in fitness technology. From wearables to apps, find the tools that fit your wellness journey perfectly. Stay fit and informed! ๐Ÿ“ฑ",slug:"fitness-technology",children:{wearableFitnessDevices:{title:"Top Wearable Fitness Devices for Tracking Your Progress โŒš",description:"Stay connected with advanced wearable fitness devices that monitor your health and performance. Elevate your workouts with the right tech! ๐Ÿ“ˆ",slug:"wearable-fitness-devices",children:null},fitnessApps:{title:"Best Fitness Apps to Optimize Your Health Journey ๐Ÿ“ฒ",description:"Explore the best fitness apps available to guide your workouts and nutrition. Achieve your health goals with innovative mobile solutions! ๐ŸŒŸ",slug:"fitness-apps",children:null},onlineWorkouts:{title:"Effective Online Workouts for All Skill Levels ๐Ÿ ",description:"Join the trend of online workouts and bring gym-quality exercises to your home. Find routines tailored to your level and stay fit! ๐Ÿ’ช",slug:"online-workouts",children:null},healthTracking:{title:"Health Tracking Tools to Monitor Your Wellness ๐Ÿ“Š",description:"Utilize the latest health tracking tools to gain insights into your fitness and wellness. Stay informed and improve your health today! ๐Ÿง ",slug:"health-tracking",children:null},nutritionSoftware:{title:"Nutrition Software for Managing Your Diet ๐Ÿ",description:"Discover nutrition software that helps you manage your meals and track your dietary goals. Living healthy has never been easier! ๐Ÿฝ๏ธ",slug:"nutrition-software",children:null},other:{title:"Additional Fitness Technology to Enhance Your Life ๐ŸŒ",description:"Explore other exciting fitness technologies that can enhance your health and lifestyle. Find tools to support your wellness journey! ๐Ÿš€",slug:"other-fitness-tech",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)),o="๐Ÿ‹๏ธโ€โ™‚๏ธ๐Ÿ๐Ÿง˜โ€โ™€๏ธ๐Ÿ“š",s=Object.keys(t),r=[],l=[];for(const e of s){const i=t[e];if(null==i?void 0:i.children){r.push(...Object.keys(i.children));for(const e of r){const t=i.children[e];(null==t?void 0:t.children)&&l.push(...Object.keys(t.children))}}}const a="2024-09-12T00:00:00Z",c="omnifitly",u=`idn-${c}-dev`,h=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=o,exports.authors=i,exports.authorsNames=n,exports.categories=s,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=h,exports.startDate=a,exports.subcategories=r,exports.subsubcategories=l;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ WellnessWonders = "Wellness Wonders",
3
+ NutritionNuggets = "Nutrition Nuggets",
4
+ FitnessFinery = "Fitness Finery",
5
+ LifestyleLeaps = "Lifestyle Leaps"
6
+ }
7
+ type WellnessWondersValues = 'Mindfulness Practices' | 'Holistic Healing' | 'Stress Management' | 'Guided Meditation';
8
+ type NutritionNuggetsValues = 'Plant-Based Recipes' | 'Quick Meal Prep' | 'Superfoods' | 'Dietary Myths Debunked';
9
+ type FitnessFineryValues = 'Home Workouts' | 'Strength Training' | 'Cardio Routines' | 'Flexibility & Stretching';
10
+ type LifestyleLeapsValues = 'Work-Life Balance' | 'Sleep Hygiene' | 'Habit Formation' | 'Time Management for Fitness';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.WellnessWonders]: WellnessWondersValues[];
13
+ [FiltersNames.NutritionNuggets]: NutritionNuggetsValues[];
14
+ [FiltersNames.FitnessFinery]: FitnessFineryValues[];
15
+ [FiltersNames.LifestyleLeaps]: LifestyleLeapsValues[];
16
+ };
17
+ export declare const wellnessWondersValues: WellnessWondersValues[];
18
+ export declare const nutritionNuggetsValues: NutritionNuggetsValues[];
19
+ export declare const fitnessFineryValues: FitnessFineryValues[];
20
+ export declare const lifestyleLeapsValues: LifestyleLeapsValues[];
21
+ export declare const initialFilters: ArticleFilters;
22
+ export declare const fullFilters: ArticleFilters;
23
+ export declare const getFiltersTypesJSON: () => string;
24
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).WellnessWonders="Wellness Wonders",e.NutritionNuggets="Nutrition Nuggets",e.FitnessFinery="Fitness Finery",e.LifestyleLeaps="Lifestyle Leaps";const s=["Mindfulness Practices","Holistic Healing","Stress Management","Guided Meditation"],t=["Plant-Based Recipes","Quick Meal Prep","Superfoods","Dietary Myths Debunked"],i=["Home Workouts","Strength Training","Cardio Routines","Flexibility & Stretching"],r=["Work-Life Balance","Sleep Hygiene","Habit Formation","Time Management for Fitness"],n={[exports.FiltersNames.WellnessWonders]:[],[exports.FiltersNames.NutritionNuggets]:[],[exports.FiltersNames.FitnessFinery]:[],[exports.FiltersNames.LifestyleLeaps]:[]},l={[exports.FiltersNames.WellnessWonders]:s,[exports.FiltersNames.NutritionNuggets]:t,[exports.FiltersNames.FitnessFinery]:i,[exports.FiltersNames.LifestyleLeaps]:r},o=()=>JSON.stringify(l,null,2);exports.fitnessFineryValues=i,exports.fullFilters=l,exports.getFiltersTypesJSON=o,exports.initialFilters=n,exports.lifestyleLeapsValues=r,exports.nutritionNuggetsValues=t,exports.wellnessWondersValues=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.fitnessFineryValues=t.fitnessFineryValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.lifestyleLeapsValues=t.lifestyleLeapsValues,exports.nutritionNuggetsValues=t.nutritionNuggetsValues,exports.wellnessWondersValues=t.wellnessWondersValues,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: OmniFitly is an innovative infotainment portal dedicated to health and fitness, providing readers with a wealth of information on wellness, nutrition, workout tips, and holistic living. It serves as a one-stop resource for those seeking to enhance their fitness journey and adopt healthier lifestyles.\n - Detailed description: OmniFitly is a comprehensive health and fitness portal that merges informative articles with engaging content to empower readers in their wellness journeys. The platform covers a wide array of topics such as nutrition plans, effective workout routines, mental health tips, and the latest trends in the health industry. With an emphasis on practical advice and scientifically-backed information, OmniFitly inspires individuals to take charge of their health while offering creative insights into integrating fitness into everyday life. Whether you're a fitness novice or a seasoned athlete, OmniFitly provides valuable resources that cater to varying skill levels and interests, all while maintaining a user-friendly experience for easy navigation.\n - Target audience: The target audience for OmniFitly includes health and fitness enthusiasts, individuals looking to improve their lifestyles, gym-goers of all levels, nutrition-conscious individuals, and those seeking expert guidance on holistic wellness practices. The portal is designed to attract users ranging from beginners wanting to initiate their fitness journey to experienced athletes in search of advanced tips, as well as busy professionals aiming to incorporate healthy habits into their daily routines.\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## Wellness Insights\n - Benefits of Regular Exercise\n - Understanding Mental Health\n\n## Nutrition Information\n - Balanced Diet Essentials\n - Meal Planning and Preparation\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 - Wellness Insights, 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: OmniFitly is an innovative infotainment portal dedicated to health and fitness, providing readers with a wealth of information on wellness, nutrition, workout tips, and holistic living. It serves as a one-stop resource for those seeking to enhance their fitness journey and adopt healthier lifestyles.\n - Detailed description: OmniFitly is a comprehensive health and fitness portal that merges informative articles with engaging content to empower readers in their wellness journeys. The platform covers a wide array of topics such as nutrition plans, effective workout routines, mental health tips, and the latest trends in the health industry. With an emphasis on practical advice and scientifically-backed information, OmniFitly inspires individuals to take charge of their health while offering creative insights into integrating fitness into everyday life. Whether you're a fitness novice or a seasoned athlete, OmniFitly provides valuable resources that cater to varying skill levels and interests, all while maintaining a user-friendly experience for easy navigation.\n - Target audience: The target audience for OmniFitly includes health and fitness enthusiasts, individuals looking to improve their lifestyles, gym-goers of all levels, nutrition-conscious individuals, and those seeking expert guidance on holistic wellness practices. The portal is designed to attract users ranging from beginners wanting to initiate their fitness journey to experienced athletes in search of advanced tips, as well as busy professionals aiming to incorporate healthy habits into their daily routines.\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## Wellness Insights\n - Benefits of Regular Exercise\n - Understanding Mental Health\n\n## Nutrition Information\n - Balanced Diet Essentials\n - Meal Planning and Preparation\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 - Wellness Insights, 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 the Experts | OmniFitly Team",description:"Discover our passionate health and fitness professionals dedicated to empowering your wellness journey! ๐ŸŒŸ๐Ÿ’ช"},[exports.PageNames.Home]:{title:"Welcome to OmniFitly | Your Ultimate Health and Fitness Portal",description:"Join us at OmniFitly for expert tips, nutritious recipes, and inspiring fitness guides. Let's thrive together! ๐Ÿ๐Ÿ‹๏ธโ€โ™‚๏ธ"},[exports.PageNames.NotFound]:{title:"Page Not Found | OmniFitly",description:"Oops! It seems we canโ€™t find the page youโ€™re looking for. Explore our health and fitness resources instead! ๐Ÿง๐Ÿ”"},[exports.PageNames.AboutUs]:{title:"About OmniFitly | Your Guide to Health and Fitness",description:"Learn more about OmniFitly, our mission to promote wellness, and how we can inspire your fitness journey! ๐Ÿ’–๐Ÿƒโ€โ™€๏ธ"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | Your Trust Matters to OmniFitly",description:"Your privacy is important to us. Read OmniFitly's privacy policy to understand how we protect your information. ๐Ÿ”’๐Ÿ“œ"},[exports.PageNames.Terms]:{title:"Terms of Service | OmniFitly",description:"Review the terms that govern your use of OmniFitly services. We value your experience and transparency! ๐Ÿ“šโš–๏ธ"},[exports.PageNames.Sitemap]:{title:"Sitemap of OmniFitly | Navigate Our Content Easily",description:"Find your way through OmniFitlyโ€™s wealth of health and fitness articles with our organized sitemap! ๐Ÿ—บ๏ธ๐Ÿ“–"}},t=[{name:"Dr. Neha Gupta",description:"Dr. Neha Gupta is a renowned nutritionist with over 10 years of experience in dietary management and wellness programs. With a doctorate in Nutrition from the University of Delhi, she specializes in holistic health and has worked with various clients to develop personalized, effective weight management strategies.",meta_title:"Dr. Neha Gupta - Nutritionist and Wellness Expert at OmniFitly",meta_description:"Explore articles by Dr. Neha Gupta, a seasoned nutritionist with expertise in holistic health, providing insights on effective dietary strategies for optimal wellness. Read more at OmniFitly."},{name:"Rajesh Sharma",description:"Rajesh Sharma is a fitness consultant and personal trainer with over 15 years in the industry. Based in Mumbai, he specializes in functional training and fitness coaching for individuals of all ages. Rajesh has a passion for promoting an active lifestyle and has authored multiple articles on fitness techniques and tips.",meta_title:"Rajesh Sharma - Fitness Consultant and Personal Trainer at OmniFitly",meta_description:"Discover fitness strategies with Rajesh Sharma, a personal trainer with 15 years of experience aiming to inspire an active lifestyle at OmniFitly."},{name:"Priya Malhotra",description:"Priya Malhotra is a health and wellness coach focusing on women's health. With a certification in holistic health coaching, she helps women navigate their unique health challenges and empowers them through education and support, writing informative articles aimed at women's fitness.",meta_title:"Priya Malhotra - Women's Health and Wellness Coach at OmniFitly",meta_description:"Join Priya Malhotra as she shares her insights on women's health and empowerment through wellness articles at OmniFitly."},{name:"Vikram Patel",description:"Vikram Patel is an experienced yoga instructor and wellness writer based in Bangalore. He holds a diploma in Yoga Studies and emphasizes mental health and mindfulness. Vikram publishes articles that bridge the gap between traditional yoga practices and modern fitness techniques.",meta_title:"Vikram Patel - Yoga Instructor and Wellness Writer at OmniFitly",meta_description:"Explore the connection between yoga and wellness with Vikram Patel, who shares enriching articles on mindfulness and fitness at OmniFitly."},{name:"Ananya Rao",description:"Ananya Rao is a sports physiotherapist with a decade of experience in injury rehabilitation and prevention. Her hands-on approach and extensive knowledge of sports medicine allow her to write insightful articles focusing on safe exercise practices and injury management.",meta_title:"Ananya Rao - Sports Physiotherapist at OmniFitly",meta_description:"Learn from Ananya Rao, a sports physiotherapist, as she provides essential insights into injury management and safe exercise practices at OmniFitly."},{name:"Karan Mehta",description:"Karan Mehta is a motivational speaker and lifestyle coach with over 12 years of experience. He specializes in behavioral change and has written numerous articles on mental wellness and fitness. Karan aims to inspire individuals to achieve their health aspirations through positive thinking.",meta_title:"Karan Mehta - Motivational Speaker and Lifestyle Coach at OmniFitly",meta_description:"Get inspired by Karan Mehta, a motivational speaker specializing in wellness and fitness motivation through his articles at OmniFitly."},{name:"Ritika Sen",description:"Ritika Sen is a certified personal trainer and nutrition educator. With a strong foundation in sports science, she focuses on innovative training methods and balanced diets. Ritika contributes valuable content on the interplay between exercise and nutrition for diverse audiences.",meta_title:"Ritika Sen - Personal Trainer and Nutrition Educator at OmniFitly",meta_description:"Discover effective training and nutrition strategies with Ritika Sen, as she delivers expert insights at OmniFitly."},{name:"Amit Tiwari",description:"Amit Tiwari, an acclaimed herbalist and fitness enthusiast, possesses a deep understanding of Ayurveda and how it integrates with modern fitness. He writes extensively about using herbal solutions for fitness goals and overall health, merging traditional wisdom with contemporary practices.",meta_title:"Amit Tiwari - Herbalist and Fitness Writer at OmniFitly",meta_description:"Explore herbal approaches to fitness with Amit Tiwari, blending Ayurveda wisdom and modern wellness tips through his articles at OmniFitly."},{name:"Simran Kaur",description:"Simran Kaur is a registered dietitian and health writer who specializes in chronic disease management through dietary interventions. With experience in clinical nutrition, she focuses on creating accessible content that educates readers on healthy eating habits and lifestyle choices.",meta_title:"Simran Kaur - Registered Dietitian and Health Writer at OmniFitly",meta_description:"Gain dietary insights from Simran Kaur, a registered dietitian sharing valuable articles on nutrition and health lifestyles at OmniFitly."},{name:"Rohit Narayanan",description:"Rohit Narayanan is a certified personal trainer and mental fitness advocate. He emphasizes the significance of mental well-being in achieving fitness goals and writes articles combining physical exercise and mental health practices to enhance overall fitness.",meta_title:"Rohit Narayanan - Personal Trainer and Mental Fitness Advocate at OmniFitly",meta_description:"Connect with Rohit Narayanan as he explores the intersection of mental health and fitness through his insightful articles at OmniFitly."},{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is a holistic health expert with over 15 years of experience in integrative medicine. As a certified nutrition consultant and fitness coach, she specializes in weight management, stress relief, and improving overall wellness through natural remedies.",meta_title:"Dr. Aditi Sharma - Expert in Holistic Health and Nutrition",meta_description:"Discover insights on holistic health and nutrition from Dr. Aditi Sharma, a certified nutrition consultant and fitness coach with 15+ years of experience."},{name:"Rahul Verma",description:"Rahul Verma is a fitness enthusiast and certified personal trainer. With over a decade of experience in creating personalized fitness programs, he focuses on functional training and injury prevention strategies for a balanced lifestyle.",meta_title:"Rahul Verma - Certified Personal Trainer and Fitness Expert",meta_description:"Join fitness expert Rahul Verma as he shares personal training tips and strategies for achieving a healthy and balanced lifestyle."},{name:"Sneha Gupta",description:"Sneha Gupta is a wellness coach and yoga instructor with a passion for promoting mental health through physical fitness. She has over 8 years of experience in guiding individuals towards mindfulness and emotional resilience through yoga and meditation.",meta_title:"Sneha Gupta - Yoga Instructor and Wellness Coach",meta_description:"Explore mindfulness and wellness tips from Sneha Gupta, a yoga instructor with 8 years of experience in promoting mental health and fitness."},{name:"Vinay Kumar",description:"Vinay Kumar is a dietitian and nutrition expert with a focus on Indian cuisine. He combines traditional Ayurvedic principles with modern dietary practices to help clients achieve their health goals. With over 6 years of experience, he emphasizes sustainable eating habits.",meta_title:"Vinay Kumar - Expert Dietitian and Nutritionist",meta_description:"Learn about sustainable eating habits from Vinay Kumar, a dietitian with 6 years of experience in combining Ayurveda and modern nutrition."},{name:"Neha Iyer",description:"Neha Iyer is a fitness writer and health blogger passionate about promoting body positivity and physical wellness. She shares her journey and provides resources for self-improvement and fitness motivation, drawing upon her personal experience of overcoming health challenges.",meta_title:"Neha Iyer - Fitness Writer and Body Positivity Advocate",meta_description:"Follow Neha Iyer's journey of body positivity and wellness through her fitness articles and motivational insights on health and personal growth."},{name:"Dr. Prakash Desai",description:"Dr. Prakash Desai is a sports medicine specialist and fitness consultant with a focus on rehabilitative protocols for athletes. He has worked with numerous sports teams and individuals to optimize performance and prevent injuries over his 12 years of experience.",meta_title:"Dr. Prakash Desai - Sports Medicine Specialist",meta_description:"Gain insights from Dr. Prakash Desai, a sports medicine specialist with 12 years of experience in optimizing athletic performance and injury prevention."},{name:"Meera Singh",description:"Meera Singh is a certified physiotherapist specializing in functional movement and rehabilitation. With a background in sports injuries, she provides valuable resources and advice on physical recovery and maintaining an active lifestyle, boasting over 7 years of experience.",meta_title:"Meera Singh - Certified Physiotherapist and Rehabilitation Expert",meta_description:"Discover rehabilitation strategies and insights from Meera Singh, a certified physiotherapist with 7 years of experience in functional movement."},{name:"Ravi Malhotra",description:"Ravi Malhotra is an experienced wellness author and personal coach focusing on mental resilience and positive lifestyle changes. With a decade spent coaching individuals, he provides practical tips for achieving holistic health and mental clarity.",meta_title:"Ravi Malhotra - Mental Wellness Coach and Author",meta_description:"Join Ravi Malhotra as he shares insights and practical tips on mental resilience and achieving holistic health for a balanced life."},{name:"Anjali Kapoor",description:"Anjali Kapoor is a health blogger and fitness influencer who promotes healthy eating habits and workout routines through her engaging articles. With over 5 years in the health landscape, she inspires her followers with creative ways to lead a healthier lifestyle.",meta_title:"Anjali Kapoor - Health Blogger and Fitness Influencer",meta_description:"Explore healthy eating and fitness tips from Anjali Kapoor, a health blogger dedicated to inspiring a healthier lifestyle through engaging content."},{name:"Siddharth Rao",description:"Siddharth Rao is a health and fitness consultant specializing in online coaching. With a knack for making fitness accessible, he has helped countless individuals reclaim their health through personalized online programs over the past 9 years.",meta_title:"Siddharth Rao - Online Health and Fitness Consultant",meta_description:"Transform your health with Siddharth Rao, an online fitness consultant with 9 years of experience in personalized coaching and health education."},{name:"Dr. Priya S. Rao",description:"Dr. Priya S. Rao is a renowned nutritionist with over 15 years of experience in the field of dietetics. She holds a Ph.D. in Nutritional Science and has contributed to various health magazines and portals. With a passion for holistic wellness, she focuses on blending traditional Indian dietary practices with modern nutritional principles.",meta_title:"Dr. Priya S. Rao - Nutritionist and Wellness Expert | OmniFitly",meta_description:"Explore expert insights from Dr. Priya S. Rao, a nutritionist with 15 years of experience, sharing valuable tips on diet, health, and holistic wellness at OmniFitly."},{name:"Ravi K. Mehta",description:"Ravi K. Mehta is a certified fitness trainer and yoga instructor with over a decade of rigorous training and practice. He specializes in combining ancient yoga techniques with contemporary fitness regimes, aiming to promote mental and physical health among his clients.",meta_title:"Ravi K. Mehta - Fitness Trainer and Yoga Instructor | OmniFitly",meta_description:"Join Ravi K. Mehta on OmniFitly for expert fitness advice, yoga practices, and tips for achieving balanced health and well-being."},{name:"Lakshmi N. Pillai",description:"Lakshmi N. Pillai is a wellness coach and author focused on empowering individuals through fitness and mental health awareness. With a background in psychology and personal training, she integrates mental wellness strategies into physical fitness plans.",meta_title:"Lakshmi N. Pillai - Wellness Coach and Author | OmniFitly",meta_description:"Discover insights from Lakshmi N. Pillai on integrating fitness with mental wellness at OmniFitly, helping you lead a balanced life."},{name:"Vikram S. Sharma",description:"Vikram S. Sharma, a lifestyle blogger and fitness enthusiast, has been inspiring readers for over 8 years. He focuses on exploring various fitness trends, healthy recipes, and sustainability in health and fitness practices.",meta_title:"Vikram S. Sharma - Lifestyle Blogger and Fitness Enthusiast | OmniFitly",meta_description:"Follow Vikram S. Sharma on OmniFitly as he shares trendy fitness routines, healthy recipes, and lifestyle tips for a healthier you!"},{name:"Anita D. Verma",description:"Anita D. Verma is a holistic health practitioner with extensive experience in Ayurveda and personal training. She specializes in crafting personalized wellness solutions that bridge the gap between conventional and alternative medicine.",meta_title:"Anita D. Verma - Holistic Health Practitioner | OmniFitly",meta_description:"Explore the holistic approach to health and fitness with Anita D. Verma on OmniFitly, focusing on personalized wellness and Ayurveda."},{name:"Rahul R. Joshi",description:"Rahul R. Joshi is a sports nutritionist who has worked with elite athletes and sports teams for over 12 years. His expertise lies in performance nutrition, helping individuals optimize their diets for peak performance.",meta_title:"Rahul R. Joshi - Sports Nutritionist | OmniFitly",meta_description:"Get expert nutrition advice from Rahul R. Joshi on OmniFitly, specializing in sports nutrition to enhance your athletic performance."},{name:"Nisha K. Menon",description:"Nisha K. Menon is a transformative life coach and fitness expert with a strong background in psychology. She empowers individuals to transform their lives through innovative fitness solutions and mindset shifts.",meta_title:"Nisha K. Menon - Life Coach and Fitness Expert | OmniFitly",meta_description:"Transform your wellness journey with insights from Nisha K. Menon on OmniFitly, blending fitness with personal development."},{name:"Vishal P. Banerjee",description:"Vishal P. Banerjee is a health journalist specializing in fitness and wellness trends. With over 10 years in the field, he writes engaging articles that inform and inspire readers toward healthier lifestyle choices.",meta_title:"Vishal P. Banerjee - Health Journalist | OmniFitly",meta_description:"Stay informed on health and fitness trends with Vishal P. Banerjeeโ€™s insightful articles on OmniFitly, guiding you toward healthier choices."},{name:"Rina T. Ahuja",description:"Rina T. Ahuja is a personal trainer and mental health advocate dedicated to promoting the importance of mental well-being in fitness. She has crafted programs that focus on both physical fitness and emotional health for sustainable wellness.",meta_title:"Rina T. Ahuja - Personal Trainer and Mental Health Advocate | OmniFitly",meta_description:"Join Rina T. Ahuja on OmniFitly as she discusses the vital link between mental health and fitness for holistic wellness."},{name:"Karan G. Singh",description:"Karan G. Singh is an exercise physiologist with a focus on rehabilitation through fitness. He combines his knowledge of physical therapy and exercise science to create effective recovery programs.",meta_title:"Karan G. Singh - Exercise Physiologist | OmniFitly",meta_description:"Explore effective rehabilitation strategies with Karan G. Singh on OmniFitly, where fitness meets recovery."},{name:"Dr. Ritu Sethi",description:"Dr. Ritu Sethi is a renowned nutritionist and fitness expert with over 15 years of experience helping clients achieve their health goals. With a PhD in Nutritional Science and certifications in fitness training, she has worked with numerous health organizations and has contributed articles to various health magazines.",meta_title:"Dr. Ritu Sethi - Nutritionist & Fitness Expert | OmniFitly",meta_description:"Explore insights from Dr. Ritu Sethi, a leading nutritionist with 15+ years of experience in health and fitness. Discover tips and strategies to enhance your wellness journey."},{name:"Rajesh Patel",description:"Rajesh Patel is a certified personal trainer and wellness coach dedicated to helping people transform their lives through fitness. Holding multiple certifications in various fitness modalities, he has been instrumental in creating personalized workout programs for individuals and groups.",meta_title:"Rajesh Patel - Personal Trainer & Wellness Coach | OmniFitly",meta_description:"Get inspired by Rajesh Patel's expert fitness advice and personalized workout plans. Transform your health with guidance from a leading personal trainer."},{name:"Sneha Sharma",description:"Sneha Sharma is a lifestyle coach and holistic health advocate with a focus on mental and physical wellness. She specializes in yoga and meditation, offering workshops and articles that blend Eastern wisdom with modern health practices.",meta_title:"Sneha Sharma - Lifestyle Coach & Holistic Health Advocate | OmniFitly",meta_description:"Discover balanced health tips and holistic wellness strategies from Sneha Sharma, a lifestyle coach specializing in yoga and meditation."},{name:"Anil Kumar",description:"Anil Kumar is a fitness journalist and author, providing valuable insights on exercise, health trends, and fitness products. With over a decade of writing experience, he shares practical advice to motivate individuals towards a healthier lifestyle.",meta_title:"Anil Kumar - Fitness Journalist & Author | OmniFitly",meta_description:"Stay updated with the latest fitness trends and insights from Anil Kumar, a seasoned fitness journalist dedicated to health and wellness."},{name:"Maya Jain",description:"Maya Jain is a certified yoga instructor and author of several health and wellness books. Her passion for yoga and holistic living reflects in her articles that inspire readers to embrace a balanced lifestyle.",meta_title:"Maya Jain - Yoga Instructor & Author | OmniFitly",meta_description:"Explore the world of yoga and holistic living with Maya Jain. Dive into her articles for practical tips and inspiration for a balanced lifestyle."},{name:"Neha Verma",description:"Neha Verma is a wellness strategist and motivational speaker focusing on mental health and fitness. She combines her experience in psychology with her love for fitness, helping individuals overcome obstacles in their wellness journeys.",meta_title:"Neha Verma - Wellness Strategist & Speaker | OmniFitly",meta_description:"Find motivation and expert advice on mental health and fitness from Neha Verma, a wellness strategist and inspirational speaker."},{name:"Vikram Agarwal",description:"Vikram Agarwal is a physical therapist and strength coach specializing in rehabilitation and sports performance. His evidence-based articles guide readers in injury prevention and improving athletic capabilities.",meta_title:"Vikram Agarwal - Physical Therapist & Strength Coach | OmniFitly",meta_description:"Enhance your fitness journey with insights from Vikram Agarwal, a physical therapist offering expert advice on injury prevention and sports performance."},{name:"Lakshmi Nair",description:"Lakshmi Nair is a wellness and lifestyle blogger who shares her journey towards healthy living through simple, nutritious recipes and fitness tips. With a background in culinary arts, she emphasizes the importance of diet in overall health.",meta_title:"Lakshmi Nair - Wellness & Lifestyle Blogger | OmniFitly",meta_description:"Discover nutritious recipes and wellness tips from Lakshmi Nair, a lifestyle blogger dedicated to healthy living and fitness."},{name:"Ravi Singh",description:"Ravi Singh is a health and fitness coach with over 10 years of experience in guiding clients through weight loss and strength training programs. His no-nonsense approach to fitness helps individuals achieve lasting results.",meta_title:"Ravi Singh - Health & Fitness Coach | OmniFitly",meta_description:"Transform your body with actionable tips and coaching insights from Ravi Singh, a health and fitness coach with a proven track record."},{name:"Dr. Emily Carter",description:"Dr. Emily Carter is a certified nutritionist and wellness coach with over 10 years of experience in the health industry. She holds a Ph.D. in Nutritional Science and has worked with numerous fitness enthusiasts and athletes to enhance their dietary habits for optimal performance. Her articles focus on balanced meal planning and evidence-based nutrition.",meta_title:"Dr. Emily Carter - Nutrition Expert at OmniFitly",meta_description:"Discover insightful articles by Dr. Emily Carter, a Ph.D. nutritionist with over a decade of experience, sharing tips on meal planning and nutrition for fitness enthusiasts."},{name:"Mark Thompson",description:"Mark Thompson is a personal trainer and fitness blogger with 8 years of hands-on experience in coaching individuals of all fitness levels. He specializes in strength training and functional fitness, promoting a holistic approach to well-being. His articles provide practical workouts and motivation for those seeking a healthier lifestyle.",meta_title:"Mark Thompson - Fitness Coach at OmniFitly",meta_description:"Get inspired by Mark Thompson's fitness articles at OmniFitly. With 8 years of coaching experience, he offers effective tips and workouts for all fitness enthusiasts."},{name:"Lisa Rodriguez",description:"Lisa Rodriguez is a yoga instructor and wellness advocate with over 5 years of experience in holistic health practices. Her passion for mind-body connection leads her to write about yoga, mindfulness, and stress management. Her expertise helps readers find balance in their fitness journey.",meta_title:"Lisa Rodriguez - Yoga & Wellness Writer at OmniFitly",meta_description:"Explore articles by Lisa Rodriguez, a dedicated yoga instructor and wellness advocate, sharing insights on mindfulness and stress management to enhance your health journey."},{name:"Kevin Patel",description:"Kevin Patel is a fitness enthusiast and lifestyle coach with a focus on outdoor and adventure sports. Having traveled the world, he incorporates unique physical activities into his writing, encouraging readers to connect fitness with nature. His articles emphasize outdoor fitness and adventurous workouts.",meta_title:"Kevin Patel - Outdoor Fitness Writer at OmniFitly",meta_description:"Join Kevin Patel on OmniFitly as he explores outdoor fitness and adventure sports, providing engaging articles to inspire your active lifestyle in nature."},{name:"Sophia Chen",description:"Sophia Chen is a certified health coach specializing in functional movement and rehabilitation. With 6 years of professional experience, she creates content that educates her readers on injury prevention, mobility exercises, and staying fit at any age. Her practical advice is beneficial for those recovering from injuries or seeking to improve their mobility.",meta_title:"Sophia Chen - Health Coach & Mobility Expert at OmniFitly",meta_description:"Learn from Sophia Chen, a certified health coach, as she shares her expertise on functional movement, injury prevention, and mobility to improve overall fitness."},{name:"David Kim",description:"David Kim is a fitness and nutrition consultant who has worked with corporate wellness programs for over a decade. His unique approach combines fitness assessments and personalized meal planning, and his articles aim to make health accessible in the workplace and beyond.",meta_title:"David Kim - Corporate Wellness Expert at OmniFitly",meta_description:"Discover corporate wellness insights from David Kim, a fitness consultant with a decade of experience, offering practical tips for health in the workplace."},{name:"Rachel Green",description:"Rachel Green is a holistic health practitioner and personal trainer passionate about natural remedies and fitness. With a background in herbal medicine and exercise science, she writes about integrating holistic approaches into traditional fitness routines for comprehensive health benefits.",meta_title:"Rachel Green - Holistic Health Writer at OmniFitly",meta_description:"Explore holistic health and fitness with Rachel Green at OmniFitly. She shares natural remedies and fitness tips to enhance your health journey."},{name:"Lucas Smith",description:"Lucas Smith is an international sports scientist with expertise in exercise physiology. He has worked with professional sports teams and athletes, helping enhance their performance through tailored training programs. His articles cover sports science insights that benefit all fitness enthusiasts.",meta_title:"Lucas Smith - Sports Science Writer at OmniFitly",meta_description:"Learn from Lucas Smith, a sports scientist, as he shares cutting-edge insights and training techniques designed to elevate your fitness performance."},{name:"Nina Morales",description:"Nina Morales is a certified personal trainer and wellness coach with a focus on mental fitness and resilience. Her experience in stress management techniques informs her writing, creating content that not only promotes physical health but also prioritizes mental well-being as part of holistic fitness.",meta_title:"Nina Morales - Mindset & Wellness Coach at OmniFitly",meta_description:"Join Nina Morales at OmniFitly as she explores the links between mental resilience and fitness, providing valuable insights on holistic wellness."},{name:"James Hunter",description:"James Hunter is a fitness advocate with a mission to promote fitness for all, particularly seniors. With a background in geriatric fitness training, he writes articles focusing on safe exercises, nutrition, and health tips tailored for older adults, empowering them to lead active lives.",meta_title:"James Hunter - Senior Fitness Specialist at OmniFitly",meta_description:"Explore senior fitness with James Hunter on OmniFitly, where he provides insightful articles on safe exercises and nutrition to promote an active lifestyle for older adults."},{name:"Dr. Amelia Johnson",description:"Dr. Amelia Johnson is a licensed nutritionist and fitness coach with over 10 years of experience in holistic health. She has a passion for helping individuals achieve their health goals through personalized meal plans and workout regimes. Dr. Johnson has contributed to several health magazines and is a frequent speaker at wellness conferences.",meta_title:"Dr. Amelia Johnson - Nutritionist and Fitness Coach at OmniFitly",meta_description:"Explore articles by Dr. Amelia Johnson, a health expert specializing in nutrition and fitness, sharing insights for a healthier lifestyle on OmniFitly."},{name:"Dr. Lisa Wong",description:"Dr. Lisa Wong is a health researcher and author who specializes in preventative medicine and fitness. With a Ph.D. in public health and over 15 years of research experience, she bridges the gap between scientific research and practical fitness advice. Dr. Wong is dedicated to promoting evidence-based health practices for sustainable living.",meta_title:"Dr. Lisa Wong - Health Researcher and Fitness Advocate at OmniFitly",meta_description:"Discover evidence-backed health insights from Dr. Lisa Wong, a researcher focused on preventative medicine and sustainable fitness at OmniFitly."},{name:"Eli Ramirez",description:"Eli Ramirez is a wellness coach and freelance writer specializing in yoga and mindfulness. With certifications in yoga instruction and holistic wellness, Eli combines fitness with mental well-being. He has written for various wellness publications and shares his journey to help others find balance in their lives.",meta_title:"Eli Ramirez - Wellness Coach and Yoga Expert at OmniFitly",meta_description:"Join Eli Ramirez, a wellness coach and yoga expert, as he shares tips on mindfulness and fitness for a balanced lifestyle at OmniFitly."},{name:"Sofia Patel",description:"Sofia Patel is a fitness enthusiast and content creator who educates readers about outdoor fitness and adventure sports. Based in New Zealand, she inspires her followers with tales of her hiking excursions and fitness challenges. Sofia's mission is to promote active lifestyles amidst nature's beauty.",meta_title:"Sofia Patel - Outdoor Fitness Advocate at OmniFitly",meta_description:"Explore outdoor fitness adventures with Sofia Patel, an advocate for active lifestyles amidst nature at OmniFitly."},{name:"Dr. Rajesh Kumar",description:"Dr. Rajesh Kumar is a sports medicine doctor with over a decade of experience focusing on injury prevention in athletes. His expertise allows him to provide insight into the intersection of medicine and fitness. Dr. Kumar believes in the power of preventative care to enhance athletic performance.",meta_title:"Dr. Rajesh Kumar - Sports Medicine Expert at OmniFitly",meta_description:"Learn from Dr. Rajesh Kumar, a sports medicine doctor specializing in injury prevention and performance enhancement for athletes at OmniFitly."},{name:"Emily Chen",description:"Emily Chen is a certified yoga and Pilates instructor based in Sydney. With a decade of teaching experience, she emphasizes the importance of breathwork and mindfulness in fitness. Emily writes about techniques and practices that promote inner peace while fostering physical strength.",meta_title:"Emily Chen - Yoga and Pilates Instructor at OmniFitly",meta_description:"Discover the benefits of yoga and Pilates with Emily Chen, a certified instructor focusing on mindfulness and fitness at OmniFitly."},{name:"David Ng",description:"David Ng is a digital health consultant and fitness tech expert who writes about the latest innovations in health and fitness technology. With a background in IT and fitness, David helps readers understand how technology can enhance their health journeys. His articles are both informative and practical.",meta_title:"David Ng - Health Tech Consultant at OmniFitly",meta_description:"Stay updated on health and fitness technology with David Ng, a consultant who bridges tech innovations and wellness solutions at OmniFitly."},{name:"Nina Petrova",description:"Nina Petrova is a plant-based dietitian who specializes in nutrition for fitness enthusiasts. With a unique perspective as a competitive athlete herself, she shares insights on how to fuel workouts and recovery through plant-based eating. Nina has authored several e-books on nutrition for athletes.",meta_title:"Nina Petrova - Plant-Based Dietitian at OmniFitly",meta_description:"Explore plant-based nutrition concepts with Nina Petrova, a dietitian dedicated to fueling fitness enthusiasts through healthy eating at OmniFitly."},{name:"Carlos Mendes",description:"Carlos Mendes is a sports psychologist who assists athletes in achieving peak performance through mental training and wellness strategies. He shares his expertise through articles aimed at the psychological aspects of fitness, emphasizing the critical relationship between mental and physical health.",meta_title:"Carlos Mendes - Sports Psychologist at OmniFitly",meta_description:"Enhance your mental game with insights from Carlos Mendes, a sports psychologist focused on performance and wellness at OmniFitly."}],a=t.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=t,exports.AUTHORS_META=a,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:#074e67;--theme-color-8:#0e7b92;--theme-color-7:#4bbfbc;--theme-color-6:#95e0e0;--theme-color-5:#b2f0f0;--theme-color-4:#d0f7f7;--theme-color-3:#e0ffff;--theme-color-2:#f0ffff;--color-bg-layout:#f8f9fa;--color-bg-hover:#e3e3e3;--article-border-radius:12px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -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.259",
3
+ "version": "1.3.260",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [