tedo-publisher 1.3.226 → 1.3.228

Sign up to get free protection for your applications and to get access to all the features.
Files changed (49) hide show
  1. package/dist/cropchronicle/data.d.ts +273 -0
  2. package/dist/cropchronicle/data.js +1 -0
  3. package/dist/cropchronicle/filters.d.ts +28 -0
  4. package/dist/cropchronicle/filters.js +1 -0
  5. package/dist/cropchronicle/helpers.d.ts +3 -0
  6. package/dist/cropchronicle/helpers.js +1 -0
  7. package/dist/cropchronicle/index.d.ts +15 -0
  8. package/dist/cropchronicle/index.js +1 -0
  9. package/dist/cropchronicle/prompts/data.d.ts +7 -0
  10. package/dist/cropchronicle/prompts/data.js +1 -0
  11. package/dist/cropchronicle/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/cropchronicle/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/cropchronicle/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/cropchronicle/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/cropchronicle/prompts/images.d.ts +4 -0
  16. package/dist/cropchronicle/prompts/images.js +1 -0
  17. package/dist/cropchronicle/seo.d.ts +23 -0
  18. package/dist/cropchronicle/seo.js +1 -0
  19. package/dist/cropchronicle/styles/colors.css +1 -0
  20. package/dist/cropchronicle/styles/fonts.css +1 -0
  21. package/dist/cropchronicle/styles/global.css +1 -0
  22. package/dist/cropchronicle/styles/sizing.css +1 -0
  23. package/dist/cropchronicle/styles/theme.css +1 -0
  24. package/dist/cropchronicle/styles/vars.css +1 -0
  25. package/dist/harvestharmonies/data.d.ts +315 -0
  26. package/dist/harvestharmonies/data.js +1 -0
  27. package/dist/harvestharmonies/filters.d.ts +28 -0
  28. package/dist/harvestharmonies/filters.js +1 -0
  29. package/dist/harvestharmonies/helpers.d.ts +3 -0
  30. package/dist/harvestharmonies/helpers.js +1 -0
  31. package/dist/harvestharmonies/index.d.ts +15 -0
  32. package/dist/harvestharmonies/index.js +1 -0
  33. package/dist/harvestharmonies/prompts/data.d.ts +7 -0
  34. package/dist/harvestharmonies/prompts/data.js +1 -0
  35. package/dist/harvestharmonies/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/harvestharmonies/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/harvestharmonies/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/harvestharmonies/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/harvestharmonies/prompts/images.d.ts +4 -0
  40. package/dist/harvestharmonies/prompts/images.js +1 -0
  41. package/dist/harvestharmonies/seo.d.ts +23 -0
  42. package/dist/harvestharmonies/seo.js +1 -0
  43. package/dist/harvestharmonies/styles/colors.css +1 -0
  44. package/dist/harvestharmonies/styles/fonts.css +1 -0
  45. package/dist/harvestharmonies/styles/global.css +1 -0
  46. package/dist/harvestharmonies/styles/sizing.css +1 -0
  47. package/dist/harvestharmonies/styles/theme.css +1 -0
  48. package/dist/harvestharmonies/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,273 @@
1
+ export declare const dataStructure: {
2
+ cropManagement: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ bestPractices: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ integratedPestManagement: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ soilHealthAwareness: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ cropRotationStrategies: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ horticulturalTechniques: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ organicGardening: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ hydroponicsMethods: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ permacultureDesign: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ plantPropagation: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ agriculturalTechnology: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ sustainableFarmingPractices: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ precisionAgriculture: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ dronesInAgriculture: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ dataAnalyticsForFarming: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ cropVarieties: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ heirloomVegetables: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ highYieldCrops: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ climateResilientVarieties: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ nativePlants: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ farmManagement: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ financialPlanningForFarmers: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ cropInsuranceOptions: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ laborManagementTips: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ marketAccessStrategies: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ other: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ };
186
+ };
187
+ nutritionAndSoil: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: {
192
+ soilFertilityManagement: {
193
+ title: string;
194
+ description: string;
195
+ slug: string;
196
+ children: null;
197
+ };
198
+ cropNutrientNeeds: {
199
+ title: string;
200
+ description: string;
201
+ slug: string;
202
+ children: null;
203
+ };
204
+ biofertilizersAndAdditives: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ compostingTechniques: {
211
+ title: string;
212
+ description: string;
213
+ slug: string;
214
+ children: null;
215
+ };
216
+ other: {
217
+ title: string;
218
+ description: string;
219
+ slug: string;
220
+ children: null;
221
+ };
222
+ };
223
+ };
224
+ researchAndInnovation: {
225
+ title: string;
226
+ description: string;
227
+ slug: string;
228
+ children: {
229
+ agriculturalResearchProjects: {
230
+ title: string;
231
+ description: string;
232
+ slug: string;
233
+ children: null;
234
+ };
235
+ innovativeFarmingPractices: {
236
+ title: string;
237
+ description: string;
238
+ slug: string;
239
+ children: null;
240
+ };
241
+ latestFindingsInAgronomy: {
242
+ title: string;
243
+ description: string;
244
+ slug: string;
245
+ children: null;
246
+ };
247
+ sustainableAgriculturalPolicies: {
248
+ title: string;
249
+ description: string;
250
+ slug: string;
251
+ children: null;
252
+ };
253
+ other: {
254
+ title: string;
255
+ description: string;
256
+ slug: string;
257
+ children: null;
258
+ };
259
+ };
260
+ };
261
+ };
262
+ export declare const authors: Record<string, string>;
263
+ export declare const authorsNames: string[];
264
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF3E\uD83C\uDF31\uD83C\uDF3B\uD83D\uDE9C";
265
+ export declare const categories: ("cropManagement" | "horticulturalTechniques" | "agriculturalTechnology" | "cropVarieties" | "farmManagement" | "nutritionAndSoil" | "researchAndInnovation")[];
266
+ export declare const subcategories: string[];
267
+ export declare const subsubcategories: string[];
268
+ export type Category = keyof typeof dataStructure;
269
+ export type CategoryNode = (typeof dataStructure)[Category];
270
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
271
+ export declare const startDate = "2024-09-04T00:00:00Z";
272
+ export declare const devBucketName = "idn-cropchronicle-dev";
273
+ export declare const prodBucketName = "idn-cropchronicle";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={cropManagement:{title:"Effective Crop Management Strategies: Enhance Your Yield 🌱",description:"Explore essential crop management topics, including best practices, pest management, and soil health. Get the insights you need to boost your yield! 🚜",slug:"crop-management",children:{bestPractices:{title:"Best Practices for Successful Crop Management 🌿",description:"Discover best practices for optimizing crop management, from planting to harvesting, ensuring healthy and bountiful yields all year round! 🌾",slug:"best-practices",children:null},integratedPestManagement:{title:"Integrated Pest Management: Protect Your Crops Effectively 🛡️",description:"Learn the art of integrated pest management to safeguard your crops while promoting environmental sustainability and reducing chemical usage. 🌍",slug:"integrated-pest-management",children:null},soilHealthAwareness:{title:"Soil Health Awareness: Foundations of Productive Agriculture 🌾",description:"Understand the vital role of soil health in agriculture, featuring tips on enhancement and preservation for thriving crops and sustainable practices. 🌱",slug:"soil-health-awareness",children:null},cropRotationStrategies:{title:"Crop Rotation Strategies for Sustainable Farming 🌍",description:"Unlock the benefits of crop rotation strategies to improve soil fertility, manage pests, and maximize your crop yield throughout the seasons. 🌿",slug:"crop-rotation-strategies",children:null},other:{title:"Other Crop Management Insights: Diverse Approaches 🌱",description:"Explore a variety of crop management topics that don't fit traditional categories! Discover tools, techniques, and insights to enhance your practices. 🌾",slug:"other",children:null}}},horticulturalTechniques:{title:"Innovative Horticultural Techniques for Thriving Gardens 🌱",description:"Explore cutting-edge horticultural techniques to enhance your gardening skills. Discover insights on organic practices, propagation, and more! 🌿",slug:"horticultural-techniques",children:{organicGardening:{title:"Embrace Organic Gardening for Sustainable Yields 🍅",description:"Learn the principles of organic gardening to grow healthier plants and improve soil health. Discover tips, techniques, and benefits! 🌼",slug:"organic-gardening",children:null},hydroponicsMethods:{title:"Unlocking Hydroponics Methods for High-Yield Harvests 🧑‍🌾",description:"Dive into hydroponics methods to cultivate crops without soil. Uncover the techniques for maximizing growth and productivity! 💧",slug:"hydroponics-methods",children:null},permacultureDesign:{title:"Designing Permaculture Systems for Resilient Ecosystems 🌍",description:"Discover permaculture design principles to create sustainable and self-sufficient ecosystems. Learn how to integrate nature into your garden! 🌾",slug:"permaculture-design",children:null},plantPropagation:{title:"Mastering Plant Propagation Techniques for Gardeners 🌿",description:"Explore effective plant propagation methods to expand your garden. Learn about seeds, cuttings, and layering for success! 🌸",slug:"plant-propagation",children:null},other:{title:"Exploring Other Horticultural Techniques for Optimal Growth 🌺",description:"Investigate various horticultural techniques that don’t fit the mainstream. Discover unique practices that can enhance your gardening experience! 🌼",slug:"other-horticultural-techniques",children:null}}},agriculturalTechnology:{title:"Explore Innovative Agricultural Technology 🌱 | CropChronicle",description:"Dive into the world of agricultural technology with CropChronicle! Discover trends in sustainable practices, precision agriculture, and data analytics. 🚜",slug:"agricultural-technology",children:{sustainableFarmingPractices:{title:"Sustainable Farming Practices for Modern Agriculture 🌍",description:"Uncover sustainable farming practices that boost yield while protecting the environment. Empower your farming with insights from CropChronicle. 🌾",slug:"sustainable-farming-practices",children:null},precisionAgriculture:{title:"Precision Agriculture: Enhancing Efficiency with Tech 📊",description:"Learn how precision agriculture utilizes technology to revolutionize farming. Maximize your crop yield and minimize waste at CropChronicle! 🌽",slug:"precision-agriculture",children:null},dronesInAgriculture:{title:"Drones in Agriculture: Transforming Field Management 🚁",description:"Discover the impact of drones in agriculture. From crop surveillance to data collection, learn how aerial technology is shaping modern farming! 🌟",slug:"drones-in-agriculture",children:null},dataAnalyticsForFarming:{title:"Data Analytics for Farming: Optimize Your Harvest 📈",description:"Explore the role of data analytics in farming to enhance decision-making, improve efficiency, and increase yield. Unlock farming potential with us! 🌻",slug:"data-analytics-for-farming",children:null},other:{title:"Other Innovations in Agricultural Technology 🛠️",description:"Stay updated on various other advancements in agricultural technology enhancing farming practices. Explore new insights at CropChronicle! 🌿",slug:"other-innovations",children:null}}},cropVarieties:{title:"Explore Diverse Crop Varieties for Sustainable Agriculture 🌱",description:"Delve into various crop varieties that enhance agricultural practices and promote sustainability. Discover heirloom veggies, high-yield crops, and more! 🌾",slug:"crop-varieties",children:{heirloomVegetables:{title:"Heirloom Vegetables: Preserve Tradition & Flavor 🥕",description:"Discover the beauty and benefits of heirloom vegetables. Learn how these varieties enhance flavor while preserving agricultural biodiversity! 🌿",slug:"heirloom-vegetables",children:null},highYieldCrops:{title:"High Yield Crops: Maximizing Farm Productivity 📈",description:"Unlock the potential of high yield crops to boost your farm's productivity and profits. Explore techniques and varieties to enhance your harvests! 🚜",slug:"high-yield-crops",children:null},climateResilientVarieties:{title:"Climate Resilient Varieties: Farming for a Sustainable Future ☀️🌧️",description:"Learn about climate resilient crop varieties that can withstand environmental challenges. Equip yourself with knowledge for sustainable farming! 🌾",slug:"climate-resilient-varieties",children:null},nativePlants:{title:"Native Plants: Benefits for Biodiversity & Ecosystems 🌸",description:"Explore the advantages of integrating native plants into your landscape. Enhance biodiversity and sustainability with native species! 🐝",slug:"native-plants",children:null},other:{title:"Other Unique Crop Varieties to Explore 🌾✨",description:"Discover a variety of unique crops beyond traditional types. Uncover diverse options to diversify your agricultural practices! 🌻",slug:"other-crop-varieties",children:null}}},farmManagement:{title:"Essential Farm Management Strategies for Sustainable Success 🌾",description:"Explore effective farm management strategies for financial planning, crop insurance, labor management and market access to optimize your agricultural practices. 🌍",slug:"farm-management-strategies",children:{financialPlanningForFarmers:{title:"Financial Planning for Farmers: Maximizing Profits 💰",description:"Discover crucial financial planning tips for farmers to maximize profits and manage expenses effectively. Gain insights into sustainable practices! 📊",slug:"financial-planning-for-farmers",children:null},cropInsuranceOptions:{title:"Crop Insurance Options: Safeguard Your Harvest 🌱",description:"Learn about various crop insurance options available to protect your harvest from unexpected losses and ensure financial stability in farming. 🌧️",slug:"crop-insurance-options",children:null},laborManagementTips:{title:"Labor Management Tips for Efficient Farming 👩‍🌾",description:"Master essential labor management tips to optimize workforce efficiency, improve productivity and maintain a motivated team on your farm! 🤝",slug:"labor-management-tips",children:null},marketAccessStrategies:{title:"Market Access Strategies for Farmers: Expand Your Reach 🌍",description:"Unlock market access strategies for farmers to effectively reach consumers, increase sales, and enhance your farm’s visibility in competitive markets. 🛒",slug:"market-access-strategies",children:null},other:{title:"Additional Farm Management Insights & Resources 📚",description:"Explore additional insights, tools, and resources for effective farm management, covering a variety of relevant topics to enhance your practices! 🔧",slug:"other-farm-management-resources",children:null}}},nutritionAndSoil:{title:"Essential Insights on Soil Nutrition and Fertility 🌱",description:"Dive into our extensive resources on soil nutrition and fertility management to cultivate healthier crops and boost agricultural productivity! 🌾",slug:"nutrition-and-soil",children:{soilFertilityManagement:{title:"Mastering Soil Fertility Management for Optimal Growth 🌍",description:"Explore best practices and techniques in soil fertility management to enhance your agricultural yields and sustainability efforts. 🌿",slug:"soil-fertility-management",children:null},cropNutrientNeeds:{title:"Understanding Crop Nutrient Needs for Better Yield 🌾",description:"Uncover the critical nutrients required by crops, ensuring healthy growth and higher productivity through informed nutrient management. 🌽",slug:"crop-nutrient-needs",children:null},biofertilizersAndAdditives:{title:"Innovations in Biofertilizers and Soil Additives 🌱",description:"Discover how biofertilizers and additives can improve soil health, promote sustainability, and enhance crop resilience. 🌻",slug:"biofertilizers-and-additives",children:null},compostingTechniques:{title:"Effective Composting Techniques for Fertile Soil ♻️",description:"Learn the best composting techniques that enrich your soil, reduce waste, and contribute to sustainable agriculture practices. 🌼",slug:"composting-techniques",children:null},other:{title:"Additional Resources on Nutrition and Soil Management 📚",description:"Explore supplementary topics and resources on nutrient management and soil care to expand your agricultural knowledge. 🌸",slug:"other",children:null}}},researchAndInnovation:{title:"Research & Innovation in Agriculture, Horticulture, and Agronomy 🚜🌱",description:"Dive into the latest research and innovative practices in agriculture, horticulture, and agronomy for sustainable growth and development. 🔬🌾",slug:"research-innovation",children:{agriculturalResearchProjects:{title:"Explore Cutting-Edge Agricultural Research Projects 🌍📊",description:"Stay informed with groundbreaking agricultural research projects aimed at increasing efficiency and yield. Discover innovations in farming practices! 🚀🌿",slug:"agricultural-research-projects",children:null},innovativeFarmingPractices:{title:"Innovative Farming Practices for Sustainable Agriculture 🌻🌍",description:"Learn about innovative farming practices that enhance productivity while preserving environmental integrity. Empower your farming journey today! 🌱🌾",slug:"innovative-farming-practices",children:null},latestFindingsInAgronomy:{title:"Latest Findings in Agronomy for Improved Crop Management 🌾📈",description:"Discover the latest findings in agronomy that can rejuvenate your crop management strategies and lead to better yields this season! 🌱🔎",slug:"latest-findings-in-agronomy",children:null},sustainableAgriculturalPolicies:{title:"Sustainable Agricultural Policies for Future Generations 🌍📜",description:"Delve into sustainable agricultural policies that support eco-friendly practices. Learn how these policies can shape a better future! 🌱🌳",slug:"sustainable-agricultural-policies",children:null},other:{title:"Additional Insights in Research & Innovation 🧠💡",description:"Explore miscellaneous topics in research and innovation that keep abreast of agricultural advancements for a more holistic understanding. 🌾📘",slug:"other-research-innovation",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🌾🌱🌻🚜",a=Object.keys(i),o=[],s=[];for(const e of a){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&s.push(...Object.keys(i.children))}}}const l="2024-09-04T00:00:00Z",c="cropchronicle",u=`idn-${c}-dev`,g=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=a,exports.dataStructure=i,exports.devBucketName=u,exports.prodBucketName=g,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=s;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ FieldFocus = "FieldFocus",
3
+ HorticulturalTrends = "HorticulturalTrends",
4
+ AudienceSegment = "AudienceSegment",
5
+ TechniquesAndTools = "TechniquesAndTools",
6
+ EnvironmentalImpact = "EnvironmentalImpact"
7
+ }
8
+ type FieldFocusValues = 'Crop Management' | 'Soil Health' | 'Pest Control' | 'Irrigation Techniques' | 'Sustainable Practices';
9
+ type HorticulturalTrendsValues = 'Organic Gardening' | 'Hydroponics' | 'Vertical Farming' | 'Seasonal Tips' | 'Floral Cultivation';
10
+ type AudienceSegmentValues = 'Professional Farmers' | 'Home Gardeners' | 'Agronomy Students' | 'Agricultural Researchers' | 'Policy Makers';
11
+ type TechniquesAndToolsValues = 'Precision Agriculture' | 'Crop Rotation Strategies' | 'Biopesticides' | 'Planting Technologies' | 'Fertility Management';
12
+ type EnvironmentalImpactValues = 'Climate Resilience' | 'Biodiversity in Farming' | 'Water Conservation' | 'Soil Erosion Prevention' | 'Carbon Footprint Reduction';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.FieldFocus]: FieldFocusValues[];
15
+ [FiltersNames.HorticulturalTrends]: HorticulturalTrendsValues[];
16
+ [FiltersNames.AudienceSegment]: AudienceSegmentValues[];
17
+ [FiltersNames.TechniquesAndTools]: TechniquesAndToolsValues[];
18
+ [FiltersNames.EnvironmentalImpact]: EnvironmentalImpactValues[];
19
+ };
20
+ export declare const fieldFocusValues: FieldFocusValues[];
21
+ export declare const horticulturalTrendsValues: HorticulturalTrendsValues[];
22
+ export declare const audienceSegmentValues: AudienceSegmentValues[];
23
+ export declare const techniquesAndToolsValues: TechniquesAndToolsValues[];
24
+ export declare const environmentalImpactValues: EnvironmentalImpactValues[];
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={})).FieldFocus="FieldFocus",e.HorticulturalTrends="HorticulturalTrends",e.AudienceSegment="AudienceSegment",e.TechniquesAndTools="TechniquesAndTools",e.EnvironmentalImpact="EnvironmentalImpact";const s=["Crop Management","Soil Health","Pest Control","Irrigation Techniques","Sustainable Practices"],t=["Organic Gardening","Hydroponics","Vertical Farming","Seasonal Tips","Floral Cultivation"],r=["Professional Farmers","Home Gardeners","Agronomy Students","Agricultural Researchers","Policy Makers"],i=["Precision Agriculture","Crop Rotation Strategies","Biopesticides","Planting Technologies","Fertility Management"],o=["Climate Resilience","Biodiversity in Farming","Water Conservation","Soil Erosion Prevention","Carbon Footprint Reduction"],n={[exports.FiltersNames.FieldFocus]:[],[exports.FiltersNames.HorticulturalTrends]:[],[exports.FiltersNames.AudienceSegment]:[],[exports.FiltersNames.TechniquesAndTools]:[],[exports.FiltersNames.EnvironmentalImpact]:[]},l={[exports.FiltersNames.FieldFocus]:s,[exports.FiltersNames.HorticulturalTrends]:t,[exports.FiltersNames.AudienceSegment]:r,[exports.FiltersNames.TechniquesAndTools]:i,[exports.FiltersNames.EnvironmentalImpact]:o},a=()=>JSON.stringify(l,null,2);exports.audienceSegmentValues=r,exports.environmentalImpactValues=o,exports.fieldFocusValues=s,exports.fullFilters=l,exports.getFiltersTypesJSON=a,exports.horticulturalTrendsValues=t,exports.initialFilters=n,exports.techniquesAndToolsValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.audienceSegmentValues=t.audienceSegmentValues,exports.environmentalImpactValues=t.environmentalImpactValues,exports.fieldFocusValues=t.fieldFocusValues,exports.fullFilters=t.fullFilters,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.horticulturalTrendsValues=t.horticulturalTrendsValues,exports.initialFilters=t.initialFilters,exports.techniquesAndToolsValues=t.techniquesAndToolsValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: CropChronicle is an informative and engaging online platform dedicated to all aspects of agriculture, horticulture, and agronomy. Our mission is to empower farmers, gardeners, and industry enthusiasts with essential knowledge and practical insights to enhance their practices and improve yield.\n - Detailed description: CropChronicle serves as a comprehensive infotainment portal where readers can explore a wide range of articles covering the latest topics in agriculture, horticulture, and agronomy. From best practices in crop management to innovative horticultural techniques and sustainable farming developments, the portal emphasizes both practical applications and the scientific basis behind them. Each article is meticulously crafted to offer in-depth insights, actionable tips, and a broader understanding of the agricultural ecosystem. The user-friendly design of CropChronicle ensures easy navigation, allowing users to effortlessly find content that is relevant and timely. Furthermore, our dedicated editorial team is committed to maintaining high-quality standards and optimizing content for search engines to reach a wider audience. We aim to be a go-to resource for anyone interested in cultivating their knowledge and skills in these crucial fields. \n - Target audience: The primary audience for CropChronicle includes farmers, agricultural students, horticulturists, home garden enthusiasts, agronomists, and educators in the agricultural domain. Additionally, it caters to researchers, policymakers, and anyone with a vested interest in sustainable practices and the advancement of agricultural technology and methodologies.\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## Research and Data Analysis\n - Latest Trends in Agriculture and Horticulture\n - Statistical Insights into Crop Yields\n\n## Best Practices and Techniques\n - Efficient Crop Management Strategies\n - Sustainable Horticultural Techniques\n\n## Pest and Disease Management\n - Common Pests and Diseases in Crops\n - Integrated Pest Management Strategies\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 - Research and Data Analysis, 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 = "Agriculture Farmers and enthusiasts";
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: CropChronicle is an informative and engaging online platform dedicated to all aspects of agriculture, horticulture, and agronomy. Our mission is to empower farmers, gardeners, and industry enthusiasts with essential knowledge and practical insights to enhance their practices and improve yield.\n - Detailed description: CropChronicle serves as a comprehensive infotainment portal where readers can explore a wide range of articles covering the latest topics in agriculture, horticulture, and agronomy. From best practices in crop management to innovative horticultural techniques and sustainable farming developments, the portal emphasizes both practical applications and the scientific basis behind them. Each article is meticulously crafted to offer in-depth insights, actionable tips, and a broader understanding of the agricultural ecosystem. The user-friendly design of CropChronicle ensures easy navigation, allowing users to effortlessly find content that is relevant and timely. Furthermore, our dedicated editorial team is committed to maintaining high-quality standards and optimizing content for search engines to reach a wider audience. We aim to be a go-to resource for anyone interested in cultivating their knowledge and skills in these crucial fields. \n - Target audience: The primary audience for CropChronicle includes farmers, agricultural students, horticulturists, home garden enthusiasts, agronomists, and educators in the agricultural domain. Additionally, it caters to researchers, policymakers, and anyone with a vested interest in sustainable practices and the advancement of agricultural technology and methodologies.\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## Research and Data Analysis\n - Latest Trends in Agriculture and Horticulture\n - Statistical Insights into Crop Yields\n\n## Best Practices and Techniques\n - Efficient Crop Management Strategies\n - Sustainable Horticultural Techniques\n\n## Pest and Disease Management\n - Common Pests and Diseases in Crops\n - Integrated Pest Management Strategies\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 - Research and Data Analysis, IF it's applicable to the theme of the article.\n",a="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",r="Agriculture Farmers and enthusiasts",s="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=n,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=a,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=i,exports.portalInfo=t;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const a=({title:a,alt:o,articleTitle:r})=>({prompt:`Award-winning hyper-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional agriculture photograph for a glossy agriculture magazine, agriculture photography, glossy Agriculture magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, sharp focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, 85mm, f1.8, portrait, photo realistic, hyperrealistic, ornate, super detailed, intricate, dramatic, sunlight lighting, shadows, high dynamic range, masterpiece, best quality, (8k, RAW photo:1.2), vivid colour, masterpiece`,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 Behind CropChronicle - Insights in Agriculture 🌾",description:"Discover the diverse team of professionals at CropChronicle, dedicated to sharing knowledge on agriculture, horticulture, and agronomy. 👩‍🌾🌍"},[exports.PageNames.Home]:{title:"CropChronicle - Your Go-To Info Source for Agriculture 🌱",description:"Dive into the world of agriculture, horticulture, and agronomy with CropChronicle. Stay updated with expert advice, tips, and insights! 🌿📈"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | CropChronicle 🛑",description:"It seems the page you're looking for doesn't exist. Explore the wealth of resources on agriculture and horticulture at CropChronicle! 📚🌾"},[exports.PageNames.AboutUs]:{title:"About CropChronicle - Passion for Agriculture 🌻",description:"Learn more about CropChronicle, our mission, vision, and commitment to providing valuable content on agriculture, horticulture, and agronomy. 🌍🌽"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | CropChronicle 🔒",description:"Understand how we protect your personal information at CropChronicle. Your privacy is our priority while we share agricultural knowledge! 🌱🔒"},[exports.PageNames.Terms]:{title:"Terms and Conditions | CropChronicle 📜",description:"Review the terms and conditions of using CropChronicle. Stay informed and enjoy your journey in agriculture, horticulture, and agronomy! 🌾✨"},[exports.PageNames.Sitemap]:{title:"Sitemap - Explore CropChronicle's Rich Content 📂",description:"Navigate easily through CropChronicle with our sitemap, featuring a comprehensive overview of articles and resources in agriculture and horticulture! 🌟🌱"}},a=[{name:"Dr. Ramesh Chand",description:"Dr. Ramesh Chand is a distinguished agricultural scientist with over 20 years of experience in agronomy and sustainable farming practices. He has worked extensively with various governmental and non-governmental agencies in India, focusing on crop yield optimization and resource management.",meta_title:"Dr. Ramesh Chand | Agricultural Scientist and Agronomist",meta_description:"Explore the world of sustainable agriculture with Dr. Ramesh Chand. Delve into innovations that enhance crop yield and promote eco-friendly farming."},{name:"Prof. Anita Sharma",description:"A leading horticulturist based in Pune, Prof. Anita Sharma specializes in organic farming and the cultivation of exotic fruits. With more than a decade of research and practice, she has authored several papers and contributed to developing best practices in horticulture.",meta_title:"Prof. Anita Sharma | Horticulturist and Organic Farming Advocate",meta_description:"Join Prof. Anita Sharma as she shares her horticultural expertise, focusing on organic methods and exotic fruit cultivation to foster a greener planet."},{name:"Dr. Vikram Puri",description:"Dr. Vikram Puri, an agripreneur and technology enthusiast from Bengaluru, is recognized for his innovations in precision agriculture. His work in integrating technology with traditional farming practices has earned him several accolades in the agricultural domain.",meta_title:"Dr. Vikram Puri | Precision Agriculture Innovator",meta_description:"Uncover cutting-edge agricultural techniques with Dr. Vikram Puri. Discover how technology enhances traditional farming to maximize efficiency."},{name:"Ms. Neeta Joshi",description:"An expert in sustainable agriculture, Ms. Neeta Joshi has spent over 15 years working with rural communities to implement eco-friendly farming practices. She is passionate about women empowerment in agriculture and has been an advocate for local produce.",meta_title:"Ms. Neeta Joshi | Sustainable Agriculture Advocate",meta_description:"Learn from Ms. Neeta Joshi about sustainable farming practices that empower communities and promote local produce while being environmentally conscious."},{name:"Dr. Arjun Singh",description:"With a Ph.D. in Agronomy, Dr. Arjun Singh focuses on agroecology and the influence of climate change on crop production. He regularly publishes research on adaptive management strategies for farmers across India.",meta_title:"Dr. Arjun Singh | Agronomist and Climate Change Researcher",meta_description:"Stay informed about the impacts of climate change on agriculture with insights from Dr. Arjun Singh. Explore adaptive strategies for resilient farming."},{name:"Mrs. Kavita Rao",description:"Mrs. Kavita Rao is a passionate educator and experienced agricultural extension officer with over 10 years of service in various Indian states. She specializes in farmer education and outreach programs designed to improve crop management and introduction of modern techniques.",meta_title:"Mrs. Kavita Rao | Agricultural Educator and Extension Officer",meta_description:"Discover practical farming advice from Mrs. Kavita Rao. Her expertise in farmer education enhances crop management and modernizes agricultural practices."},{name:"Dr. Sameer Verma",description:"Dr. Sameer Verma is an esteemed scientist in genetic engineering, focusing on developing drought-resistant crop varieties. His research significantly contributes to food security in arid regions of India.",meta_title:"Dr. Sameer Verma | Genetic Engineer in Agriculture",meta_description:"Understand the future of agriculture with Dr. Sameer Verma's insights into genetic engineering. Explore how innovation is driving food security."},{name:"Mr. Parthiv Desai",description:"An agricultural entrepreneur and consultant, Mr. Parthiv Desai has helped numerous startups in the agritech sector to thrive. He is an advocate for using renewable technologies in enhancing crop production.",meta_title:"Mr. Parthiv Desai | Agritech Consultant and Entrepreneur",meta_description:"Engage with Mr. Parthiv Desai as he navigates the sharable space of agritech startups, fostering innovative solutions for modern farming."},{name:"Dr. Meera Iyer",description:"Dr. Meera Iyer is an environmental scientist whose focus lies at the intersection of agriculture and biodiversity. Her interdisciplinary approach allows her to analyze ecosystem health relating to sustainable farming practices.",meta_title:"Dr. Meera Iyer | Environmental Scientist and Biodiversity Specialist",meta_description:"Join Dr. Meera Iyer in exploring the crucial relationship between agriculture and biodiversity, ensuring the health of ecosystems through sustainable methods."},{name:"Mr. Mohan Kumar",description:"Mr. Mohan Kumar is a soil health expert with a rich background in organic amendments and microlife promotion in farming soil. His experiences span soil conservation and working directly with farmers to improve soil fertility across various Indian states.",meta_title:"Mr. Mohan Kumar | Soil Health Expert and Consultant",meta_description:"Discover the fundamentals of soil health with Mr. Mohan Kumar. Find out how to enrich your soil through organic practices and support crop vitality."},{name:"Dr. Anjali Sharma",description:"Dr. Anjali Sharma is a renowned agricultural scientist with over 20 years of experience in crop research and sustainable farming practices. Her work focuses on the integration of traditional farming techniques with modern agronomy to enhance crop yield while preserving the environment. She has authored numerous papers and is a sought-after speaker at agricultural conferences.",meta_title:"Dr. Anjali Sharma | Agricultural Scientist and Expert",meta_description:"Explore the integration of traditional and modern farming techniques with Dr. Anjali Sharma, a leading agricultural scientist dedicated to sustainable practices."},{name:"Rajesh Verma",description:"Rajesh Verma is a veteran horticulturist from Pune, specializing in organic farming and innovative horticultural strategies. With his practical experience on several farms, he advocates for sustainable practices and soil health, providing valuable insights into boosting crop production through natural methods.",meta_title:"Rajesh Verma | Horticulture Specialist",meta_description:"Discover organic farming methods with Rajesh Verma, a horticulture specialist with extensive knowledge in sustainable agricultural practices."},{name:"Sita Suresh",description:"Sita Suresh is a passionate agronomist who has dedicated her career to improving crop resilience against climate change. With a Master's degree in Agronomy, she explores the use of technology and data in agriculture, enabling farmers to adapt better in an evolving landscape.",meta_title:"Sita Suresh | Expert Agronomist",meta_description:"Join Sita Suresh in exploring cutting-edge agronomy practices aimed at enhancing crop resilience in the face of climate change."},{name:"Neeraj Gupta",description:"Neeraj Gupta is an agricultural entrepreneur with over 15 years of experience in formulating sustainable farming solutions. He has launched several startups focused on precision agriculture and is recognized for his role in modernizing the agriculture sector with technology integration.",meta_title:"Neeraj Gupta | Agricultural Entrepreneur and Innovator",meta_description:"Learn how Neeraj Gupta's sustainable solutions are shaping the future of agriculture through innovation and technology."},{name:"Dr. Riya Banerjee",description:"Dr. Riya Banerjee is a leading researcher in plant pathology with a focus on integral pest management. Having worked with various agricultural universities, she emphasizes the importance of biocontrol measures in reducing chemical pesticide use and improving crop health.",meta_title:"Dr. Riya Banerjee | Plant Pathologist and Researcher",meta_description:"Delve into integrated pest management strategies with Dr. Riya Banerjee, an expert in plant pathology aiming for healthier crop ecosystems."},{name:"Vikram Yadav",description:"Vikram Yadav brings a wealth of knowledge from his role as a farm manager with over 18 years of experience in large-scale farming operations. He specializes in mechanization of agriculture and resource optimization, ensuring sustainable use of inputs for maximum output.",meta_title:"Vikram Yadav | Expert Farm Manager",meta_description:"Discover best practices in large-scale farming with Vikram Yadav, a farm management expert specializing in mechanization and resource optimization."},{name:"Dr. Shalini Joshi",description:"Dr. Shalini Joshi is an award-winning extension educator and agro-based entrepreneur. With her educational programs on sustainable agriculture, she aims to empower farmers through knowledge of organic practices, value addition to crops, and market linkages.",meta_title:"Dr. Shalini Joshi | Agricultural Extension Educator",meta_description:"Empower yourself with sustainable agriculture knowledge through Dr. Shalini Joshi’s expert guidance on organic practices and market entry."},{name:"Amit Mehta",description:"Amit Mehta has over a decade of experience as an agricultural consultant, working closely with smallholder farmers to implement sustainable farming systems. He is known for his community-focused approaches, especially in water management and agroecology.",meta_title:"Amit Mehta | Agricultural Consultant and Advocate",meta_description:"Get inspired by Amit Mehta's expertise in sustainable farming practices tailored for smallholder farmers aiming to improve resilience."},{name:"Preeti Kapoor",description:"Preeti Kapoor is a food production strategist with a strong background in urban agriculture. Her research emphasizes the potential of urban farming to contribute to food security and applies innovative solutions to boost vertical farming, hydroponics, and community gardens.",meta_title:"Preeti Kapoor | Urban Agriculture Strategist",meta_description:"Explore urban agriculture innovations with Preeti Kapoor, focusing on vertical farming and food security in urban environments."},{name:"Tarun Desai",description:"Tarun Desai is a passionate advocate for regenerative agriculture and offers workshops and consultations to farmers. His approach not only aims to heal the land but also shines a light on building community resilience through holistic practices and biodynamic inputs.",meta_title:"Tarun Desai | Regenerative Agriculture Advocate",meta_description:"Join Tarun Desai’s movement towards regenerative practices, focusing on soil health and community resilience in agriculture."},{name:"Dr. Ananya Sharma",description:"Dr. Ananya Sharma is an agronomist based in New Delhi with over 20 years of experience in sustainable farming practices. A Ph.D. graduate from Indian Agricultural Research Institute, she specializes in soil health and crop rotation techniques to enhance yields while conserving natural resources.",meta_title:"Dr. Ananya Sharma | Agronomy Expert",meta_description:"Explore sustainable farming with Dr. Ananya Sharma, an agronomist dedicated to improving crop yields through innovative soil health practices."},{name:"Rajiv Nair",description:"Rajiv Nair is a horticulturalist from Kerala who has spent 15 years innovating in organic farming techniques. As a holder of several patents for pest control solutions, he educates farmers on sustainable practices to create more resilient crops.",meta_title:"Rajiv Nair | Organic Horticulture Innovator",meta_description:"Join Rajiv Nair on a journey through organic farming innovations aimed at creating sustainable horticultural practices."},{name:"Priya Baidyanath",description:"With a background in plant genetics, Priya Baidyanath is a researcher and educator from Pune, focusing on genetically modified crops and their implications in Indian agriculture. Her insights have guided farmers towards more productive crops.",meta_title:"Priya Baidyanath | Plant Genetics Researcher",meta_description:"Learn from Priya Baidyanath about the role of genetic innovation in modern agriculture and how it can transform farming in India."},{name:"Arvind Mehta",description:"Arvind Mehta, an agricultural economist from Punjab, has worked with various NGOs for over a decade to improve the economic stability of farmers. His articles provide insights into market trends and effective economic strategies for smallholder farmers.",meta_title:"Arvind Mehta | Agricultural Economics Advocate",meta_description:"Explore economic strategies for farmers with Arvind Mehta, an experienced agricultural economist focused on enhancing financial stability in agriculture."},{name:"Smita Desai",description:"Smita Desai is a well-known figure in the Indian agricultural sector specializing in precision farming techniques. With a decade of experience, she collaborates with farmers to implement technology-driven solutions that improve productivity and sustainability.",meta_title:"Smita Desai | Precision Farming Specialist",meta_description:"Discover precision farming with Smita Desai, an expert guiding farmers toward technology-driven agricultural practices for better yields."},{name:"Kartik Singh",description:"A dedicated agritech entrepreneur hailing from Bengaluru, Kartik Singh develops innovative technology solutions aimed at enhancing crop production efficiency. His knowledge spans from drone technology to data analytics in agriculture.",meta_title:"Kartik Singh | Agritech Innovator",meta_description:"Witness how Kartik Singh is revolutionizing agriculture with technology to enhance productivity and efficiency in crop production."},{name:"Nisha Gupta",description:"Nisha Gupta is a soil scientist based in Rajasthan with over 12 years of experience focusing on drought-resistant crops. Her research has contributed to significant advancements in the adaptation strategies necessary for arid climates.",meta_title:"Nisha Gupta | Soil Scientist and Researcher",meta_description:"Understand the significance of soil health in drought resilience with Nisha Gupta, a leading soil scientist dedicated to sustainable agriculture."},{name:"Ravi Kumar",description:"Ravi Kumar is a farmer and educator from Tamil Nadu committed to promoting sustainable agricultural practices among local farmers. Through his workshops and articles, he shares practical techniques for organic farming.",meta_title:"Ravi Kumar | Sustainable Farming Advocate",meta_description:"Learn sustainable farming practices from Ravi Kumar, a dedicated educator helping farmers adopt organic methods for better yields."},{name:"Aditi Rao",description:"Aditi Rao is a plant pathology expert from Mumbai with a deep focus on research related to pest and disease management. She actively engages with farmers through workshops and publications to mitigate the impacts of crop diseases.",meta_title:"Aditi Rao | Plant Pathology Expert",meta_description:"Discover how to manage plant health with Aditi Rao, a plant pathology expert providing valuable insights on pest and disease prevention."},{name:"Deepak Choudhary",description:"Deepak Choudhary is a veteran farmer and agriculture consultant from Haryana with over 25 years of practical experience. He shares his successes and challenges to empower aspiring farmers towards effective practices and choices.",meta_title:"Deepak Choudhary | Veteran Farmer & Consultant",meta_description:"Empower your agricultural journey with insights from Deepak Choudhary, a veteran farmer and consultant sharing his extensive experience in the field."},{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is a renowned agronomist with over 12 years of experience in sustainable agriculture practices in India. She has published numerous research papers focusing on crop resilience to climate change and soil health management.",meta_title:"Dr. Aditi Sharma | Agronomist and Sustainability Advocate",meta_description:"Explore the research and insights of Dr. Aditi Sharma, an expert in sustainable agricultural practices and climate-resilient crops."},{name:"Dr. Priya Sen",description:"With a PhD in Agronomy from JNKVV, Dr. Priya Sen has spent over 8 years focusing on soil science and nutrient management for diverse crops. Her innovative work has been published in various journals.",meta_title:"Dr. Priya Sen | Soil Science and Nutrient Management Specialist",meta_description:"Learn about soil science and nutrient management strategies from Dr. Priya Sen, a leading specialist in agronomy."},{name:"Vinay Desai",description:"Vinay Desai is a prominent agricultural entrepreneur from Gujarat with over a decade of experience in agri-tech solutions. He is passionate about leveraging technology to enhance crop productivity.",meta_title:"Vinay Desai | Agri-Tech Innovator and Entrepreneur",meta_description:"Join Vinay Desai in exploring the intersection of agriculture and technology for improved crop production."},{name:"Anjali Reddy",description:"Anjali Reddy is an experienced agronomist from Telangana, working with farmers to improve yield through best practices in crop rotation and integrated pest management.",meta_title:"Anjali Reddy | Integrated Pest Management Advocate",meta_description:"Get insights from Anjali Reddy on best agricultural practices and pest management for healthy crops."},{name:"Dr. Suresh Iyer",description:"Dr. Suresh Iyer is an eminent agricultural scientist with 15 years of focused research in biopesticides and natural farming methods, contributing extensively to sustainable agriculture in India.",meta_title:"Dr. Suresh Iyer | Biopesticide Researcher and Advocate",meta_description:"Unlock methods of sustainable farming with Dr. Suresh Iyer, a dedicated researcher in biopesticides and natural farming."},{name:"Neha Bhagat",description:"Neha Bhagat, a veteran communicator in Agri-media, has been sharing farming success stories across India for more than 10 years. She focuses on empowering farmers through knowledge and innovation.",meta_title:"Neha Bhagat | Agri-Media Journalist and Advocate",meta_description:"Follow Neha Bhagat's journey in agri-media as she highlights sustainable agriculture practices and farmer innovations."},{name:"Rohit Patel",description:"Rohit Patel is an expert in precision agriculture practices and has worked with numerous farmers in Uttar Pradesh to enhance farm productivity using drone technology and modern sensors.",meta_title:"Rohit Patel | Precision Agriculture Specialist",meta_description:"Dive into precision agriculture with Rohit Patel as he shares techniques for maximizing farm efficiency and yield."},{name:"Dr. Poonam Joshi",description:"Dr. Poonam Joshi specializes in entomology and its direct application in crop protection. With over 9 years of research, she aims to educate farmers on sustainable pest control methods.",meta_title:"Dr. Poonam Joshi | Entomologist and Crop Protection Specialist",meta_description:"Learn effective crop protection strategies with Dr. Poonam Joshi, an expert in entomology and sustainable pest control."},{name:"Abhishek Narayan",description:"Abhishek Narayan is an agricultural economist focusing on policy impacts and food security initiatives in India. He has over 6 years of consulting experience with various NGOs.",meta_title:"Abhishek Narayan | Agricultural Economist and Policy Advisor",meta_description:"Understand the economic aspects of agriculture with Abhishek Narayan and his insights on food security and agricultural policy."},{name:"Dr. Emma Thompson",description:"Dr. Emma Thompson is a renowned agronomist with over 20 years of experience in crop management and sustainable farming practices. Holding a PhD in Agronomy from the University of California, she has published numerous research papers and frequently shares her insights on modern agricultural techniques and innovations.",meta_title:"Dr. Emma Thompson | Expert Agronomist and Sustainable Agriculture Advocate",meta_description:"Dive into the world of sustainable agriculture with Dr. Emma Thompson, an expert agronomist dedicated to improving crop management and farming practices."},{name:"Raj Patel",description:"Based in Punjab, India, Raj Patel is an experienced horticulturist with a passion for organic farming. He has spent over a decade working on various farms, and his expertise lies in producing high-yield organic fruits and vegetables, as well as educating farmers about sustainable practices.",meta_title:"Raj Patel | Organic Farming Advocate and Horticulturist",meta_description:"Explore organic farming techniques with Raj Patel, a horticulturist dedicated to promoting sustainable agriculture and high-quality produce."},{name:"Sophia Bianchi",description:"Sophia Bianchi is an environmental scientist and agricultural consultant based in Italy. With expertise in soil health management, she works with farmers to implement sustainable practices that enhance soil fertility and crop production. She is also an advocate for biodiversity conservation in agronomy.",meta_title:"Sophia Bianchi | Soil Health Specialist and Environmental Consultant",meta_description:"Unlock the secrets of soil health with Sophia Bianchi, an environmental scientist dedicated to improving fertility and sustainability in agriculture."},{name:"Carlos Mendoza",description:"Carlos Mendoza is a crop scientist from Brazil with over 15 years of experience in tropical agriculture. His research focuses on innovative crop production techniques and pest management practices that help farmers increase efficiency, yield, and environmental sustainability in their operations.",meta_title:"Carlos Mendoza | Crop Scientist and Tropical Agriculture Expert",meta_description:"Discover innovative crop production techniques with Carlos Mendoza, a leading crop scientist focused on efficiency and sustainability in Brazilian agriculture."},{name:"Takashi Yamamoto",description:"Hailing from Japan, Takashi Yamamoto is a specialist in greenhouse cultivation and hydroponics. With more than 10 years in the field, he provides insights into efficient resource management in urban agriculture, enhancing food security for city dwellers through innovative growing methods.",meta_title:"Takashi Yamamoto | Greenhouse and Hydroponic Cultivation Expert",meta_description:"Learn about greenhouse and hydroponic cultivation with Takashi Yamamoto, a specialist dedicated to urban agriculture and food security solutions."},{name:"Amina Hassan",description:"Amina Hassan is a soil and water conservationist from Kenya with a passion for integrating traditional knowledge with modern agronomy. She works closely with small-scale farmers to improve water management and soil fertility, advocating for sustainable practices that bolster community resilience.",meta_title:"Amina Hassan | Soil and Water Conservation Specialist",meta_description:"Enhance your knowledge of soil and water conservation down with Amina Hassan, a specialist committed to sustainable farming practices in Kenya."},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is an agribusiness consultant based in Ireland, specializing in market trends and economic policies affecting agriculture. With 12 years of experience in industry analysis, he combines business acumen with agronomy knowledge to assist farmers and agribusinesses in making informed decisions.",meta_title:"Liam O'Sullivan | Agribusiness Consultant and Market Trends Expert",meta_description:"Explore agribusiness strategies with Liam O'Sullivan, a consultant specializing in market trends and economic policies in the agricultural sector."},{name:"Nina Fischer",description:"Nina Fischer is a sustainable agriculture educator from Germany with a strong background in permaculture design. She leads workshops and training programs to teach agroecological practices that nurture both crops and the environment, fostering community involvement in sustainable food systems.",meta_title:"Nina Fischer | Sustainable Agriculture Educator and Permaculture Expert",meta_description:"Engage with sustainable agricultural practices with Nina Fischer, an educator focused on permaculture and community-based food system development."},{name:"Fatima El-Sharif",description:"Fatima El-Sharif, based in Egypt, is a leading expert in agricultural technology. With over 8 years of experience in precision farming, she helps farmers utilize digital tools to enhance productivity by optimizing resource use, ultimately contributing to food security in the region.",meta_title:"Fatima El-Sharif | Agricultural Technology Specialist",meta_description:"Explore the world of precision farming with Fatima El-Sharif, a tech-savvy professional dedicated to improving productivity through technology in agriculture."},{name:"James Anderson",description:"James Anderson is an agronomy researcher from Canada, focusing on sustainable pest management solutions. With 10 years of extensive experience in field experimentation and data analysis, he shares valuable findings that help farmers protect crops while minimizing environmental impacts.",meta_title:"James Anderson | Sustainable Pest Management Researcher",meta_description:"Discover effective pest management strategies with James Anderson, a researcher committed to integrating sustainability in crops protection methods."},{name:"Dr. Anya Patel",description:"Dr. Anya Patel is an esteemed agricultural scientist from India with over 20 years of experience in crop management and sustainable farming practices. Her research focuses on enhancing crop resilience and food security, and she has published extensively in renowned agricultural journals.",meta_title:"Dr. Anya Patel | Expert in Crop Management",meta_description:"Explore in-depth insights on crop management and sustainable farming practices with Dr. Anya Patel, a leading agricultural scientist dedicated to improving global food security."},{name:"Luis Rodriguez",description:"Luis Rodriguez is a horticulturist from Brazil with a rich background in organic farming and plant nutrition. With over 10 years of hands-on experience, he specializes in innovative planting techniques that promote sustainable horticultural practices.",meta_title:"Luis Rodriguez | Organic Horticulture Specialist",meta_description:"Discover sustainable gardening practices with Luis Rodriguez, an expert in organic farming and plant nutrition, and transform your approach to horticulture."},{name:"Sarah Chen",description:"Based in Canada, Sarah Chen is an agronomy consultant with over 15 years of experience in precision agriculture. Her expertise lies in soil health, crop rotation, and nutrient management, working closely with farmers to improve their yields sustainably.",meta_title:"Sarah Chen | Precision Agriculture Consultant",meta_description:"Unlock the secrets of precision agriculture with Sarah Chen, a dedicated agronomy consultant committed to enhancing food production through sustainable practices."},{name:"Dr. Ahmed El-Sayed",description:"Dr. Ahmed El-Sayed is an agronomist from Egypt with more than a decade of experience in drought-resistant crop development. His innovative research contributes greatly to agricultural practices in arid regions, making him a leading voice in sustainable agriculture.",meta_title:"Dr. Ahmed El-Sayed | Expert in Drought-Resistant Crops",meta_description:"Join Dr. Ahmed El-Sayed as he explores groundbreaking research and techniques in drought-resistant crops to combat desertification and ensure food security."},{name:"Elena Russo",description:"Elena Russo is a leading figure in permaculture and sustainable agriculture based in Italy. With over 12 years in the field, she teaches communities and farmers how to create regenerative ecosystems and improve food diversity.",meta_title:"Elena Russo | Permaculture & Sustainability Advocate",meta_description:"Learn from Elena Russo about permaculture practices and how to achieve a sustainable agricultural ecosystem that nurtures biodiversity and food security."},{name:"Tariq Nasir",description:"Tariq Nasir is a Pakistani agricultural policy analyst with a proven track record in promoting technology adoption in rural farming. For over 8 years, he has been optimizing agriculture through digital solutions and governmental initiatives.",meta_title:"Tariq Nasir | Agricultural Policy Analyst",meta_description:"Engage with Tariq Nasir as he provides insights into agricultural policy reforms and technology adoption that empower farmers and enhance productivity."},{name:"Maya Santos",description:"Maya Santos, a sustainability officer based in Portugal, has devoted over 10 years to developing sustainable farming practices and green supply chains. She actively collaborates with farmers to implement environmentally friendly strategies.",meta_title:"Maya Santos | Sustainability Advocate in Agriculture",meta_description:"Discover sustainable farming practices and innovative supply chain solutions with Maya Santos, a leading sustainability officer dedicated to protecting our planet."},{name:"Dr. Jian Li",description:"Dr. Jian Li is a geneticist from China focused on plant breeding and genetic modification. With over 15 years of research, he aims to develop high-yield and disease-resistant crop varieties to enhance global food production.",meta_title:"Dr. Jian Li | Plant Breeder & Geneticist",meta_description:"Dive into the world of plant genetics and breeding with Dr. Jian Li, whose revolutionary work is addressing food scarcity through innovative crop science."},{name:"Fatima Aoun",description:"Fatima Aoun is a Lebanese environmental scientist specializing in agroecology. She has been involved in numerous projects aimed at soil preservation and biodiversity enhancement in farming practices for over 10 years.",meta_title:"Fatima Aoun | Agroecology Specialist",meta_description:"Join Fatima Aoun as she explores agroecology and its vital role in preserving soil health and enhancing agricultural biodiversity across regions."},{name:"Jakob Nielsen",description:"Jakob Nielsen is an agribusiness entrepreneur from Denmark who specializes in sustainable agribusiness models and supply chain innovation. With a strong passion for reducing waste and promoting organic practices, he has founded several successful startups.",meta_title:"Jakob Nielsen | Sustainable Agribusiness Innovator",meta_description:"Explore revolutionary agribusiness models and organic practices with Jakob Nielsen, a visionary entrepreneur reshaping the future of sustainable farming."}],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:#1a5a2b;--theme-color-8:#2d7b3f;--theme-color-7:#41a56b;--theme-color-6:#aed222;--theme-color-5:#d5e648;--theme-color-3:#f4f8e2;--theme-color-2:#e8f5b8;--color-bg-layout:#f7fff3;--color-bg-hover:#d6efd4;--article-border-radius:20px;--btn-border-radius:8px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,315 @@
1
+ export declare const dataStructure: {
2
+ cropManagement: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ cropRotation: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ precisionFarming: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ irrigationTechniques: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ cropYieldOptimization: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ seedSelectionStrategies: {
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
+ soilHealth: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ soilTesting: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ fertilityManagement: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ compostingPractices: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ soilConservationTechniques: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ coverCrops: {
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
+ pestControl: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ integratedPestManagement: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ organicPestControl: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ chemicalPestControlMethods: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ beneficialInsects: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ pestIdentification: {
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
+ sustainablePractices: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ regenerativeAgriculture: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ ecoFriendlyFarming: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ permaculturePrinciples: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ waterConservationMethods: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ agroecology: {
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
+ horticulture: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ plantCareTips: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ landscapingIdeas: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ greenhouseManagement: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ herbGardening: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ floriculture: {
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
+ agriculturalTechnology: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ smartFarmingTools: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ dronesInAgriculture: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ automationInFarming: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ dataManagementForFarmers: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ sustainableAgTech: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ marketTrends: {
261
+ title: string;
262
+ description: string;
263
+ slug: string;
264
+ children: {
265
+ cropMarketAnalysis: {
266
+ title: string;
267
+ description: string;
268
+ slug: string;
269
+ children: null;
270
+ };
271
+ globalAgriTrends: {
272
+ title: string;
273
+ description: string;
274
+ slug: string;
275
+ children: null;
276
+ };
277
+ organicFoodMarket: {
278
+ title: string;
279
+ description: string;
280
+ slug: string;
281
+ children: null;
282
+ };
283
+ priceForecasting: {
284
+ title: string;
285
+ description: string;
286
+ slug: string;
287
+ children: null;
288
+ };
289
+ farmersMarketSuccessTips: {
290
+ title: string;
291
+ description: string;
292
+ slug: string;
293
+ children: null;
294
+ };
295
+ other: {
296
+ title: string;
297
+ description: string;
298
+ slug: string;
299
+ children: null;
300
+ };
301
+ };
302
+ };
303
+ };
304
+ export declare const authors: Record<string, string>;
305
+ export declare const authorsNames: string[];
306
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDF3E\uD83C\uDF3B\uD83C\uDF31\uD83D\uDE9C";
307
+ export declare const categories: ("sustainablePractices" | "marketTrends" | "cropManagement" | "agriculturalTechnology" | "horticulture" | "soilHealth" | "pestControl")[];
308
+ export declare const subcategories: string[];
309
+ export declare const subsubcategories: string[];
310
+ export type Category = keyof typeof dataStructure;
311
+ export type CategoryNode = (typeof dataStructure)[Category];
312
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
313
+ export declare const startDate = "2024-09-04T00:00:00Z";
314
+ export declare const devBucketName = "idn-harvestharmonies-dev";
315
+ export declare const prodBucketName = "idn-harvestharmonies";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={cropManagement:{title:"Effective Crop Management Strategies for Modern Farmers 🌾",description:"Explore essential crop management techniques to enhance productivity and sustainability in agriculture. Discover tips for successful crop rotation and more! 🌱",slug:"crop-management",children:{cropRotation:{title:"Mastering Crop Rotation: Techniques for Healthy Soils 🌱",description:"Learn how to implement crop rotation effectively to improve soil health and boost yield. Explore strategies that protect crops and enhance sustainability! 🌍",slug:"crop-rotation",children:null},precisionFarming:{title:"Precision Farming: Maximizing Efficiency and Yields 🚜",description:"Unlock the potential of precision farming techniques for optimized agricultural practices. Discover tools that enhance crop yields while reducing waste! 🌾",slug:"precision-farming",children:null},irrigationTechniques:{title:"Irrigation Techniques: Ensuring Optimal Crop Growth 💧",description:"Explore innovative irrigation techniques that ensure your crops receive the right amount of water. Learn about methods that conserve resources and boost growth! 🌱",slug:"irrigation-techniques",children:null},cropYieldOptimization:{title:"Crop Yield Optimization: Strategies for Success 🌟",description:"Discover essential strategies for optimizing crop yields. From soil health to pest management, learn how to enhance productivity sustainably! 🥕",slug:"crop-yield-optimization",children:null},seedSelectionStrategies:{title:"Seed Selection Strategies for High-Quality Crops 🌱",description:"Get insights into effective seed selection strategies that promote healthier crops and improved yields. Make informed decisions for your farming success! 🌾",slug:"seed-selection-strategies",children:null},other:{title:"Other Crop Management Techniques: Broadening Your Knowledge 🌍",description:"Dive into additional crop management techniques that don't fit traditional categories. Explore diverse methods vital for modern agricultural practices! 🌾",slug:"other-crop-management",children:null}}},soilHealth:{title:"Discover Essential Soil Health Practices 🌱 - HarvestHarmonies",description:"Explore key insights into soil health, including testing, fertility, and conservation techniques. Enhance agricultural practices today! 🌍",slug:"soil-health",children:{soilTesting:{title:"Comprehensive Soil Testing for Improved Crop Yields 📈",description:"Learn the importance of soil testing in agriculture to improve crop yield and soil quality. Discover techniques, tools, and tips! 🔬",slug:"soil-testing",children:null},fertilityManagement:{title:"Effective Soil Fertility Management Techniques 🌾",description:"Unlock the secrets of optimizing soil fertility with effective management strategies. Enhance plant growth and productivity! 🌿",slug:"fertility-management",children:null},compostingPractices:{title:"Beneficial Composting Practices for Soil Enrichment 🌍",description:"Discover best practices for composting to enrich soil health and promote organic farming. Speed up your composting game! 🍂",slug:"composting-practices",children:null},soilConservationTechniques:{title:"Soil Conservation Techniques for Sustainable Farming 🌳",description:"Learn about effective soil conservation techniques to prevent erosion and maintain soil health for sustainable agricultural practices! 🌱",slug:"soil-conservation-techniques",children:null},coverCrops:{title:"Benefits of Cover Crops for Soil Health and Fertility 🌻",description:"Uncover the advantages of using cover crops to enhance soil health and fertility for long-lasting agricultural benefits! 🥦",slug:"cover-crops",children:null},other:{title:"Additional Tips on Soil Health for Thriving Agriculture 🥕",description:"Explore various other practices that boost soil health, sustainability, and agricultural productivity in your farming activities! 🌾",slug:"other",children:null}}},pestControl:{title:"Pest Control Strategies for Sustainable Agriculture 🌿",description:"Discover the best pest control practices for agriculture, horticulture, and agronomy. Learn to manage pests sustainably and enhance your crops! 🐛",slug:"pest-control-strategies",children:{integratedPestManagement:{title:"Integrated Pest Management Techniques for Farmers 🌾",description:"Explore integrated pest management (IPM) strategies to minimize crop damage while promoting sustainable agriculture practices. Learn more! 🌱",slug:"integrated-pest-management",children:null},organicPestControl:{title:"Effective Organic Pest Control Solutions for Growers 🌼",description:"Uncover organic pest control methods to protect your crops while maintaining ecological balance. Embrace nature-friendly practices today! 🍃",slug:"organic-pest-control",children:null},chemicalPestControlMethods:{title:"Chemical Pest Control Methods in Agriculture ⚗️",description:"Delve into chemical pest control methods and their appropriate usage in agriculture for effective pest management. Stay informed with our guide! 💊",slug:"chemical-pest-control-methods",children:null},beneficialInsects:{title:"Harnessing Beneficial Insects for Pest Management 🐞",description:"Learn about the role of beneficial insects in pest control and how they can help enhance your crop yield and sustainability. Discover more! 🌻",slug:"beneficial-insects",children:null},pestIdentification:{title:"Pest Identification: A Guide for Farmers 🧐",description:"Master the art of pest identification with our detailed guide to ensure timely interventions and effective pest management in your crops! 🌍",slug:"pest-identification",children:null},other:{title:"Other Pest Control Techniques and Insights 💡",description:"Explore various pest control techniques beyond the conventional methods. Stay updated with innovative practices in agriculture! ⚡️",slug:"other-pest-control-techniques",children:null}}},sustainablePractices:{title:"Explore Sustainable Practices for Modern Farming 🌱",description:"Discover innovative sustainable practices in agriculture that enhance productivity and ecological balance. Join us in nurturing the earth! 🌍",slug:"sustainable-practices",children:{regenerativeAgriculture:{title:"Understanding Regenerative Agriculture: A Holistic Approach 🌾",description:"Delve into regenerative agriculture principles that revive soil health, enhance biodiversity, and boost farm resilience. Transform your farming! 🌱",slug:"regenerative-agriculture",children:null},ecoFriendlyFarming:{title:"Eco-Friendly Farming Techniques for Sustainable Growth 🌿",description:"Learn about eco-friendly farming methods that promote sustainability, protect the environment, and ensure high-quality produce. Cultivate wisely! 🍃",slug:"eco-friendly-farming",children:null},permaculturePrinciples:{title:"Permaculture Principles: Designing Sustainable Ecosystems 🌼",description:"Explore permaculture principles that create sustainable agricultural systems in harmony with nature. Grow resilient gardens and farms! 🌍",slug:"permaculture-principles",children:null},waterConservationMethods:{title:"Effective Water Conservation Methods for Agriculture 💧",description:"Discover innovative water conservation strategies that optimize usage, enhance crop yield, and protect vital water resources. Save water, grow better! 🌊",slug:"water-conservation-methods",children:null},agroecology:{title:"Agroecology: Merging Agriculture and Ecology for Sustainability 🌍",description:"Understand the principles of agroecology that promote biodiversity, sustain crop production, and maintain environmental health. Cultivate synergy! 🌱",slug:"agroecology",children:null},other:{title:"Other Sustainable Practices for the Future of Farming 🌳",description:"Uncover various alternative sustainable practices that improve agricultural methods and promote ecological stability in farming. Think green! 🌎",slug:"other-sustainable-practices",children:null}}},horticulture:{title:"Explore the World of Horticulture 🌿 | Tips, Ideas & Management",description:"Delve into horticulture with tips, ideas, and management strategies that promote sustainability and productivity for all enthusiasts and professionals! 🌱",slug:"horticulture",children:{plantCareTips:{title:"Essential Plant Care Tips 🌼 | Nurture Your Greenery",description:"Discover vital plant care tips to keep your indoor and outdoor plants thriving! Learn about watering, potting, and pest control for success. 🌿",slug:"plant-care-tips",children:null},landscapingIdeas:{title:"Creative Landscaping Ideas 🏡 | Transform Your Outdoor Space",description:"Unleash your creativity with innovative landscaping ideas that transform any outdoor space into a beautiful haven! Get inspired today! 🌺",slug:"landscaping-ideas",children:null},greenhouseManagement:{title:"Greenhouse Management Strategies 🌞 | Optimize Your Harvest",description:"Master greenhouse management techniques to optimize growth and yield. Explore heat, humidity, and light control for thriving plants! 🌱",slug:"greenhouse-management",children:null},herbGardening:{title:"Herb Gardening Essentials 🌿 | Grow Your Flavorful Herbs",description:"Learn how to cultivate your own herb garden! From selection to care, discover everything you need to grow delicious herbs at home. 🌱",slug:"herb-gardening",children:null},floriculture:{title:"Floriculture Practices 🌸 | Cultivate Beautiful Blooms",description:"Explore the art of floriculture! Learn effective practices for growing, arranging, and selling flowers that add vibrancy to any space. 🌺",slug:"floriculture",children:null},other:{title:"Miscellaneous Horticulture Topics 🌼 | Explore More!",description:"Dive into various horticulture topics that don't fit traditional categories! Gain insights into unique practices and fun gardening tips. 🌿",slug:"other-horticulture-topics",children:null}}},agriculturalTechnology:{title:"Innovative Agricultural Technology: Transforming Farming Practices 🌱",description:"Explore cutting-edge agricultural technology at HarvestHarmonies. Learn about smart farming tools, drones, automation, and more for enhanced productivity and sustainability.",slug:"agricultural-technology",children:{smartFarmingTools:{title:"Smart Farming Tools: Revolutionize Your Agriculture Methods 🔧",description:"Discover the latest smart farming tools that optimize productivity and efficiency in agriculture. Enhance your farming practices with innovative technology.",slug:"smart-farming-tools",children:null},dronesInAgriculture:{title:"Drones in Agriculture: Elevating Farming to New Heights 🚁",description:"Learn how drones are transforming agriculture by providing aerial insights and improving crop monitoring. Explore the benefits and tech of drones in farming.",slug:"drones-in-agriculture",children:null},automationInFarming:{title:"Automation in Farming: Streamlining Your Agricultural Operations 🤖",description:"Unlock the potential of farming automation with tech solutions that save time and resources. Make your agricultural tasks easier and more efficient.",slug:"automation-in-farming",children:null},dataManagementForFarmers:{title:"Data Management for Farmers: Harnessing Technology for Better Decisions 📈",description:"Explore how data management tools empower farmers to make informed decisions. Leverage technology for improved crop outcomes and farm efficiency.",slug:"data-management-for-farmers",children:null},sustainableAgTech:{title:"Sustainable AgTech: Merging Innovation with Eco-Friendly Practices 🌍",description:"Dive into sustainable agricultural technologies that promote ecological balance. Learn about practices that help farmers enhance sustainability in their fields.",slug:"sustainable-ag-tech",children:null},other:{title:"Other Agricultural Technologies: Exploring Diverse Innovations 🌾",description:"Explore various other agricultural technologies that are reshaping the farming landscape. Stay informed about innovations that support modern practices.",slug:"other-agricultural-technologies",children:null}}},marketTrends:{title:"Explore the Latest Trends in Agriculture 🌾",description:"Dive into market trends to empower your agricultural decisions and stay informed on insights that matter to farmers and agronomists alike! 🌱",slug:"market-trends",children:{cropMarketAnalysis:{title:"In-Depth Crop Market Analysis for Modern Farmers 📊",description:"Unlock valuable insights with comprehensive crop market analysis that equips farmers with essential data for informed decision-making! 📈",slug:"crop-market-analysis",children:null},globalAgriTrends:{title:"Discover Global Agricultural Trends & Innovations 🌎",description:"Stay ahead in the agriculture sector with the latest global trends and innovations influencing farmers and sustainability worldwide! 🌾",slug:"global-agri-trends",children:null},organicFoodMarket:{title:"The Rise of the Organic Food Market: Key Insights 🍏",description:"Explore the booming organic food market, its trends, and how they affect modern agriculture and consumer choices in healthy eating! 🥗",slug:"organic-food-market",children:null},priceForecasting:{title:"Price Forecasting: Navigate Agricultural Market Fluctuations 📉",description:"Understand price forecasting for crops and commodities to anticipate market trends and make informed financial decisions. 💰",slug:"price-forecasting",children:null},farmersMarketSuccessTips:{title:"Success Tips for Farmers' Markets: Boost Your Sales 🚜",description:"Unlock success with essential tips for thriving at farmers' markets, maximizing profits, and delivering fresh produce to the community! 🥕",slug:"farmers-market-success-tips",children:null},other:{title:"Other Market Trends in Agriculture: Insights & Innovations 🌾",description:"Discover miscellaneous market trends in agriculture that provide additional knowledge and insights to enhance farming practices! 📅",slug:"other-market-trends",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),r=e.AUTHORS_INFO.map((e=>e.name)),n="🌾🌻🌱🚜",o=Object.keys(t),a=[],s=[];for(const e of o){const i=t[e];if(null==i?void 0:i.children){a.push(...Object.keys(i.children));for(const e of a){const t=i.children[e];(null==t?void 0:t.children)&&s.push(...Object.keys(t.children))}}}const l="2024-09-04T00:00:00Z",c="harvestharmonies",u=`idn-${c}-dev`,d=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=r,exports.categories=o,exports.dataStructure=t,exports.devBucketName=u,exports.prodBucketName=d,exports.startDate=l,exports.subcategories=a,exports.subsubcategories=s;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ HarvestHues = "HarvestHues",
3
+ AgriculturalAvenues = "Agricultural Avenues",
4
+ EcologicalEndeavors = "Ecological Endeavors",
5
+ SoilMysteries = "Soil Mysteries",
6
+ FutureForeshadows = "Future Foreshadows"
7
+ }
8
+ type HarvestHuesValues = 'Greenhouse Innovations' | 'Organic Practices' | 'Urban Gardening' | 'Soil Revitalization' | 'Smart Farming Tech';
9
+ type AgriculturalAvenuesValues = 'Crop Varieties' | 'Precision Agriculture' | 'Irrigation Techniques' | 'Post-Harvest Solutions' | 'Agri-business Strategies';
10
+ type EcologicalEndeavorsValues = 'Permaculture Principles' | 'Biodiversity Boosting' | 'Natural Pest Solutions' | 'Climate-Resilient Crops' | 'Water Conservation Practices';
11
+ type SoilMysteriesValues = 'Soil Health Management' | 'Drainage Solutions' | 'Nutrient Management' | 'pH Balancing Techniques' | 'Composting Practices';
12
+ type FutureForeshadowsValues = 'Trends in AgTech' | 'Policy Developments' | 'Global Market Influences' | 'Sustainability Innovations' | 'Financial Assistance Programs';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.HarvestHues]: HarvestHuesValues[];
15
+ [FiltersNames.AgriculturalAvenues]: AgriculturalAvenuesValues[];
16
+ [FiltersNames.EcologicalEndeavors]: EcologicalEndeavorsValues[];
17
+ [FiltersNames.SoilMysteries]: SoilMysteriesValues[];
18
+ [FiltersNames.FutureForeshadows]: FutureForeshadowsValues[];
19
+ };
20
+ export declare const harvestHuesValues: HarvestHuesValues[];
21
+ export declare const agriculturalAvenuesValues: AgriculturalAvenuesValues[];
22
+ export declare const ecologicalEndeavorsValues: EcologicalEndeavorsValues[];
23
+ export declare const soilMysteriesValues: SoilMysteriesValues[];
24
+ export declare const futureForeshadowsValues: FutureForeshadowsValues[];
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={})).HarvestHues="HarvestHues",e.AgriculturalAvenues="Agricultural Avenues",e.EcologicalEndeavors="Ecological Endeavors",e.SoilMysteries="Soil Mysteries",e.FutureForeshadows="Future Foreshadows";const s=["Greenhouse Innovations","Organic Practices","Urban Gardening","Soil Revitalization","Smart Farming Tech"],r=["Crop Varieties","Precision Agriculture","Irrigation Techniques","Post-Harvest Solutions","Agri-business Strategies"],t=["Permaculture Principles","Biodiversity Boosting","Natural Pest Solutions","Climate-Resilient Crops","Water Conservation Practices"],i=["Soil Health Management","Drainage Solutions","Nutrient Management","pH Balancing Techniques","Composting Practices"],a=["Trends in AgTech","Policy Developments","Global Market Influences","Sustainability Innovations","Financial Assistance Programs"],o={[exports.FiltersNames.HarvestHues]:[],[exports.FiltersNames.AgriculturalAvenues]:[],[exports.FiltersNames.EcologicalEndeavors]:[],[exports.FiltersNames.SoilMysteries]:[],[exports.FiltersNames.FutureForeshadows]:[]},l={[exports.FiltersNames.HarvestHues]:s,[exports.FiltersNames.AgriculturalAvenues]:r,[exports.FiltersNames.EcologicalEndeavors]:t,[exports.FiltersNames.SoilMysteries]:i,[exports.FiltersNames.FutureForeshadows]:a},n=()=>JSON.stringify(l,null,2);exports.agriculturalAvenuesValues=r,exports.ecologicalEndeavorsValues=t,exports.fullFilters=l,exports.futureForeshadowsValues=a,exports.getFiltersTypesJSON=n,exports.harvestHuesValues=s,exports.initialFilters=o,exports.soilMysteriesValues=i;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),r=require("./helpers.js"),s=require("./prompts/images.js"),o=require("./seo.js"),a=require("./prompts/gpt35turbo/articles.js"),p=require("./prompts/gpt4oMini/articles.js"),i=require("./prompts/data.js");exports.DEFAULT_DESCRIPTION_EMOJIS=e.DEFAULT_DESCRIPTION_EMOJIS,exports.authors=e.authors,exports.authorsNames=e.authorsNames,exports.categories=e.categories,exports.dataStructure=e.dataStructure,exports.devBucketName=e.devBucketName,exports.prodBucketName=e.prodBucketName,exports.startDate=e.startDate,exports.subcategories=e.subcategories,exports.subsubcategories=e.subsubcategories,Object.defineProperty(exports,"FiltersNames",{enumerable:!0,get:function(){return t.FiltersNames}}),exports.agriculturalAvenuesValues=t.agriculturalAvenuesValues,exports.ecologicalEndeavorsValues=t.ecologicalEndeavorsValues,exports.fullFilters=t.fullFilters,exports.futureForeshadowsValues=t.futureForeshadowsValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.harvestHuesValues=t.harvestHuesValues,exports.initialFilters=t.initialFilters,exports.soilMysteriesValues=t.soilMysteriesValues,exports.getDefaultImagesFrontmatter=r.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=r.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=s.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=s.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=s.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=o.AUTHORS_INFO,exports.AUTHORS_META=o.AUTHORS_META,exports.PAGES_SEO=o.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return o.PageNames}}),exports.gpt35Articles=a,exports.gpt4oMiniArticles=p,exports.END_STEP=i.END_STEP,exports.FILTERS_INFO=i.FILTERS_INFO,exports.IMAGES_PROHIBITED_WORDS=i.IMAGES_PROHIBITED_WORDS,exports.START_STEP=i.START_STEP,exports.TARGET_AUDIENCE=i.TARGET_AUDIENCE,exports.ZERO_SECTION=i.ZERO_SECTION,exports.portalInfo=i.portalInfo;
@@ -0,0 +1,7 @@
1
+ export declare const portalInfo = "The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: HarvestHarmonies is an informative portal dedicated to agriculture, horticulture, and agronomy. It offers a wealth of articles and resources aimed at empowering farmers, agricultural enthusiasts, and industry professionals with knowledge to enhance productivity and sustainability.\n - Detailed description: HarvestHarmonies serves as a comprehensive infotainment platform for those passionate about agriculture and its associated fields. This portal provides in-depth articles on a variety of agricultural topics, from innovative farming techniques to ecological practices in horticulture. The content is tailored to engage readers through a blend of insightful analysis, practical tips, and emerging trends that define the future of agronomy. Users can explore specific categories such as crop management, soil health, pest control, and sustainable practices. With a focus on accessibility and reader-friendliness, HarvestHarmonies ensures that complex agricultural concepts are relatable and easily understandable, making it a valuable resource for both seasoned farmers and enthusiastic beginners.\n - Target audience: The primary audience for HarvestHarmonies includes farmers and agricultural professionals, horticulturists, agronomists, students studying agriculture-related subjects, and individuals with a keen interest in sustainable practices and agricultural innovations. It caters to people seeking to enhance their expertise, find practical advice, and explore the latest developments within the agriculture and horticulture sectors.\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## Overview of the Topic\n - Definition and Importance\n - Current Trends\n\n## Key Techniques and Practices\n - Step-by-Step Guide\n - Tools and Equipment Needed\n\n## Challenges and Solutions\n - Common Obstacles\n - Innovative Solutions\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 - Overview of the Topic, 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 = "Agriculture Farmers and enthusiasts";
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: HarvestHarmonies is an informative portal dedicated to agriculture, horticulture, and agronomy. It offers a wealth of articles and resources aimed at empowering farmers, agricultural enthusiasts, and industry professionals with knowledge to enhance productivity and sustainability.\n - Detailed description: HarvestHarmonies serves as a comprehensive infotainment platform for those passionate about agriculture and its associated fields. This portal provides in-depth articles on a variety of agricultural topics, from innovative farming techniques to ecological practices in horticulture. The content is tailored to engage readers through a blend of insightful analysis, practical tips, and emerging trends that define the future of agronomy. Users can explore specific categories such as crop management, soil health, pest control, and sustainable practices. With a focus on accessibility and reader-friendliness, HarvestHarmonies ensures that complex agricultural concepts are relatable and easily understandable, making it a valuable resource for both seasoned farmers and enthusiastic beginners.\n - Target audience: The primary audience for HarvestHarmonies includes farmers and agricultural professionals, horticulturists, agronomists, students studying agriculture-related subjects, and individuals with a keen interest in sustainable practices and agricultural innovations. It caters to people seeking to enhance their expertise, find practical advice, and explore the latest developments within the agriculture and horticulture sectors.\n\n",a="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## Overview of the Topic\n - Definition and Importance\n - Current Trends\n\n## Key Techniques and Practices\n - Step-by-Step Guide\n - Tools and Equipment Needed\n\n## Challenges and Solutions\n - Common Obstacles\n - Innovative Solutions\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 - Overview of the Topic, IF it's applicable to the theme of the article.\n",i="highlighting the key points that will be discussed and the relevance of the topic",n="synthesizing the information presented throughout",r="Agriculture Farmers and enthusiasts",s="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=n,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=i,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=a,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-real cinematic photo of a ${a}, ${o}, for an article ${r} from professional agriculture photograph for a glossy agriculture magazine, agriculture photography, glossy Agriculture magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, sharp focus, epicurious, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, 85mm, f1.8, portrait, photo realistic, hyperrealistic, ornate, super detailed, intricate, dramatic, sunlight lighting, shadows, high dynamic range, masterpiece, best quality, (8k, RAW photo:1.2), vivid colour, masterpiece`,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 a={[exports.PageNames.Authors]:{title:"Meet the Minds Behind HarvestHarmonies",description:"Get to know the experts in agriculture, horticulture, and agronomy. 🌾 Dive into their insights and stories!"},[exports.PageNames.Home]:{title:"HarvestHarmonies - Your Guide to Agriculture and Horticulture",description:"Explore the best tips, trends, and resources in agriculture, horticulture, and agronomy. 🌱 Join our journey towards sustainable farming!"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | HarvestHarmonies",description:"Oops! It looks like the page you're looking for doesn't exist. 🚫 Explore our articles on agriculture and horticulture instead!"},[exports.PageNames.AboutUs]:{title:"About HarvestHarmonies | Agriculture Insights",description:"Learn about our mission to connect you with valuable agriculture and horticulture information. 🍃 Join us in nurturing a greener future!"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy of HarvestHarmonies",description:"Your privacy matters to us. Read our policy on how we handle your information securely. 🔒"},[exports.PageNames.Terms]:{title:"Terms of Service | HarvestHarmonies",description:"Read the terms that govern your use of HarvestHarmonies. 📜 Stay informed about our policies for a harmonious experience!"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate HarvestHarmonies Easily",description:"Explore our comprehensive sitemap to find articles on agriculture, horticulture, and agronomy quickly. 🗺️ Your roadmap to knowledge!"}},i=[{name:"Dr. Anjali Patel",description:"Dr. Anjali Patel is an agronomist with over 20 years of experience in sustainable farming practices. She has worked on various projects across India, focusing on organic farming and soil health. Her passion for educating farmers about the importance of sustainable practices makes her a sought-after speaker at agricultural conferences.",meta_title:"Dr. Anjali Patel | Agronomy Specialist & Sustainable Farming Advocate",meta_description:"Explore the insights of Dr. Anjali Patel on sustainable agriculture and organic farming practices. Learn how to improve soil health and boost productivity sustainably."},{name:"Rajesh Sharma",description:"Rajesh Sharma is a horticulturist with over 15 years of experience specializing in fruit and vegetable cultivation. He has authored several papers on crop rotation and pest management. Rajesh is known for his practical approach, combining traditional knowledge with modern techniques.",meta_title:"Rajesh Sharma | Expert Horticulturist and Crop Management Guru",meta_description:"Discover effective horticultural techniques with Rajesh Sharma, an expert in fruit and vegetable cultivation. Gain insights on pest management and crop rotation."},{name:"Neha Chowdhury",description:"Neha Chowdhury is an agricultural scientist specializing in precision agriculture. With more than a decade of experience in agro-tech solutions, her work focuses on integrating technology for enhanced crop yield and resource management, helping farmers across India adopt modern practices.",meta_title:"Neha Chowdhury | Precision Agriculture and Agro-Tech Expert",meta_description:"Join Neha Chowdhury on a journey to modern farming through technology and precision agriculture. Discover strategies for maximizing crop yield efficiently."},{name:"Professor Arun Mehta",description:"Professor Arun Mehta is a seasoned agronomist and educator with over 25 years of research experience in agro-ecology. He has published extensively on sustainable practices and crop resilience, making him a guiding voice in Indian agricultural education.",meta_title:"Professor Arun Mehta | Agro-Ecology Researcher and Educator",meta_description:"Dive into innovative agro-ecological practices with Professor Arun Mehta. Learn about sustainable agriculture and crop resilience for a better future."},{name:"Priya Trivedi",description:"Priya Trivedi is a prominent agricultural consultant with a specialization in animal husbandry and dairy farming. With extensive field experience, she empowers farmers by providing insights on improving livestock health and productivity.",meta_title:"Priya Trivedi | Animal Husbandry and Dairy Farming Consultant",meta_description:"Enhance your dairy farming practices with Priya Trivedi’s expert advice on livestock health and productivity for sustainable animal husbandry."},{name:"Vikram Singh",description:"Vikram Singh is an urban agriculture enthusiast with over 8 years of experience in rooftop and vertical farming. His passion for making agriculture accessible in urban areas has led him to develop innovative urban farming solutions to meet the challenges of a growing population.",meta_title:"Vikram Singh | Urban Agriculture Innovator",meta_description:"Explore the world of urban farming with Vikram Singh as he shares innovative solutions for rooftop and vertical farming in metropolitan areas."},{name:"Sita Rani",description:"Sita Rani is an India-based climate change advocate who focuses on environmental sustainability in agriculture. With over 10 years of expertise, she collaborates with farmers to implement climate-resilient practices to combat the challenges posed by climate change.",meta_title:"Sita Rani | Climate Change Advocate in Agriculture",meta_description:"Understand the intersection of agriculture and climate change with Sita Rani. Discover resilient farming practices essential for a sustainable future."},{name:"Dr. Ramesh Babu",description:"Dr. Ramesh Babu is a soil scientist with extensive research, particularly in soil fertility and management. He contributes to various agricultural publications and educational programs, aiming to promote healthy soils as the foundation of productive agriculture.",meta_title:"Dr. Ramesh Babu | Soil Scientist and Fertility Expert",meta_description:"Learn from Dr. Ramesh Babu on the importance of soil health and fertility management for sustainable agriculture. Gain insights on optimizing soil productivity."},{name:"Aditi Kapoor",description:"Aditi Kapoor is a renowned entomologist specializing in integrated pest management. She educates farmers on eco-friendly pest control methods to reduce harmful chemical usage, aiming to strike a balance between pest control and biodiversity.",meta_title:"Aditi Kapoor | Integrated Pest Management Specialist",meta_description:"Discover eco-friendly pest management strategies with expert Aditi Kapoor. Learn to protect your crops while promoting biodiversity in agriculture."},{name:"Nitin Khanna",description:"Nitin Khanna is a agri-food technologist with substantial industry experience focusing on food safety and post-harvest technology. His insights help improve supply chain processes and reduce food wastage, enhancing the sustainability of food systems.",meta_title:"Nitin Khanna | Agri-Food Technology and Safety Expert",meta_description:"Delve into post-harvest technologies with Nitin Khanna. Learn about food safety practices and supply chain optimizations to reduce waste in agriculture."},{name:"Kavita Iyer",description:"Kavita Iyer is an experienced agricultural policy analyst dedicated to improving food security in India. With her background in international relations, she brings a multidisciplinary approach to addressing challenges in agronomy and food distribution.",meta_title:"Kavita Iyer | Agricultural Policy Analyst",meta_description:"Join Kavita Iyer as she examines food security and agricultural policy. Discover insights into improving agronomy in India and creating a sustainable food future."},{name:"Dr. Radha Menon",description:"Dr. Radha Menon is a horticulturist and researcher specializing in plant pathology. With a Ph.D. in Botany, she conducts field studies on pest-resistant crops and shares her findings to help farmers combat plant diseases effectively.",meta_title:"Dr. Radha Menon | Horticulture and Plant Pathology Expert",meta_description:"Enhance your horticultural knowledge with Dr. Radha Menon. Discover her innovative research on pest-resistant crops and effective strategies to reduce plant disease."},{name:"Arjun Rao",description:"Arjun Rao is a practicing agronomist with a keen interest in precision farming technologies. With experience in implementing data-driven cultivation techniques, he helps farmers optimize resources and improve productivity.",meta_title:"Arjun Rao | Precision Agriculture Advocate",meta_description:"Transform your farming practices with Arjun Rao's insights on precision agriculture. Learn how data-driven techniques can enhance productivity and optimize resource use."},{name:"Nisha Agarwal",description:"Nisha Agarwal is a cooperative farming leader with over a decade of experience in women's empowerment through agriculture. Working towards building community support for sustainable farming, she shares her knowledge on collective farming practices.",meta_title:"Nisha Agarwal | Cooperative Farming Advocate",meta_description:"Explore the benefits of cooperative farming with Nisha Agarwal. Discover strategies for empowering communities and promoting sustainable practices among farmers."},{name:"Suresh Reddy",description:"Suresh Reddy is an agricultural economist specializing in market research and analysis. With significant experience, he focuses on improving supply chains in the agricultural sector, helping farmers gain better access to markets.",meta_title:"Suresh Reddy | Agricultural Economist",meta_description:"Gain insights from Suresh Reddy into agricultural economics. Learn about market trends, supply chain improvements, and strategies to support farmers in accessing larger markets."},{name:"Poonam Sinha",description:"Poonam Sinha is a food scientist with a passion for nutritional agriculture. Her work emphasizes the importance of agricultural practices that promote healthy food production and consumer awareness of nutritious food.",meta_title:"Poonam Sinha | Food Science and Nutritional Agriculture Expert",meta_description:"Discover the intersection of food science and agriculture with Poonam Sinha. Explore her insights on nutritional practices and the importance of healthy food production."},{name:"Gaurav Mehta",description:"Gaurav Mehta is an environmental consultant specializing in sustainable farming and resource management. He has helped numerous farms transition to renewable energy solutions and eco-friendly practices over the past 8 years.",meta_title:"Gaurav Mehta | Environmental Consultant for Sustainable Farming",meta_description:"Learn from Gaurav Mehta about sustainable farming practices and renewable energy solutions. Discover innovative strategies to reduce environmental impact and promote eco-friendly agriculture."},{name:"Dr. Aditi Sharma",description:"Dr. Aditi Sharma is an agronomist with over a decade of experience in sustainable agricultural practices in India. She has worked with various NGOs and government projects to promote eco-friendly farming techniques and optimize yield while preserving natural ecosystems.",meta_title:"Dr. Aditi Sharma | Agronomist & Sustainable Agriculture Expert",meta_description:"Explore sustainable agriculture insights with Dr. Aditi Sharma. Gain knowledge on eco-friendly farming practices and boost your agricultural yield while conserving nature."},{name:"Mr. Rajiv Mehta",description:"Rajiv Mehta is an experienced horticulturist and the founder of 'Green Gardens', a startup focusing on urban horticulture. With over 15 years in the industry, he specializes in organic horticulture and vertical gardening, promoting accessible green spaces in urban areas.",meta_title:"Mr. Rajiv Mehta | Horticulturist & Urban Gardening Advocate",meta_description:"Join Mr. Rajiv Mehta in transforming urban spaces with organic horticulture. Learn innovative gardening techniques for sustainable and beautiful urban environments."},{name:"Dr. Neelesh Bansal",description:"With a PhD in Agronomy, Dr. Neelesh Bansal has significant experience in crop research and soil management. He has published numerous papers and led workshops aimed at improving crop yields through scientific approaches and farmer training programs.",meta_title:"Dr. Neelesh Bansal | Crop Researcher & Soil Management Expert",meta_description:"Discover scientific methods for improving crop yields with Dr. Neelesh Bansal. Enhance your farming practices with expert insights on soil management."},{name:"Ms. Kavita Singh",description:"An environmental scientist with a strong focus on sustainable agriculture, Kavita Singh teaches farmers how to implement water conservation techniques and permaculture principles in their farming. Her efforts have improved crop resilience and reduced water usage in various regions.",meta_title:"Ms. Kavita Singh | Sustainable Agriculture Educator",meta_description:"Learn sustainable farming concepts from Ms. Kavita Singh. Explore the benefits of water conservation and permaculture for a resilient agricultural future."},{name:"Mr. Vikram Arora",description:"Vikram Arora is a seasoned agricultural consultant who has worked extensively on policy advocacy for farmers' rights and climate-resilient practices. His insights on market trends and sustainable investments help farmers improve their profitability and sustainability.",meta_title:"Mr. Vikram Arora | Agricultural Consultant & Policy Advocate",meta_description:"Explore innovative agricultural strategies with Mr. Vikram Arora. Get insights on market trends, profitability, and sustainable practices for farmers."},{name:"Dr. Meera Kapoor",description:"Dr. Meera Kapoor is a leading horticulturist specializing in fruit cultivation and post-harvest technology. She has spent more than 12 years conducting research on improving fruit quality and shelf life, supporting farmers through her workshops and publications.",meta_title:"Dr. Meera Kapoor | Horticulturist & Post-Harvest Specialist",meta_description:"Enhance fruit cultivation techniques with Dr. Meera Kapoor. Learn about advanced post-harvest technology to maximize yield and quality."},{name:"Mr. Sudhir Patil",description:"Sudhir Patil is an organic farmer and advocate for permaculture with over 20 years of hands-on experience. He passionately shares traditional farming methods reinterpreted for modern-day sustainability and ethics in agriculture.",meta_title:"Mr. Sudhir Patil | Organic Farmer & Permaculture Advocate",meta_description:"Dive into the world of organic farming with Sudhir Patil. Discover sustainable and ethical practices revitalizing agriculture through permaculture."},{name:"Dr. Ishaan Malik",description:"A researcher focused on agroecology, Dr. Ishaan Malik investigates biodiversity in farming systems. He collaborates with farmers to implement practices that enhance ecosystem services while introducing sustainable agricultural innovations.",meta_title:"Dr. Ishaan Malik | Agroecologist & Biodiversity Advocate",meta_description:"Explore agroecological principles with Dr. Ishaan Malik. Learn how biodiversity can improve farming sustainability and ecosystem health."},{name:"Ms. Ananya Desai",description:"Ananya Desai is a well-respected agricultural marketer and strategist. With two decades in the agricultural sector, she helps farmers access new markets and improve product accessibility through innovative marketing techniques.",meta_title:"Ms. Ananya Desai | Agricultural Marketing Strategist",meta_description:"Unlock market possibilities in agriculture with Ananya Desai. Learn the cutting-edge strategies to enhance your products' reach and accessibility."},{name:"Mr. Raghav Joshi",description:"Raghav Joshi is a post-harvest management expert focusing on reducing food waste and improving supply chain efficiencies. He mentors organizations and farmers on transport, storage, and processing issues critical for modern agriculture.",meta_title:"Mr. Raghav Joshi | Post-Harvest Management Expert",meta_description:"Learn from Mr. Raghav Joshi on enhancing post-harvest techniques. Discover solutions to reduce food waste and improve agricultural supply chains."},{name:"Dr. Shivani Mehta",description:"Dr. Shivani Mehta is an agronomist with over 20 years of experience in sustainable farming practices in India. With a Ph.D. in Agricultural Sciences, she is an advocate for eco-friendly farming and works closely with farmers to enhance crop production without compromising the environment.",meta_title:"Dr. Shivani Mehta | Agronomy & Sustainable Farming Expert",meta_description:"Explore sustainable farming practices with Dr. Shivani Mehta, an expert in agronomy who shares innovative techniques to increase crop yields responsibly."},{name:"Ajay Reddy",description:"Ajay Reddy is a seasoned horticulturist with a passion for organic gardening. With over 15 years of experience, he has helped numerous urban dwellers turn their balconies and rooftops into flourishing green spaces.",meta_title:"Ajay Reddy | Organic Gardening Specialist",meta_description:"Discover the art of organic gardening with Ajay Reddy, as he shares tips and techniques for creating thriving green spaces in urban settings."},{name:"Meera Gupta",description:"Meera Gupta is an environmental scientist and agricultural consultant, focusing on agroforestry practices. Her expertise spans across various states in India, where she promotes farmers' access to biodiversity and sustainable resources.",meta_title:"Meera Gupta | Agroforestry Consultant & Environmentalist",meta_description:"Join Meera Gupta in exploring the benefits of agroforestry, where agriculture meets conservation to promote biodiversity and sustainability."},{name:"Vinay Bhattacharya",description:"With a decade of experience in crop biotechnology, Vinay Bhattacharya specializes in supporting farmers transitioning to innovative agricultural methods that enhance productivity. His insights are valuable for farmers looking to improve their practices.",meta_title:"Vinay Bhattacharya | Crop Biotechnology Consultant",meta_description:"Learn from Vinay Bhattacharya, a crop biotechnology expert poised to revolutionize agricultural productivity through innovative techniques."},{name:"Poonam Sharma",description:"Poonam Sharma is a horticulturist known for her expertise in fruit cultivation. Having worked on improving the yield of various fruits in the Indian subcontinent, she advocates for using indigenous varieties and sustainable practices.",meta_title:"Poonam Sharma | Fruit Cultivation Specialist",meta_description:"Unlock the secrets of successful fruit cultivation with Poonam Sharma, who emphasizes the importance of indigenous varieties and sustainable methods."},{name:"Rajesh Nair",description:"Rajesh Nair is an agricultural economist with a focus on rural development and policy advocacy. He has spent over 15 years consulting for farmers' cooperatives to ensure equitable access to market resources.",meta_title:"Rajesh Nair | Agricultural Economist & Rural Development Advocate",meta_description:"Explore agricultural economics and rural development with Rajesh Nair, who advocates for policies that empower farmers and promote sustainable practices."},{name:"Sneha Kumar",description:"Sneha Kumar is a soil scientist dedicated to improving soil health and fertility. With extensive research on soil conservation techniques, she helps farmers restore productivity while ensuring the soil's long-term viability.",meta_title:"Sneha Kumar | Soil Scientist & Fertility Expert",meta_description:"Delve into soil science with Sneha Kumar as she shares valuable insights on enhancing soil health and fertility for sustainable agriculture."},{name:"Suresh Iyer",description:"Suresh Iyer is an expert in pest and disease management in crops. With 25 years of experience, he works closely with farmers to develop integrated pest management strategies that minimize chemical use and enhance crop health.",meta_title:"Suresh Iyer | Pest and Disease Management Specialist",meta_description:"Learn effective pest and disease management strategies with Suresh Iyer, who emphasizes sustainable practices for healthier crops."},{name:"Nisha Verma",description:"Nisha Verma, an agricultural technologist, focuses on data-driven approaches to farming. Her innovations in precision agriculture aim to revolutionize traditional farming practices to maximize efficiency and yield.",meta_title:"Nisha Verma | Agricultural Technologist & Precision Farming Expert",meta_description:"Discover the future of farming with Nisha Verma as she shares insights on precision agriculture techniques that enhance productivity and sustainability."},{name:"Karthik Malhotra",description:"Karthik Malhotra is a passionate advocate for agroecology, with experience leading initiatives that promote biodiversity and land regeneration. His goal is to reshape the way agriculture interacts with the environment.",meta_title:"Karthik Malhotra | Agroecology Advocate & Sustainability Expert",meta_description:"Join Karthik Malhotra on a journey towards agroecology, focusing on biodiversity and land regeneration for a healthier planet."},{name:"Dr. Aisha Khan",description:"Dr. Aisha Khan is a leading agronomist based in New Delhi, India, with over 20 years of research experience focusing on sustainable agricultural practices. She has contributed to various international journals and is passionate about promoting innovative farming techniques that benefit smallholder farmers.",meta_title:"Dr. Aisha Khan | Sustainable Agriculture Advocate",meta_description:"Explore the world of sustainable farming with Dr. Aisha Khan. Learn about innovative techniques that empower farmers and promote environmental stewardship."},{name:"James O'Connor",description:"James O'Connor is a horticultural consultant based in Dublin, Ireland, specializing in urban gardening and landscape design. With a background in fine arts and environmental science, he combines creativity with ecological practices to transform urban spaces into green havens.",meta_title:"James O'Connor | Urban Gardening Specialist",meta_description:"Discover the art of urban gardening with James O'Connor. Learn how to create beautiful, sustainable green spaces in your city."},{name:"Elena Petrova",description:"Elena Petrova is an agricultural journalist from Moscow, Russia, with a decade-long experience writing about agronomy and rural development. She focuses on the intersection of technology and farming and aims to bridge the knowledge gap between farmers and researchers.",meta_title:"Elena Petrova | Agricultural Journalist",meta_description:"Stay updated on the latest agronomic developments with Elena Petrova. A seasoned journalist sharing insights on technology in farming and sustainable practices."},{name:"Carlos Silva",description:"Carlos Silva is a passionate horticulturist from Sao Paulo, Brazil, specializing in tropical plants and biodiversity. With over 15 years of experience in reclaimed land restoration, he advocates for environmentally friendly practices and shares his knowledge through workshops and articles.",meta_title:"Carlos Silva | Tropical Horticulture Enthusiast",meta_description:"Explore the diversity of tropical plants with Carlos Silva. Learn about sustainable practices in horticulture and land restoration efforts."},{name:"Marie Dupont",description:"Marie Dupont is a sustainable agriculture researcher from Paris, France, with expertise in organic farming and agroecology. She has worked with various NGOs and believes in empowering local farming communities through education and resources.",meta_title:"Marie Dupont | Organic Farming Advocate",meta_description:"Join Marie Dupont in exploring the principles of organic farming. Discover how sustainable practices can rejuvenate local agriculture."},{name:"Nia Mwangi",description:"Nia Mwangi is an agricultural educator in Nairobi, Kenya, with a strong focus on climate-smart agriculture. She conducts training on sustainable farming practices to help farmers adapt to changing environmental conditions while preserving livelihoods.",meta_title:"Nia Mwangi | Climate-Smart Agriculture Educator",meta_description:"Empower your farming practices with insights from Nia Mwangi. Learn about climate-smart techniques for sustainable agricultural success."},{name:"David Thompson",description:"David Thompson is a soil scientist based in Sydney, Australia, specializing in soil health and fertility management. With over 12 years of fieldwork experience, he educates farmers on the importance of soil conservation for sustainable agriculture.",meta_title:"David Thompson | Soil Health Expert",meta_description:"Unlock the secrets of soil health with David Thompson. Discover techniques for enhancing soil fertility and promoting sustainable farming practices."},{name:"Fatima El Habib",description:"Fatima El Habib is an agricultural innovation researcher from Casablanca, Morocco. Specializing in agritech, she supports startups that aim to create technological solutions for agronomic challenges, fostering a greener future.",meta_title:"Fatima El Habib | Agritech Innovator",meta_description:"Explore the future of agriculture with Fatima El Habib. Stay informed about innovative agritech solutions that address the challenges facing farmers today."},{name:"Luca Moretti",description:"Luca Moretti is an environmental consultant and permaculture designer based in Rome, Italy. With a deep understanding of agroecology, he helps individuals and communities create regenerative living systems that are self-sufficient and sustainable.",meta_title:"Luca Moretti | Permaculture and Agroecology Consultant",meta_description:"Discover sustainable living practices with Luca Moretti. Learn about permaculture design and creating regenerative systems for a better tomorrow."},{name:"Dr. Sarah Patel",description:"An agronomist with a Ph.D. in Sustainable Agriculture, Dr. Sarah Patel has over 10 years of experience working in soil management and crop production. Her extensive research on organic farming practices has contributed to several awards in the agricultural community.",meta_title:"Dr. Sarah Patel | Sustainable Agriculture Expert",meta_description:"Explore the world of sustainable agriculture with Dr. Sarah Patel, an expert in organic farming and crop production who brings innovative solutions to modern farming challenges."},{name:"Tomoko Yamamoto",description:"Based in Kyoto, Tomoko Yamamoto has spent over a decade exploring the intersection of agriculture and technology. As a horticultural consultant, she is known for her expertise in hydroponics and vertical farming, helping urban communities and farmers adapt to changing landscapes.",meta_title:"Tomoko Yamamoto | Hydroponics and Urban Farming Specialist",meta_description:"Join Tomoko Yamamoto as she delves into innovative hydroponics and vertical farming strategies, perfect for urban landscapes and modern agricultural challenges."},{name:"Abdul Nasir",description:"Abdul Nasir is a seasoned agronomist from Lahore, Pakistan, specializing in sustainable pest management and agricultural policy advocacy. With a background in environmental science, he has worked on projects aimed at transitioning traditional farmers to organic practices.",meta_title:"Abdul Nasir | Sustainable Pest Management Advocate",meta_description:"Learn from Abdul Nasir's expertise in sustainable pest management and agricultural policy. His insights help rural farmers adopt responsible practices and improve crop yields."},{name:"Nina Ivanova",description:"Nina Ivanova, a horticulturist based in Moscow, has dedicated her career to plant breeding and cultivar development. With more than 15 years of hands-on experience, she emphasizes biodiversity and environmental sustainability in her horticultural practices.",meta_title:"Nina Ivanova | Horticulturist and Biodiversity Expert",meta_description:"Discover the insights of Nina Ivanova, a horticulturist dedicated to plant breeding and sustainability, and learn how to thrive in diverse agricultural ecosystems."},{name:"Carlos Mendes",description:"A diplomaed agronomist from São Paulo, Brazil, Carlos Mendes focuses on the nexus of agriculture and climate change. His articles often address sustainable methods of adapting traditional farming to modern environmental realities.",meta_title:"Carlos Mendes | Climate-Smart Agriculture Advocate",meta_description:"Join Carlos Mendes as he examines the impact of climate change on agriculture and shares sustainable practices that empower farmers in the face of ecological challenges."},{name:"Aisha Khan",description:"With a Masters in Horticultural Science, Aisha Khan works in community gardening initiatives in Nairobi. Her passion lies in promoting edible landscapes and educating communities about the benefits of horticulture for nutrition and biodiversity.",meta_title:"Aisha Khan | Community Horticulture Advocate",meta_description:"Follow Aisha Khan's journey in community gardening and discover how edible landscapes can benefit urban living and enhance nutritional awareness."},{name:"Hakim Youssef",description:"Hakim Youssef is an expert in permaculture design, based in Cairo, Egypt. He has worked on transformative community projects that emphasize sustainable land use, aiming to empower local farmers with ecological practices that restore balance to their ecosystems.",meta_title:"Hakim Youssef | Permaculture and Sustainable Land Use Expert",meta_description:"Explore permaculture and land restoration with Hakim Youssef as he teaches how ecological practices can improve farming sustainably and foster community resilience."},{name:"Elizabeth Chirwa",description:"Elizabeth Chirwa hails from Lusaka, Zambia, where she promotes agroecology and smallholder farmer education. With a decade of experience, she focuses on enhancing food security and resilience against climate change through localized farming techniques.",meta_title:"Elizabeth Chirwa | Agroecology and Food Security Advocate",meta_description:"Learn from Elizabeth Chirwa as she champions agroecological practices that empower smallholder farmers and enhance food security in climate-vulnerable regions."},{name:"Dr. Nia Jansen",description:"Dr. Nia Jansen is a soil ecologist in Sydney, Australia with a specialization in soil health and restoration. With over 12 years supporting regenerative agriculture initiatives, she works to bridge the gap between science and practical farming endeavors.",meta_title:"Dr. Nia Jansen | Soil Health and Restoration Specialist",meta_description:"Delve into soil health with Dr. Nia Jansen as she shares insights from her work in regenerative agriculture, focusing on restoring ecosystems for future generations."},{name:"Pablo Hernández",description:"Pablo Hernández from Madrid, Spain, is a landscape designer and a vocal advocate for agroforestry. With a background in landscape architecture, he collaborates on projects that integrate trees with agricultural conditions to improve biodiversity and crop resilience.",meta_title:"Pablo Hernández | Agroforestry and Landscape Design Expert",meta_description:"Explore the benefits of agroforestry with Pablo Hernández, whose innovative landscape designs foster biodiversity and sustainable agricultural practices."}],t=i.reduce(((e,a)=>Object.assign(Object.assign({},e),{[a.name]:{title:a.meta_title,description:a.meta_description}})),{});exports.AUTHORS_INFO=i,exports.AUTHORS_META=t,exports.PAGES_SEO=a;
@@ -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:#5a7300;--theme-color-8:#8b895b;--theme-color-7:#b3c57a;--theme-color-6:#d2e1b5;--theme-color-5:#e6f4a1;--theme-color-3:#f2f9d7;--theme-color-2:#f9fced;--color-bg-layout:#ffffff;--color-bg-hover:#e0e6da;--article-border-radius:24px;--btn-border-radius:10px;--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.226",
3
+ "version": "1.3.228",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [