tedo-publisher 1.3.260 โ†’ 1.3.262

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/luxeyarddesigns/data.d.ts +272 -0
  2. package/dist/luxeyarddesigns/data.js +1 -0
  3. package/dist/luxeyarddesigns/filters.d.ts +24 -0
  4. package/dist/luxeyarddesigns/filters.js +1 -0
  5. package/dist/luxeyarddesigns/helpers.d.ts +3 -0
  6. package/dist/luxeyarddesigns/helpers.js +1 -0
  7. package/dist/luxeyarddesigns/index.d.ts +15 -0
  8. package/dist/luxeyarddesigns/index.js +1 -0
  9. package/dist/luxeyarddesigns/prompts/data.d.ts +7 -0
  10. package/dist/luxeyarddesigns/prompts/data.js +1 -0
  11. package/dist/luxeyarddesigns/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/luxeyarddesigns/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/luxeyarddesigns/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/luxeyarddesigns/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/luxeyarddesigns/prompts/images.d.ts +4 -0
  16. package/dist/luxeyarddesigns/prompts/images.js +1 -0
  17. package/dist/luxeyarddesigns/seo.d.ts +23 -0
  18. package/dist/luxeyarddesigns/seo.js +1 -0
  19. package/dist/luxeyarddesigns/styles/colors.css +1 -0
  20. package/dist/luxeyarddesigns/styles/fonts.css +1 -0
  21. package/dist/luxeyarddesigns/styles/global.css +1 -0
  22. package/dist/luxeyarddesigns/styles/sizing.css +1 -0
  23. package/dist/luxeyarddesigns/styles/theme.css +1 -0
  24. package/dist/luxeyarddesigns/styles/vars.css +1 -0
  25. package/dist/robloxius/data.d.ts +272 -0
  26. package/dist/robloxius/data.js +1 -0
  27. package/dist/robloxius/filters.d.ts +24 -0
  28. package/dist/robloxius/filters.js +1 -0
  29. package/dist/robloxius/helpers.d.ts +3 -0
  30. package/dist/robloxius/helpers.js +1 -0
  31. package/dist/robloxius/index.d.ts +15 -0
  32. package/dist/robloxius/index.js +1 -0
  33. package/dist/robloxius/prompts/data.d.ts +7 -0
  34. package/dist/robloxius/prompts/data.js +1 -0
  35. package/dist/robloxius/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/robloxius/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/robloxius/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/robloxius/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/robloxius/prompts/images.d.ts +4 -0
  40. package/dist/robloxius/prompts/images.js +1 -0
  41. package/dist/robloxius/seo.d.ts +23 -0
  42. package/dist/robloxius/seo.js +1 -0
  43. package/dist/robloxius/styles/colors.css +1 -0
  44. package/dist/robloxius/styles/fonts.css +1 -0
  45. package/dist/robloxius/styles/global.css +1 -0
  46. package/dist/robloxius/styles/sizing.css +1 -0
  47. package/dist/robloxius/styles/theme.css +1 -0
  48. package/dist/robloxius/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ trendingStyles: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ budgetFriendlyIdeas: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ smallSpaceSolutions: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ colorPaletteInspiration: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ luxuryDecorTrends: {
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
+ entertaining: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ eventPlanningTips: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ themedPartyIdeas: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ menuSuggestions: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ decorAndSetting: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ guestEngagementStrategies: {
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
+ gardening: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ plantCareGuides: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ landscapingDesigns: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ sustainableGardening: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ herbAndVegetableGardens: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ outdoorLivingIdeas: {
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
+ homeImprovement: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ dIYProjects: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ renovationTips: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ smartHomeTechnology: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ energyEfficientDesigns: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ functionalFurniture: {
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
+ lifestyleAndWellness: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ mindfulLiving: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ ecoFriendlyPractices: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ wellnessAtHome: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ homeOfficeSetup: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ selfCareSpaces: {
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
+ seasonalInspiration: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ seasonalDecorTips: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ holidayEntertainingIdeas: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ gardenPlanningBySeason: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ renovationProjectsForSpring: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ indoorActivitiesInWinter: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDF7D\uFE0F\uD83C\uDF3A\uD83C\uDF3F";
264
+ export declare const categories: ("interiorDesign" | "entertaining" | "gardening" | "homeImprovement" | "lifestyleAndWellness" | "seasonalInspiration")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-18T00:00:00Z";
271
+ export declare const devBucketName = "idn-luxeyarddesigns-dev";
272
+ export declare const prodBucketName = "idn-luxeyarddesigns";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Explore the Latest Trends in Interior Design for Your Home ๐Ÿก",description:"Discover exceptional interior design ideas that elevate your spaces! From trending styles to color inspirations, your dream home awaits. โœจ",slug:"explore-latest-trends-interior-design",children:{trendingStyles:{title:"Trending Interior Design Styles to Enhance Your Home ๐ŸŒŸ",description:"Stay ahead with the latest trending styles in interior design. Transform your home with these inspiring ideas and create a space you'll love! ๐Ÿ ",slug:"trending-interior-design-styles",children:null},budgetFriendlyIdeas:{title:"Budget-Friendly Interior Design Ideas for Every Home ๐Ÿ’ฐ",description:"Elevate your interiors without breaking the bank! Explore budget-friendly design ideas that bring style and comfort to your living spaces. ๐Ÿ›‹๏ธ",slug:"budget-friendly-interior-design-ideas",children:null},smallSpaceSolutions:{title:"Small Space Solutions for Stylish and Functional Interiors ๐Ÿ›๏ธ",description:"Maximize your small spaces with creative design solutions! Discover tips that combine style and functionality for compact living. ๐ŸŒผ",slug:"small-space-solutions-interior-design",children:null},colorPaletteInspiration:{title:"Color Palette Inspirations That Transform Your Interiors ๐ŸŽจ",description:"Unleash the power of color in your home! Find inspiring color palettes that enhance your interior design and reflect your style. ๐ŸŒˆ",slug:"color-palette-inspirations-interior-design",children:null},luxuryDecorTrends:{title:"Luxury Decor Trends to Elevate Your Living Spaces โœจ",description:"Indulge in the elegance of luxury decor trends! Discover sophisticated ideas that add a touch of glamour to your interiors. ๐Ÿ’Ž",slug:"luxury-decor-trends-interior-design",children:null},other:{title:"Additional Interior Design Tips and Ideas for You ๐Ÿก",description:"Explore a variety of unique interior design tips and ideas that enhance your living space and celebrate your personal style! โœจ",slug:"additional-interior-design-tips",children:null}}},entertaining:{title:"Elevate Your Hosting Skills: Entertaining Tips & Ideas ๐ŸŒŸ",description:"Discover expert entertaining tips, themes, and strategies for unforgettable events. Create memorable experiences with LuxeYardDesigns! ๐ŸŽ‰",slug:"entertaining-tips-and-ideas",children:{eventPlanningTips:{title:"Essential Event Planning Tips for Flawless Gatherings ๐ŸŽŠ",description:"Master the art of event planning with tips on organization, themes, and more. Make your gatherings stress-free and enjoyable! ๐Ÿ—“๏ธ",slug:"event-planning-tips",children:null},themedPartyIdeas:{title:"Creative Themed Party Ideas to Delight Your Guests ๐ŸŽญ",description:"Explore unique and fun themed party ideas that will impress your guests and make every gathering memorable. Let the celebrations begin! ๐ŸŽˆ",slug:"themed-party-ideas",children:null},menuSuggestions:{title:"Delicious Menu Suggestions for Your Next Gatherings ๐Ÿฝ๏ธ",description:"Find delectable menu suggestions that cater to every taste and occasion. Elevate your culinary offering with these creative ideas! ๐Ÿท",slug:"menu-suggestions",children:null},decorAndSetting:{title:"Stunning Decor and Setting Tips for Memorable Events ๐Ÿ•ฏ๏ธ",description:"Transform your space with decor and setting tips that enhance the ambiance of any event. Create inviting atmospheres for your guests! ๐ŸŒบ",slug:"decor-and-setting",children:null},guestEngagementStrategies:{title:"Engage Your Guests: Strategies for Unforgettable Interactions ๐Ÿค",description:"Discover effective guest engagement strategies to foster meaningful connections and make every moment at your event enjoyable! ๐ŸŽค",slug:"guest-engagement-strategies",children:null},other:{title:"Other Entertaining Ideas and Tips to Inspire Your Events ๐ŸŽ‰",description:"Explore a variety of entertaining ideas that donโ€™t fit neatly into other categories. Get inspired for your next event or gathering! โœจ",slug:"other-entertaining-ideas",children:null}}},gardening:{title:"Explore the World of Gardening: Tips & Ideas ๐ŸŒฟ",description:"Dive into the gardening section of LuxeYardDesigns for expert advice, creative landscaping ideas, and sustainable gardening practices that inspire! ๐ŸŒฑ",slug:"gardening",children:{plantCareGuides:{title:"Comprehensive Plant Care Guides for Thriving Greenery ๐ŸŒป",description:"Learn how to care for your plants with our in-depth guides that cover watering, sunlight needs, and feeding. Transform your indoor and outdoor spaces! ๐ŸŒž",slug:"plant-care-guides",children:null},landscapingDesigns:{title:"Innovative Landscaping Designs for Stunning Gardens ๐ŸŒผ",description:"Discover creative landscaping designs that enhance any garden space. From modern aesthetics to classic styles, find inspiration for your outdoor oasis! ๐ŸŒณ",slug:"landscaping-designs",children:null},sustainableGardening:{title:"Eco-Friendly Sustainable Gardening Practices ๐ŸŒŽ",description:"Explore sustainable gardening methods that promote eco-conscious living. Learn to grow your own food while caring for the planet! ๐ŸŒฑ๐Ÿ’š",slug:"sustainable-gardening",children:null},herbAndVegetableGardens:{title:"Guide to Herb and Vegetable Gardens ๐ŸŒถ๏ธ",description:"Start your own herb and vegetable garden with our essential tips and tricks. Enjoy fresh flavors right from your backyard! ๐Ÿ…๐ŸŒฟ",slug:"herb-and-vegetable-gardens",children:null},outdoorLivingIdeas:{title:"Inspiring Outdoor Living Ideas for Your Home ๐Ÿก",description:"Transform your outdoor areas with creative living ideas, from cozy seating arrangements to stunning decor. Elevate your alfresco experience! ๐ŸŒค๏ธ",slug:"outdoor-living-ideas",children:null},other:{title:"Miscellaneous Gardening Tips and Tricks ๐ŸŒผ",description:"Discover a variety of gardening tips and ideas that don't fit conventional categories. Perfect for unique gardening needs! ๐ŸŒป",slug:"other-gardening-tips",children:null}}},homeImprovement:{title:"Elevate Your Home With Expert Improvement Tips ๐Ÿก",description:"Discover top-notch home improvement strategies from DIY projects to smart technology! Transform your living space with inspiring ideas and tips. โœจ",slug:"elevate-your-home-improvement",children:{dIYProjects:{title:"Creative DIY Projects for Home Improvement ๐Ÿ› ๏ธ",description:"Unleash your creativity with exciting DIY projects! From decor to furniture, learn how to enhance your home effortlessly. Start crafting today! ๐Ÿ–Œ๏ธ",slug:"creative-diy-projects",children:null},renovationTips:{title:"Essential Renovation Tips for Every Homeowner ๐Ÿ”จ",description:"Transform your space with our expert renovation tips! Get insights on planning, budgeting, and executing your dream home project! ๐Ÿ ",slug:"essential-renovation-tips",children:null},smartHomeTechnology:{title:"Smart Home Technology: Modernizing Your Space ๐ŸŒ",description:"Embrace innovation with smart home technology! Discover ways to integrate smart solutions for a more efficient and enjoyable living experience. ๐Ÿ“ฒ",slug:"smart-home-technology",children:null},energyEfficientDesigns:{title:"Energy Efficient Designs for Sustainable Living โ™ป๏ธ",description:"Explore energy-efficient designs that contribute to sustainability! Learn how to reduce your carbon footprint while enhancing your home's comfort and style. ๐ŸŒฑ",slug:"energy-efficient-designs",children:null},functionalFurniture:{title:"Functional Furniture Ideas to Maximize Space ๐Ÿ›‹๏ธ",description:"Discover functional furniture designs that blend style with usability. Transform any area into an inviting and practical space with savvy selections! ๐Ÿก",slug:"functional-furniture-ideas",children:null},other:{title:"Other Innovative Home Improvement Insights ๐Ÿ’ก",description:"Explore diverse tips and tricks for all your home improvement needs in this section! From cost-effective hacks to unique ideas, find your inspiration! ๐Ÿ“˜",slug:"other-home-improvement-insights",children:null}}},lifestyleAndWellness:{title:"Explore Mindful Living and Wellness Practices for Your Home ๐ŸŒฟ",description:"Discover mindful living tips and practices to enhance wellness at home. Engage with eco-friendly practices and create self-care spaces. ๐ŸŒผ",slug:"mindful-living-and-wellness-practices",children:{mindfulLiving:{title:"Elevate Your Home with Mindful Living Concepts ๐Ÿง˜โ€โ™€๏ธ",description:"Explore ideas for incorporating mindful living into your home. Transform your space with tranquility, simplicity, and inspiration for better wellness. ๐ŸŒˆ",slug:"elevate-home-mindful-living",children:null},ecoFriendlyPractices:{title:"Sustainable Living: Eco-Friendly Practices for Homes ๐ŸŒฑ",description:"Adopt eco-friendly practices that promote sustainability in your living space. Learn how to reduce waste and create a healthier home for all. โ™ป๏ธ",slug:"sustainable-eco-friendly-practices",children:null},wellnessAtHome:{title:"Creating Wellness at Home: Tips and Ideas ๐ŸŒŸ",description:"Transform your living space into a wellness sanctuary with tips and ideas for relaxation, mental clarity, and overall health improvement. ๐Ÿก",slug:"creating-wellness-at-home",children:null},homeOfficeSetup:{title:"Efficient Home Office Setup for Ultimate Productivity ๐Ÿ’ป",description:"Design a home office that boosts productivity and inspires creativity. Discover tips for layout, decor, and creating a focused workspace. ๐Ÿ“ˆ",slug:"efficient-home-office-setup",children:null},selfCareSpaces:{title:"Design the Perfect Self-Care Spaces at Home ๐Ÿ›",description:"Create dedicated self-care spaces in your home where you can unwind, recharge, and nurture your well-being. Find inspiration and tips! ๐Ÿƒ",slug:"perfect-self-care-spaces",children:null},other:{title:"Additional Insights on Lifestyle and Wellness ๐ŸŒˆ",description:"Explore a variety of topics related to lifestyle and wellness that elevate your living experience. Discover unique tips and trends today! ๐ŸŒ",slug:"additional-lifestyle-and-wellness-insights",children:null}}},seasonalInspiration:{title:"Seasonal Inspiration for Your Home & Garden ๐ŸŒท",description:"Explore seasonal inspiration with expert tips on interior design, entertaining, and gardening to enhance your living environment. ๐ŸŒฟ",slug:"seasonal-inspiration",children:{seasonalDecorTips:{title:"Creative Seasonal Decor Tips for an Inviting Home ๐Ÿก",description:"Transform your living spaces with our seasonal decor tips, from festive touches to welcoming arrangements that inspire comfort and style! ๐ŸŽ‰",slug:"seasonal-decor-tips",children:null},holidayEntertainingIdeas:{title:"Delightful Holiday Entertaining Ideas for Memorable Gatherings ๐ŸŽŠ",description:"Discover unique holiday entertaining ideas, with themes and menus to ensure your gatherings are unforgettable and full of joy! ๐Ÿฝ๏ธ",slug:"holiday-entertaining-ideas",children:null},gardenPlanningBySeason:{title:"Garden Planning by Season: Grow Your Ideal Outdoor Space ๐ŸŒผ",description:"Plan your garden seasonally with expert insights on plant selection, care, and landscape design to create a thriving green sanctuary! ๐ŸŒณ",slug:"garden-planning-by-season",children:null},renovationProjectsForSpring:{title:"Inspiring Renovation Projects for a Fresh Spring Makeover ๐ŸŒธ",description:"Revitalize your home this spring with exciting renovation projects that bring new life and energy to your living spaces! ๐Ÿ› ๏ธ",slug:"renovation-projects-for-spring",children:null},indoorActivitiesInWinter:{title:"Fun Indoor Activities for Cozy Winter Days โ„๏ธ",description:"Make the most of cold winter days with engaging indoor activities that keep spirits high and creativity flowing for the entire family. ๐ŸŽจ",slug:"indoor-activities-in-winter",children:null},other:{title:"Explore Other Seasonal Inspirations: Bring Creativity Home ๐ŸŒŸ",description:"Dive into a range of seasonal inspirations that don't fit a specific category, bringing unexpected creativity into your space! ๐Ÿ–Œ๏ธ",slug:"other-seasonal-inspirations",children:null}}}},n=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),t=e.AUTHORS_INFO.map((e=>e.name)),r="๐Ÿก๐Ÿฝ๏ธ๐ŸŒบ๐ŸŒฟ",s=Object.keys(i),o=[],a=[];for(const e of s){const n=i[e];if(null==n?void 0:n.children){o.push(...Object.keys(n.children));for(const e of o){const i=n.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",d="luxeyarddesigns",c=`idn-${d}-dev`,g=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=n,exports.authorsNames=t,exports.categories=s,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=g,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ DesignAesthetics = "Design Aesthetics",
3
+ EventEssentials = "Event Essentials",
4
+ GardenTypes = "Garden Types",
5
+ SeasonalInspirations = "Seasonal Inspirations"
6
+ }
7
+ type DesignAesthetics = 'Minimalist' | 'Bohemian' | 'Industrial' | 'Coastal' | 'Mid-Century Modern';
8
+ type EventEssentials = 'Themed Parties' | 'Outdoor Gatherings' | 'Seasonal Celebrations' | 'Intimate Dinners';
9
+ type GardenTypes = 'Vegetable Gardens' | 'Flower Gardens' | 'Herb Gardens' | 'Vertical Gardens' | 'Sustainable Landscapes';
10
+ type SeasonalInspirations = 'Spring Refresh' | 'Summer Soirรฉes' | 'Fall Festivities' | 'Winter Wonderland';
11
+ export type ArticleFilters = {
12
+ [FiltersNames.DesignAesthetics]: DesignAesthetics[];
13
+ [FiltersNames.EventEssentials]: EventEssentials[];
14
+ [FiltersNames.GardenTypes]: GardenTypes[];
15
+ [FiltersNames.SeasonalInspirations]: SeasonalInspirations[];
16
+ };
17
+ export declare const designAestheticsValues: DesignAesthetics[];
18
+ export declare const eventEssentialsValues: EventEssentials[];
19
+ export declare const gardenTypesValues: GardenTypes[];
20
+ export declare const seasonalInspirationsValues: SeasonalInspirations[];
21
+ export declare const initialFilters: ArticleFilters;
22
+ export declare const fullFilters: ArticleFilters;
23
+ export declare const getFiltersTypesJSON: () => string;
24
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).DesignAesthetics="Design Aesthetics",e.EventEssentials="Event Essentials",e.GardenTypes="Garden Types",e.SeasonalInspirations="Seasonal Inspirations";const s=["Minimalist","Bohemian","Industrial","Coastal","Mid-Century Modern"],t=["Themed Parties","Outdoor Gatherings","Seasonal Celebrations","Intimate Dinners"],r=["Vegetable Gardens","Flower Gardens","Herb Gardens","Vertical Gardens","Sustainable Landscapes"],a=["Spring Refresh","Summer Soirรฉes","Fall Festivities","Winter Wonderland"],i={[exports.FiltersNames.DesignAesthetics]:[],[exports.FiltersNames.EventEssentials]:[],[exports.FiltersNames.GardenTypes]:[],[exports.FiltersNames.SeasonalInspirations]:[]},n={[exports.FiltersNames.DesignAesthetics]:s,[exports.FiltersNames.EventEssentials]:t,[exports.FiltersNames.GardenTypes]:r,[exports.FiltersNames.SeasonalInspirations]:a},l=()=>JSON.stringify(n,null,2);exports.designAestheticsValues=s,exports.eventEssentialsValues=t,exports.fullFilters=n,exports.gardenTypesValues=r,exports.getFiltersTypesJSON=l,exports.initialFilters=i,exports.seasonalInspirationsValues=a;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),s=require("./helpers.js"),r=require("./prompts/images.js"),a=require("./seo.js"),o=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.designAestheticsValues=t.designAestheticsValues,exports.eventEssentialsValues=t.eventEssentialsValues,exports.fullFilters=t.fullFilters,exports.gardenTypesValues=t.gardenTypesValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.seasonalInspirationsValues=t.seasonalInspirationsValues,exports.getDefaultImagesFrontmatter=s.getDefaultImagesFrontmatter,exports.prohibitedWordsInAltTitle=s.prohibitedWordsInAltTitle,exports.getOpenAiBasedImagePrompt=r.getOpenAiBasedImagePrompt,exports.getOpenAiBasedImagePromptDalle2=r.getOpenAiBasedImagePromptDalle2,exports.getStableDiffusionImagePrompt=r.getStableDiffusionImagePrompt,exports.AUTHORS_INFO=a.AUTHORS_INFO,exports.AUTHORS_META=a.AUTHORS_META,exports.PAGES_SEO=a.PAGES_SEO,Object.defineProperty(exports,"PageNames",{enumerable:!0,get:function(){return a.PageNames}}),exports.gpt35Articles=o,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: LuxeYardDesigns is a premier infotainment portal dedicated to inspiring and educating enthusiasts in the realms of interior design, entertaining, and gardening. The platform offers a curated selection of articles, tips, and resources to elevate your living spaces and hosting experiences.\n - Detailed description: LuxeYardDesigns serves as a comprehensive online resource for those passionate about cultivating beautiful interiors and engaging outdoor environments. With a focus on interior design, the portal features articles that highlight trends, innovative decorating ideas, and practical tips for creating stylish and functional spaces. In the entertaining section, readers can discover creative suggestions for hosting events, including themes, menus, and d\u00E9cor that impress guests and foster memorable experiences. Additionally, LuxeYardDesigns delves into gardening, providing insights on plant care, landscaping techniques, and sustainable gardening practices, ensuring that both novice and experienced gardeners can thrive. The portal aims to be a one-stop destination for anyone looking to transform their home and lifestyle through aesthetics and creativity.\n - Target audience: The target audience for LuxeYardDesigns includes homeowners, renters, and individuals interested in home improvement, interior design enthusiasts, party planners, and gardening aficionados. This diverse group ranges from young adults seeking to personalize their first living spaces to seasoned homeowners looking for sophisticated design solutions and entertaining tips. Additionally, it appeals to eco-conscious individuals interested in sustainable gardening methods and creating green living spaces.\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## Design Inspiration\n - Current Interior Design Trends\n - Color Palettes and Their Effects\n\n## Entertaining Ideas\n - Themed Party Concepts\n - Menu Planning and Recipes\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 - Design Inspiration, 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 = "homeowners, interior design enthusiasts, party hosts, gardening aficionados";
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 n="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: LuxeYardDesigns is a premier infotainment portal dedicated to inspiring and educating enthusiasts in the realms of interior design, entertaining, and gardening. The platform offers a curated selection of articles, tips, and resources to elevate your living spaces and hosting experiences.\n - Detailed description: LuxeYardDesigns serves as a comprehensive online resource for those passionate about cultivating beautiful interiors and engaging outdoor environments. With a focus on interior design, the portal features articles that highlight trends, innovative decorating ideas, and practical tips for creating stylish and functional spaces. In the entertaining section, readers can discover creative suggestions for hosting events, including themes, menus, and dรฉcor that impress guests and foster memorable experiences. Additionally, LuxeYardDesigns delves into gardening, providing insights on plant care, landscaping techniques, and sustainable gardening practices, ensuring that both novice and experienced gardeners can thrive. The portal aims to be a one-stop destination for anyone looking to transform their home and lifestyle through aesthetics and creativity.\n - Target audience: The target audience for LuxeYardDesigns includes homeowners, renters, and individuals interested in home improvement, interior design enthusiasts, party planners, and gardening aficionados. This diverse group ranges from young adults seeking to personalize their first living spaces to seasoned homeowners looking for sophisticated design solutions and entertaining tips. Additionally, it appeals to eco-conscious individuals interested in sustainable gardening methods and creating green living spaces.\n\n",t="This is important to include the following headers to the section, ONLY if they are applicable to the title, abstract and description of the article:\n## Design Inspiration\n - Current Interior Design Trends\n - Color Palettes and Their Effects\n\n## Entertaining Ideas\n - Themed Party Concepts\n - Menu Planning and Recipes\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 - Design Inspiration, 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",a="synthesizing the information presented throughout",s="homeowners, interior design enthusiasts, party hosts, gardening aficionados",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=i,exports.TARGET_AUDIENCE=s,exports.ZERO_SECTION=t,exports.portalInfo=n;
@@ -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 interior photograph for a glossy interior design magazine, gardening style photography, glossy gardening magazine, photorealistic, ultra realistic, maximum detail, highly detailed, commercial photography, foreground focus, instagram, 4K, 8K, volumetric light, cinematic, octane render, uplight, no blur, depth of field, dof, film, bokeh, foreground focus, 35mm photograph`,negativePrompt:e.SD_NEGATIVE_PROMPT}),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 Creative Minds Behind LuxeYardDesigns",description:"Discover the talented creators at LuxeYardDesigns ๐ŸŒŸ, specializing in interior design, entertaining, and gardening inspiration. Explore their unique styles and passion for design!"},[exports.PageNames.Home]:{title:"Welcome to LuxeYardDesigns: Your Go-To for Interior Design, Entertaining & Gardening",description:"Explore LuxeYardDesigns ๐ŸŒท for the latest trends in interior design, entertaining tips, and gardening hacks. Transform your space with style and flair! โœจ"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found | LuxeYardDesigns",description:"It seems we've misplaced that page! ๐Ÿ˜… Explore LuxeYardDesigns for interior design, entertaining, and gardening ideas that inspire! ๐ŸŒผ"},[exports.PageNames.AboutUs]:{title:"About LuxeYardDesigns: Your Source for Style & Inspiration",description:"At LuxeYardDesigns, we believe in creating beautiful spaces ๐ŸŒŸ. Learn more about our mission to inspire you in interior design, entertaining, and gardening! ๐ŸŒฟ"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | LuxeYardDesigns",description:"Your privacy matters to us! ๐ŸŒ Read LuxeYardDesigns' Privacy Policy to understand how we protect your information while you explore interior design and gardening tips. ๐Ÿ›ก๏ธ"},[exports.PageNames.Terms]:{title:"Terms and Conditions | LuxeYardDesigns",description:"Familiarize yourself with our Terms and Conditions ๐Ÿ“œ at LuxeYardDesigns. Your go-to resource for interior design, entertaining, and gardening awaits! ๐ŸŒป"},[exports.PageNames.Sitemap]:{title:"Sitemap | LuxeYardDesigns",description:"Navigate through LuxeYardDesigns with ease! ๐Ÿ—บ๏ธ Our Sitemap helps you explore interior design, entertaining, and gardening content effortlessly. ๐ŸŒˆ"}},a=[{name:"Anika Sharma",description:"Anika Sharma is an acclaimed interior designer and writer with over a decade of experience in the field. She specializes in creating functional yet aesthetically pleasing spaces that reflect her clientsโ€™ personal styles. Anika has contributed to multiple design magazines and is passionate about sustainable design practices.",meta_title:"Anika Sharma - Interior Design Expert at LuxeYardDesigns",meta_description:"Discover insights from Anika Sharma, our interior design expert at LuxeYardDesigns, known for her innovative and sustainable design solutions."},{name:"Ravi Malhotra",description:"Ravi Malhotra is a celebrated lifestyle writer with a focus on entertaining and hospitality. With a rich background in culinary arts and event planning, he provides readers with creative ideas for hosting memorable gatherings. He shares tips on dรฉcor and menu planning that elevate any occasion.",meta_title:"Ravi Malhotra - Entertaining Specialist at LuxeYardDesigns",meta_description:"Join Ravi Malhotra at LuxeYardDesigns for expert tips on entertaining and hosting, ensuring your events are stylish and memorable."},{name:"Prisha Joshi",description:"Prisha Joshi is a passionate gardener and author with a focus on eco-friendly gardening practices. With an educational background in horticulture, she teaches urban dwellers how to cultivate green spaces in small environments. Prisha's articles inspire readers to connect with nature.",meta_title:"Prisha Joshi - Gardening Guru at LuxeYardDesigns",meta_description:"Explore the world of gardening with Prisha Joshi at LuxeYardDesigns, where she shares her expertise in eco-friendly and urban gardening."},{name:"Arjun Verma",description:"Arjun Verma is a professional interior designer and freelance writer known for his modern approach to traditional design. With a background in architecture, his writing provides insights on how to blend contemporary design with classic elements, enhancing any space.",meta_title:"Arjun Verma - Modern Interior Design Writer at LuxeYardDesigns",meta_description:"Discover modern design insights from Arjun Verma at LuxeYardDesigns as he uncovers the beauty of blending tradition with modernity in your interiors."},{name:"Meera Nair",description:"Meera Nair is an acclaimed home dรฉcor author who specializes in creating inviting spaces through color and texture. As a stylist and designer, she shares practical tips and inspirational ideas that help readers personalize their homes while showcasing their unique taste.",meta_title:"Meera Nair - Home Dรฉcor Expert at LuxeYardDesigns",meta_description:"Get inspired by Meera Nair at LuxeYardDesigns for expert home dรฉcor advice, helping you personalize your living spaces with style and flair."},{name:"Kiran Mehta",description:"Kiran Mehta is an event planner and lifestyle writer with a knack for exquisite entertaining. He focuses on creating beautiful settings for gatherings and has years of experience organizing chic events for various occasions. His articles are filled with ideas that elevate the art of hosting.",meta_title:"Kiran Mehta - Event Planning and Entertaining Expert at LuxeYardDesigns",meta_description:"Join Kiran Mehta at LuxeYardDesigns for tips on exquisite entertaining and event planning, ensuring your gatherings are nothing short of spectacular."},{name:"Aditi Kapoor",description:"Aditi Kapoor is a landscape designer and gardening writer who believes in harmonizing plants with their environment. Her extensive knowledge of native plants allows her to create beautiful gardens that thrive in their natural surroundings. Aditi aims to inspire readers to embrace gardening in harmony with nature.",meta_title:"Aditi Kapoor - Landscape Design and Gardening Expert at LuxeYardDesigns",meta_description:"Explore nature-inspired gardening with Aditi Kapoor at LuxeYardDesigns, where she shares her expertise in landscape design and native plants."},{name:"Samir Chand",description:"Samir Chand is a prominent interior stylist and lifestyle blogger who brings a unique take on modern living. With a dedication to minimalism, he writes about creating stylish yet clutter-free spaces that promote tranquility and comfort. Samir's work focuses on smart living through design.",meta_title:"Samir Chand - Minimalist Interior Stylist at LuxeYardDesigns",meta_description:"Discover minimalist living with Samir Chand at LuxeYardDesigns, where he shares his insights on creating serene and stylish interiors."},{name:"Neha Gupta",description:"Neha Gupta is a wellness and lifestyle expert who intertwines gardening with mindful living. Her experience in holistic practices allows her to write about the health benefits of nurturing plants and living in harmony with the environment. Neha encourages readers to enhance their well-being through gardening.",meta_title:"Neha Gupta - Wellness and Gardening Advocate at LuxeYardDesigns",meta_description:"Join Neha Gupta at LuxeYardDesigns to explore the health benefits of gardening and mindful living, enriching your life through nature."},{name:"Devanshi Puri",description:"Devanshi Puri is an interior designer and writer who focuses on creating vibrant and eclectic spaces. Her colorful designs are inspired by her Indian heritage and she provides readers with innovative ideas to bring liveliness into their homes. Devanshi believes in embracing culture through interiors.",meta_title:"Devanshi Puri - Eclectic Interior Designer at LuxeYardDesigns",meta_description:"Experience the vibrancy of eclectic design with Devanshi Puri at LuxeYardDesigns, where she shares unique ideas to infuse culture and color into your space."},{name:"Anaya Kapoor",description:"Anaya Kapoor is an award-winning interior designer based in Mumbai, India, with over 15 years of experience crafting stunning residential and commercial spaces. Known for her ability to blend modern aesthetics with traditional Indian elements, she offers insightful articles about contemporary design trends that inspire both DIY enthusiasts and seasoned professionals.",meta_title:"Anaya Kapoor - LuxeYardDesigns Interior Design Expert",meta_description:"Discover Anaya Kapoor's expert insights on interior design at LuxeYardDesigns, blending modern aesthetics with traditional elements for sophisticated spaces."},{name:"Ravi Mehta",description:"Ravi Mehta is a passionate gardener and horticulturist who has spent over a decade exploring sustainable gardening practices. His work emphasizes the importance of native plants and organic gardening methods. His practical articles are enriched with tips and creative ideas for aspiring gardeners looking to develop their green thumbs.",meta_title:"Ravi Mehta - LuxeYardDesigns Gardening Specialist",meta_description:"Join Ravi Mehta on a green journey as he shares practical gardening tips and sustainable practices at LuxeYardDesigns."},{name:"Priya Sharma",description:"Priya Sharma is a lifestyle expert and home entertaining stylist from New Delhi, bringing over 12 years of experience to the LuxeYardDesigns team. Her playful approach to hosting inspires countless readers to elevate their gatherings with elegant yet approachable entertaining ideas, making every occasion memorable.",meta_title:"Priya Sharma - LuxeYardDesigns Entertaining Expert",meta_description:"Explore entertaining like a pro with Priya Sharma at LuxeYardDesigns, where every gathering becomes a timeless celebration."},{name:"Arjun Singh",description:"Arjun Singh is a prominent architectural designer and landscape architect who specializes in creating harmonious living spaces that merge interiors and landscapes. With a robust experience of over 20 years, Arjun shares valuable insights on creating cohesive environments that reflect individual styles and preferences.",meta_title:"Arjun Singh - LuxeYardDesigns Architectural Insights",meta_description:"Transform your living spaces with Arjun Singh's expert guidance on architecture and design at LuxeYardDesigns, where interior meets landscape."},{name:"Sana Joshi",description:"Sana Joshi is a celebrated Indian interior decorator and artist who believes in the power of colors and textures. With a focus on eco-friendly design, she combines art with functionality, guiding readers on how to curate their spaces sustainably while highlighting local craftsmanship.",meta_title:"Sana Joshi - LuxeYardDesigns Eco-Friendly Interior Decorator",meta_description:"Embrace sustainable luxury with Sana Joshi at LuxeYardDesigns, exploring eco-friendly design and local craftsmanship for your home."},{name:"Dev Patel",description:"Dev Patel is a distinguished chef and food stylist who turned his creative eye to the world of entertaining. His experience in culinary arts translates into engaging content that covers not only recipe suggestions but also how to present food beautifully for hosting, bringing joy to every table.",meta_title:"Dev Patel - LuxeYardDesigns Culinary Entertaining Expert",meta_description:"Delve into the art of entertaining with Dev Patel at LuxeYardDesigns, where culinary creativity meets hosting excellence."},{name:"Meera Iyer",description:"Meera Iyer is an Indian gardening influencer and sustainable living advocate based in Bengaluru. With years of experience in urban gardening, she educates readers on creating lush balcony gardens and vertical arrangements, perfect for city dwellers looking to bring nature home.",meta_title:"Meera Iyer - LuxeYardDesigns Urban Gardening Advocate",meta_description:"Discover urban gardening tips with Meera Iyer on LuxeYardDesigns, fostering nature in city spaces through green and sustainable practices."},{name:"Karan Sharma",description:"Karan Sharma is an innovative interior designer known for his rich use of textiles and bold color palettes. With over a decade of experience in creating personalized spaces, he shares tips on selecting the perfect decorative elements to transform any home into a masterpiece.",meta_title:"Karan Sharma - LuxeYardDesigns Textile and Color Specialist",meta_description:"Elevate your interior look with Karan Sharma's textile and color expertise at LuxeYardDesigns, creating personalized masterpieces for every home."},{name:"Neha Verma",description:"Neha Verma is a renowned floral designer and event planner based in Kolkata. With her vast experience in curating floral arrangements and decorations for various occasions, she inspires readers with creative ideas to make their events special through the strategic use of flowers and dรฉcor.",meta_title:"Neha Verma - LuxeYardDesigns Floral Design and Event Planning",meta_description:"Transform your events with Neha Verma's floral design and planning tips at LuxeYardDesigns, creating unforgettable moments through beauty."},{name:"Aditya Rao",description:"Aditya Rao is an experienced furniture designer and craft enthusiast from Chandigarh, specializing in bespoke furniture pieces that elevate home aesthetics. With a focus on blending function and style, he shares insights about selecting and arranging furniture effectively to maximize space and impact.",meta_title:"Aditya Rao - LuxeYardDesigns Furniture Design Expert",meta_description:"Unlock your home's potential with Aditya Rao's furniture design insights at LuxeYardDesigns, where function meets style for every space."},{name:"Aditi Sharma",description:"Aditi Sharma is an acclaimed interior designer and writer based in Mumbai. With over a decade of experience in creating vibrant, functional spaces, she has a keen eye for blending traditional Indian aesthetics with modern design. Her articles focus on practical interior tips and innovative design concepts.",meta_title:"Aditi Sharma - Interior Design Expert at LuxeYardDesigns",meta_description:"Discover the world of interior design through Aditi Sharma's insightful articles at LuxeYardDesigns. Gain inspiration and expert tips for stylish living."},{name:"Rahul Mehta",description:"Rahul Mehta is an event planner turned lifestyle writer who specializes in entertaining and hospitality design. With over 8 years in the industry, he shares his expertise on hosting elegant gatherings and creating memorable experiences for family and friends.",meta_title:"Rahul Mehta - Entertaining Specialist at LuxeYardDesigns",meta_description:"Get inspired by Rahul Mehta's articles on entertaining and hospitality at LuxeYardDesigns, where he shares tips for creating unforgettable events."},{name:"Neha Patel",description:"Neha Patel is a passionate gardener and lifestyle influencer from Bangalore. With a strong background in horticulture, she enjoys writing about sustainable gardening practices, indoor plants, and how to beautify outdoor spaces efficiently.",meta_title:"Neha Patel - Gardening Enthusiast at LuxeYardDesigns",meta_description:"Explore Neha Patel's articles on gardening at LuxeYardDesigns. Learn about sustainable gardening practices and tips for a vibrant green space."},{name:"Sanjay Iyer",description:"Sanjay Iyer, based in Chennai, is an experienced interior architect with a focus on residential and commercial spaces. He has spent over 15 years in the field and has a passion for writing about the intersection of design and functionality.",meta_title:"Sanjay Iyer - Interior Architecture Writer at LuxeYardDesigns",meta_description:"Delve into the art of interior architecture with Sanjay Iyer at LuxeYardDesigns. Discover insights on making spaces functional and stylish."},{name:"Meera Sethi",description:"Meera Sethi is a food stylist and entertaining coach from Delhi. With her background in culinary arts and interior design, she writes about creating beautiful dining spaces and exquisite table settings for various occasions.",meta_title:"Meera Sethi - Entertaining & Food Styling Expert at LuxeYardDesigns",meta_description:"Enhance your entertaining skills with Meera Sethi's articles at LuxeYardDesigns, where she'll guide you in stylish dining and food presentation."},{name:"Vikram Desai",description:"Vikram Desai is a seasoned landscape designer from Pune with a passion for creating lush outdoor spaces. He writes engaging articles on landscape design, eco-friendly gardening practices, and integrating nature into urban environments.",meta_title:"Vikram Desai - Landscape Design Specialist at LuxeYardDesigns",meta_description:"Transform your outdoor spaces with Vikram Desai's expert advice on landscape design and gardening practices at LuxeYardDesigns."},{name:"Kavita Rao",description:"Kavita Rao is an award-winning interior designer from Hyderabad known for her innovative use of color and textiles. With more than 12 years of experience, she writes about the latest trends in interior design and offers tips on personalizing spaces.",meta_title:"Kavita Rao - Color & Textile Expert at LuxeYardDesigns",meta_description:"Explore the latest trends in interior design with Kavita Rao at LuxeYardDesigns. Gain tips on color and textiles to personalize your space."},{name:"Anil Kumar",description:"Anil Kumar is a DIY enthusiast and writer based in Kolkata, with a strong belief in self-made gardening solutions. He provides step-by-step guides on DIY gardening projects that make gardening accessible to everyone.",meta_title:"Anil Kumar - DIY Gardening Expert at LuxeYardDesigns",meta_description:"Discover accessible gardening solutions with Anil Kumar's DIY projects at LuxeYardDesigns. Turn your gardening dreams into reality, step-by-step."},{name:"Priya Bhatt",description:"Priya Bhatt is an architect and design writer from Ahmedabad, known for her sustainable design philosophy. With 10 years in architecture, she integrates eco-friendly practices into her articles focusing on sustainable interiors and gardening.",meta_title:"Priya Bhatt - Sustainable Design Advocate at LuxeYardDesigns",meta_description:"Learn about sustainable interior design and gardening with Priya Bhatt's insightful articles at LuxeYardDesigns. Embrace eco-friendly living today!"},{name:"Rohit Nair",description:"Rohit Nair is a seasoned architect and writer from Cochin, specializing in minimalistic design principles. His passion for simplicity translates into articles that guide readers through creating aesthetically pleasing yet functional spaces.",meta_title:"Rohit Nair - Minimalism & Design Expert at LuxeYardDesigns",meta_description:"Embrace minimalism with Rohit Nair's expert insights at LuxeYardDesigns. Discover how to create functional and stylish spaces that inspire tranquility."},{name:"Ananya Rao",description:"Ananya Rao is an interior design expert based in India, with over a decade of experience curating stylish and functional spaces. She holds a degree in Interior Design from the National Institute of Fashion Technology and has worked with numerous clients worldwide, creating stunning residential and commercial interiors. Ananya loves to share her knowledge through articles, providing insights into the latest design trends and tips for enhancing any space.",meta_title:"Ananya Rao - Interior Design Expert at LuxeYardDesigns",meta_description:"Discover the craftsmanship and creativity of Ananya Rao, an acclaimed interior design expert and contributor at LuxeYardDesigns, sharing her expertise in stylish home and office interiors."},{name:"Rahul Verma",description:"Rahul Verma is a landscape designer and gardening enthusiast from New Delhi. With over 8 years of experience in transforming spaces into lush green sanctuaries, Rahul specializes in sustainable gardening practices. His articles focus on gardening tips, plant care, and the importance of eco-friendly design in urban settings.",meta_title:"Rahul Verma - Gardening Specialist at LuxeYardDesigns",meta_description:"Learn from Rahul Verma, gardening specialist and advocate for sustainable practices. Explore expert gardening tips and urban greening ideas at LuxeYardDesigns."},{name:"Priya Singh",description:"Priya Singh is an entertaining and lifestyle expert with a focus on creating memorable gathering experiences. Based in Mumbai, she has been in the event planning industry for over 7 years, designing intimate dinners and grand celebrations. Priya writes extensively about entertaining ideas, table settings, and dรฉcor tips to inspire readers.",meta_title:"Priya Singh - Entertaining Guru at LuxeYardDesigns",meta_description:"Join Priya Singh for delightful entertaining advice and innovative dรฉcor ideas at LuxeYardDesigns, your ultimate guide to hosting unforgettable events."},{name:"Aarav Joshi",description:"Aarav Joshi is a versatile writer and interior designer from Bangalore, with an extensive portfolio featuring innovative residential projects. He has a passion for merging technology with design to improve home living. Aarav contributes articles on modern design practices, smart home integration, and minimalist aesthetics.",meta_title:"Aarav Joshi - Interior Designer and Writer at LuxeYardDesigns",meta_description:"Explore modern interior design concepts with Aarav Joshi, an innovative designer and writer at LuxeYardDesigns, transforming how we perceive home living."},{name:"Sita Mehta",description:"Sita Mehta is a seasoned horticulturist and garden writer based in Pune. With over 12 years of experience, she specializes in organic gardening and native plant landscaping. Sita shares her rich knowledge through articles that inspire others to cultivate their green spaces with sustainable methods and regional plants.",meta_title:"Sita Mehta - Horticulturist and Writer at LuxeYardDesigns",meta_description:"Get inspired by Sita Mehta, a dedicated horticulturist and writer at LuxeYardDesigns, sharing tips and insights into organic gardening and sustainable practices."},{name:"Nisha Bhatia",description:"Nisha Bhatia is an interior stylist and writer based in Gurgaon. With over 6 years of styling homes and events, she emphasizes the significance of color and texture in design. Her articles focus on DIY projects, home dรฉcor hacks, and personalizing spaces to reflect individuality.",meta_title:"Nisha Bhatia - Interior Stylist at LuxeYardDesigns",meta_description:"Discover the artistry of Nisha Bhatia, an interior stylist at LuxeYardDesigns, as she shares creative ideas and DIY projects to personalize your living spaces."},{name:"Vikram Kapoor",description:"Vikram Kapoor is a home entertaining specialist and chef based in Chennai. With a rich background in culinary arts and event management, he writes about the intersection of food and dรฉcor, providing readers with insights on creating the perfect ambiance for gatherings.",meta_title:"Vikram Kapoor - Food and Entertaining Expert at LuxeYardDesigns",meta_description:"Join Vikram Kapoor for unique food and entertaining advice at LuxeYardDesigns, where taste meets design for perfect gatherings."},{name:"Aria Sood",description:"Aria Sood is a passionate urban gardener and lifestyle blogger based in Kolkata. With a background in environmental science, she promotes urban gardening and sustainable living. Her articles at LuxeYardDesigns inspire city dwellers to grow their own food and beautify their surroundings.",meta_title:"Aria Sood - Urban Gardener and Blogger at LuxeYardDesigns",meta_description:"Explore the world of urban gardening with Aria Sood, an expert blogger at LuxeYardDesigns. Discover tips and insights for greening city spaces!"},{name:"Devika Reddy",description:"Devika Reddy is an interior designer and writer based in Hyderabad, recognized for her ability to create harmonious living environments. With over 9 years of experience in residential projects, she shares her expertise on aesthetic design and functionality through her articles.",meta_title:"Devika Reddy - Interior Design Consultant at LuxeYardDesigns",meta_description:"Learn from Devika Reddy, an accomplished interior design consultant at LuxeYardDesigns, as she delivers insights on harmonizing aesthetics and functionality in homes."},{name:"Rohan Nair",description:"Rohan Nair is a gardener and environmental educator, based in Thiruvananthapuram. With a passion for permaculture and community gardening, he has over 5 years of experience in teaching sustainable gardening practices. His articles aim to educate readers about the benefits of organic farming and green living.",meta_title:"Rohan Nair - Environmental Educator and Gardener at LuxeYardDesigns",meta_description:"Join Rohan Nair for educational insights into sustainable gardening and environmentally friendly practices at LuxeYardDesigns, promoting green living for all."},{name:"Sophia Marquez",description:"Sophia is an award-winning interior designer based in Barcelona, Spain. With over a decade of experience in creating luxurious residential spaces, she brings a unique blend of modern aesthetics and classical design principles to her work. Her passion for sustainable materials and eco-friendly designs has garnered her recognition in various design magazines.",meta_title:"Sophia Marquez - Luxury Interior Designer | LuxeYardDesigns",meta_description:"Discover the artistry of Sophia Marquez, an award-winning interior designer specializing in luxurious and sustainable residential spaces."},{name:"James Holloway",description:"Based in New York City, James is a professional event planner with over 15 years of experience in entertaining and event design. Known for his innovative themes and meticulous attention to detail, James has worked with high-profile clients and has been featured in numerous publications for his stunning event setups.",meta_title:"James Holloway - Expert Event Planner | LuxeYardDesigns",meta_description:"Explore the creative ideas of James Holloway, a seasoned event planner recognized for his innovative entertaining concepts and exquisite event designs."},{name:"Clara Wong",description:"Clara is a passionate gardener and horticulturist from Melbourne, Australia. With a rich background in landscape design and sustainable gardening practices, she aims to inspire others to cultivate their green spaces. She has contributed articles to various gardening blogs and has been a speaker at international gardening conferences.",meta_title:"Clara Wong - Gardening Enthusiast and Horticulturist | LuxeYardDesigns",meta_description:"Meet Clara Wong, a dedicated gardener and horticulturist who shares her expertise in sustainable gardening and landscape design."},{name:"Liam Oโ€™Connor",description:"Liam, an interior architect from Dublin, Ireland, specializes in transforming homes into sophisticated sanctuaries. With a keen eye for detail and years of experience working on high-end projects, he blends functionality with luxurious aesthetics seamlessly. Liamโ€™s work has been recognized with multiple awards in the interior design field.",meta_title:"Liam Oโ€™Connor - Interior Architect | LuxeYardDesigns",meta_description:"Discover the designs of Liam Oโ€™Connor, an award-winning interior architect known for crafting sophisticated and functional living environments."},{name:"Ava Patel",description:"Ava is a lifestyle writer and expert in entertaining who resides in London, UK. With a background in culinary arts and hospitality, she shares tips on hosting stylish events and creating memorable dining experiences. Ava's informative articles have attracted a loyal readership on her lifestyle blog.",meta_title:"Ava Patel - Lifestyle Writer & Entertaining Expert | LuxeYardDesigns",meta_description:"Learn from Ava Patel, a lifestyle writer specializing in entertaining, as she shares her tips on hosting stylish events and creating unforgettable experiences."},{name:"Rajeev Sharma",description:"Rajeev is a landscape designer and urban gardener based in Mumbai, India. He focuses on urban gardening solutions and sustainable design practices that inspire city dwellers to reconnect with nature. His projects have been featured in various magazines focusing on green living and urban landscapes.",meta_title:"Rajeev Sharma - Landscape Designer & Urban Gardener | LuxeYardDesigns",meta_description:"Meet Rajeev Sharma, a landscape designer dedicated to urban gardening and sustainable design practices, bringing green spaces back to city living."},{name:"Elena Ricci",description:"Elena is an interior stylist and author from Rome, Italy. With a flair for color and texture, she specializes in creating harmonious interiors that reflect the personality of her clients. Elena's work has achieved international acclaim, and she frequently shares her insights on design trends through her writing.",meta_title:"Elena Ricci - Interior Stylist & Author | LuxeYardDesigns",meta_description:"Explore the creative world of Elena Ricci, an interior stylist renowned for her color-rich designs and unique perspectives on contemporary style."},{name:"Tomรกs Alvarez",description:"Tomรกs is a gardening expert and author based in Buenos Aires, Argentina. He has over 20 years of experience cultivating various plants and flowers. His expertise in permaculture and organic gardening has made him a sought-after speaker and writer in the gardening community.",meta_title:"Tomรกs Alvarez - Gardening Expert & Author | LuxeYardDesigns",meta_description:"Join Tomรกs Alvarez, an expert gardener and author specializing in permaculture and organic gardening, as he shares his knowledge with fellow enthusiasts."},{name:"Nina Wang",description:"Nina is an interior designer and home decor blogger from Singapore. Her contemporary style combined with Asian influences gives her designs a unique touch. With her extensive knowledge of textiles and materials, Nina creates inviting spaces that reflect warmth and personality.",meta_title:"Nina Wang - Interior Designer & Home Decor Blogger | LuxeYardDesigns",meta_description:"Get inspired by Nina Wang, an interior designer whose contemporary aesthetics and Asian influences create inviting and personalized spaces."},{name:"Michael Turner",description:"Michael is a craftsman and DIY enthusiast based in Vancouver, Canada. With years of experience in woodworking and interior renovations, he enjoys sharing creative DIY projects that encourage homeowners to personalize their living spaces. His articles are popular among those seeking inspiration for home improvement.",meta_title:"Michael Turner - Craftsman & DIY Enthusiast | LuxeYardDesigns",meta_description:"Discover DIY inspiration with Michael Turner, a craftsman dedicated to empowering homeowners through creative woodworking and interior project ideas."},{name:"Emma Hartley",description:"Emma Hartley is an experienced interior designer with over 10 years of expertise in crafting stunning spaces. Based in Paris, she specializes in modern aesthetics mingled with classic European touches. Emma's articles focus on the transformational power of interior design and how to customize spaces to reflect personal style.",meta_title:"Emma Hartley - Expert Interior Designer | LuxeYardDesigns",meta_description:"Explore articles by Emma Hartley, an expert interior designer with over a decade of experience in creating beautiful and personalized interiors. Discover her insights on modern design trends."},{name:"Liam Montgomery",description:"Liam Montgomery is a renowned gardening enthusiast and landscape designer from Melbourne. With a background in botany, he has dedicated his career to sustainable gardening practices. Liam's work inspires garden lovers to create eco-friendly spaces that bloom beautifully all year round.",meta_title:"Liam Montgomery - Gardening Expert | LuxeYardDesigns",meta_description:"Delve into the world of gardening with Liam Montgomery, a sustainable gardening expert and landscape designer. Learn practical tips for creating eco-friendly gardens."},{name:"Sofia Cortez",description:"Sofia Cortez is a leading lifestyle and entertaining expert from Barcelona. With over 15 years of experience in event planning and home decor, she shares her unique ideas and tips on making gatherings unforgettable. Sofia's passion for entertaining reflects in her insightful articles that combine design with hospitality.",meta_title:"Sofia Cortez - Entertaining Specialist | LuxeYardDesigns",meta_description:"Join Sofia Cortez on LuxeYardDesigns to uncover expert tips and ideas for stylish entertaining and home decor. Elevate your gatherings with her creative inspiration."},{name:"Noah Schmitt",description:"Noah Schmitt is a prominent author and expert in contemporary interior design. With a rich background in architecture and a keen eye for details, Noah has worked on numerous high-profile projects globally. His insights on color theory and spatial arrangement are showcased through his engaging articles.",meta_title:"Noah Schmitt - Contemporary Design Authority | LuxeYardDesigns",meta_description:"Read the articles of Noah Schmitt, a contemporary design authority. Gain insights into color theory and spatial arrangements to enhance your living spaces."},{name:"Aria Chen",description:"Aria Chen, based in Tokyo, is a creative mind in the field of interior design with over 8 years of experience. Her work emphasizes minimalism and functionality. Ariaโ€™s writing touches on Japanese aesthetics merged with modern living, offering readers innovative ways to harmonize their homes.",meta_title:"Aria Chen - Minimalist Interior Designer | LuxeYardDesigns",meta_description:"Explore minimalism with Aria Chen, a skilled interior designer from Tokyo. Discover creative ways to harmonize modern living with Japanese aesthetics."},{name:"Oliver Patel",description:"Oliver Patel is a well-regarded gardening expert and author from London, specializing in urban gardening. With a passion for community gardening initiatives, he focuses on how to make the most of small spaces while promoting biodiversity. Oliver's articles are an excellent resource for urban dwellers.",meta_title:"Oliver Patel - Urban Gardening Expert | LuxeYardDesigns",meta_description:"Transform your small space into a green oasis with tips from Oliver Patel, an urban gardening expert dedicated to promoting biodiversity in city environments."},{name:"Mia Johnson",description:"Mia Johnson is a seasoned interior stylist with a knack for vintage flair, based in Nashville. Having styled countless homes, she emphasizes the importance of storytelling through decor. Her articles inspire readers to incorporate personal history into their living spaces creatively.",meta_title:"Mia Johnson - Vintage Interior Stylist | LuxeYardDesigns",meta_description:"Discover how to tell your story through decor with Mia Johnson, a vintage interior stylist from Nashville. Explore creative insights to personalize your living space."},{name:"Daniela Rojas",description:"Daniela Rojas is a celebrated event planner and entertaining guru from Buenos Aires, known for her vibrant and colorful style. With over a decade of experience, she shares her passion for designing memorable occasions that reflect cultural richness through her compelling articles.",meta_title:"Daniela Rojas - Event Planning Expert | LuxeYardDesigns",meta_description:"Unleash your event's full potential with Daniela Rojas, a celebrated event planning expert. Explore vibrant ideas for unforgettable gatherings at LuxeYardDesigns."},{name:"Ethan Walker",description:"Ethan Walker is a passionate outdoor designer and landscape architect based in Vancouver. With over 12 years dedicated to enhancing outdoor spaces, he advocates for integration with nature through innovative design. His articles are filled with practical advice for creating beautiful exterior environments.",meta_title:"Ethan Walker - Outdoor Design Specialist | LuxeYardDesigns",meta_description:"Enhance your outdoor spaces with tips from Ethan Walker, a landscape architect and outdoor design expert. Discover innovative ways to integrate nature into your environment."},{name:"Chloe Kim",description:"Chloe Kim is a dynamic writer and interior designer from Seoul, specializing in fusion design that blends eastern and western influences. With experience in residential and commercial projects, her articles encourage creativity in combining styles for unique living environments.",meta_title:"Chloe Kim - Fusion Interior Designer | LuxeYardDesigns",meta_description:"Explore fusion design with Chloe Kim, a talented interior designer from Seoul. Learn how to creatively combine styles for unique and personalized living spaces."}],n=a.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=a,exports.AUTHORS_META=n,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#2b2f37;--theme-color-8:#4e545d;--theme-color-7:#717a8d;--theme-color-6:#b0bec5;--theme-color-5:#cad1d9;--theme-color-3:#eaeff1;--theme-color-2:#f2f4f6;--color-bg-layout:#ffffff;--color-bg-hover:#f0f0f0;--article-border-radius:20px;--btn-border-radius:5px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,272 @@
1
+ export declare const dataStructure: {
2
+ gameplayTips: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ beginnerGuides: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ advancedStrategies: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ characterCustomization: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ gameMechanics: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ tipsForBuilding: {
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
+ userGeneratedContent: {
46
+ title: string;
47
+ description: string;
48
+ slug: string;
49
+ children: {
50
+ topCreators: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ fanArt: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ gameReviews: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ designShowcase: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ collaborativeProjects: {
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
+ creativeInspiration: {
89
+ title: string;
90
+ description: string;
91
+ slug: string;
92
+ children: {
93
+ gameThemes: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ buildingTechniques: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ storytellingInGames: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ artisticStyles: {
112
+ title: string;
113
+ description: string;
114
+ slug: string;
115
+ children: null;
116
+ };
117
+ characterDesignIdeas: {
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
+ communityEngagement: {
132
+ title: string;
133
+ description: string;
134
+ slug: string;
135
+ children: {
136
+ eventParticipation: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ feedbackAndReviews: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ forumsAndDiscussions: {
149
+ title: string;
150
+ description: string;
151
+ slug: string;
152
+ children: null;
153
+ };
154
+ tutorialsAndWebinars: {
155
+ title: string;
156
+ description: string;
157
+ slug: string;
158
+ children: null;
159
+ };
160
+ friendFindingTips: {
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
+ developmentResources: {
175
+ title: string;
176
+ description: string;
177
+ slug: string;
178
+ children: {
179
+ codingBasics: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ gameDesignPrinciples: {
186
+ title: string;
187
+ description: string;
188
+ slug: string;
189
+ children: null;
190
+ };
191
+ monetizationStrategies: {
192
+ title: string;
193
+ description: string;
194
+ slug: string;
195
+ children: null;
196
+ };
197
+ assetCreationTools: {
198
+ title: string;
199
+ description: string;
200
+ slug: string;
201
+ children: null;
202
+ };
203
+ marketingYourGame: {
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
+ platformFeatures: {
218
+ title: string;
219
+ description: string;
220
+ slug: string;
221
+ children: {
222
+ accountManagement: {
223
+ title: string;
224
+ description: string;
225
+ slug: string;
226
+ children: null;
227
+ };
228
+ parentalControls: {
229
+ title: string;
230
+ description: string;
231
+ slug: string;
232
+ children: null;
233
+ };
234
+ robloxUpdates: {
235
+ title: string;
236
+ description: string;
237
+ slug: string;
238
+ children: null;
239
+ };
240
+ robuxEarningMethods: {
241
+ title: string;
242
+ description: string;
243
+ slug: string;
244
+ children: null;
245
+ };
246
+ platformPolicies: {
247
+ title: string;
248
+ description: string;
249
+ slug: string;
250
+ children: null;
251
+ };
252
+ other: {
253
+ title: string;
254
+ description: string;
255
+ slug: string;
256
+ children: null;
257
+ };
258
+ };
259
+ };
260
+ };
261
+ export declare const authors: Record<string, string>;
262
+ export declare const authorsNames: string[];
263
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFAE\uD83D\uDCE6\uD83D\uDEAA\uD83C\uDF10";
264
+ export declare const categories: ("communityEngagement" | "gameplayTips" | "userGeneratedContent" | "creativeInspiration" | "developmentResources" | "platformFeatures")[];
265
+ export declare const subcategories: string[];
266
+ export declare const subsubcategories: string[];
267
+ export type Category = keyof typeof dataStructure;
268
+ export type CategoryNode = (typeof dataStructure)[Category];
269
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
270
+ export declare const startDate = "2024-09-16T00:00:00Z";
271
+ export declare const devBucketName = "idn-robloxius-dev";
272
+ export declare const prodBucketName = "idn-robloxius";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const t={gameplayTips:{title:"Ultimate Gameplay Tips for Roblox Players ๐Ÿš€",description:"Discover essential gameplay tips that elevate your Roblox gaming experience! From beginner guides to advanced strategies, we cover it all. ๐ŸŒŸ",slug:"ultimate-gameplay-tips-roblox",children:{beginnerGuides:{title:"Beginner Guides to Master Roblox ๐ŸŽฎ",description:"Explore beginner guides designed to help new Roblox players navigate the game effortlessly. Start your gaming journey here! ๐ŸŒˆ",slug:"beginner-guides-roblox",children:null},advancedStrategies:{title:"Advanced Strategies for Roblox Experts ๐Ÿ†",description:"Unlock advanced strategies tailored for seasoned Roblox players. Enhance your skills and dominate the game with expert tips! ๐Ÿ”ฅ",slug:"advanced-strategies-roblox",children:null},characterCustomization:{title:"Character Customization Tips for Roblox Avatars ๐ŸŽจ",description:"Dive into character customization tips that help you create unique and stylish avatars in Roblox. Stand out in the game! ๐ŸŒŸ",slug:"character-customization-roblox",children:null},gameMechanics:{title:"Understanding Game Mechanics in Roblox ๐Ÿ”",description:"Master essential game mechanics in Roblox to improve your gameplay experience. Navigate the game like a pro with our insights! ๐Ÿ“š",slug:"game-mechanics-roblox",children:null},tipsForBuilding:{title:"Top Tips for Building in Roblox ๐Ÿ—๏ธ",description:"Learn the best tips for building amazing structures in Roblox. Unleash your creativity and build like a pro! ๐Ÿ› ๏ธ",slug:"tips-for-building-roblox",children:null},other:{title:"Other Useful Tips for Roblox Players โœจ",description:"Check out various tips and tricks for Roblox players that don't fit into standard categories. Uncover hidden gems in the game! ๐Ÿ’Ž",slug:"other-tips-roblox",children:null}}},userGeneratedContent:{title:"Explore the Exciting World of User-Generated Content on Roblox! ๐ŸŽฎ",description:"Dive into vibrant user-generated content dedicated to Roblox. Discover top creators, fan art, game reviews, and more to enhance your gameplay! ๐ŸŒŸ",slug:"user-generated-content",children:{topCreators:{title:"Meet the Top Creators in the Roblox Community! ๐ŸŒŸ",description:"Uncover the talent behind your favorite Roblox games! Explore interviews, profiles, and insights from top creators and their incredible work. ๐ŸŽจ",slug:"top-creators",children:null},fanArt:{title:"Showcase Your Love with Roblox Fan Art! ๐ŸŽจ",description:"Express your creativity through fan art dedicated to Roblox! Share your artwork and discover amazing creations from other passionate gamers. ๐Ÿ’–",slug:"fan-art",children:null},gameReviews:{title:"In-Depth Game Reviews for the Roblox Enthusiast! ๐Ÿ•น๏ธ",description:"Read comprehensive game reviews to find the best Roblox games. Get insights and tips to enhance your gaming experiences! ๐Ÿ†",slug:"game-reviews",children:null},designShowcase:{title:"Inspiring Design Showcase: Creative Projects in Roblox! โœจ",description:"Get inspired by an array of creative designs and projects. Discover what the Roblox community has to offer and showcase your skills! ๐Ÿ“",slug:"design-showcase",children:null},collaborativeProjects:{title:"Join the Excitement of Collaborative Projects in Roblox! ๐Ÿค",description:"Collaborate with fellow creators on exciting Roblox projects. Connect, share, and bring your ideas to life together! ๐ŸŒˆ",slug:"collaborative-projects",children:null},other:{title:"Explore Other Captivating User-Generated Content on Roblox! ๐Ÿ”",description:"Discover a variety of engaging content beyond the typical categories. Uncover unique projects and creative expressions from the community! ๐ŸŒŒ",slug:"other",children:null}}},creativeInspiration:{title:"Creative Inspiration for Roblox Players ๐ŸŒŸ",description:"Explore a wealth of creative inspiration for your Roblox creations, from themes to storytelling techniques. Let's enhance your gaming experience! ๐ŸŽฎ",slug:"creative-inspiration",children:{gameThemes:{title:"Engaging Game Themes for Roblox ๐ŸŒˆ",description:"Discover unique and engaging game themes for your Roblox adventures! Unleash your creativity with fresh ideas and vibrant concepts. ๐ŸŽจ",slug:"game-themes",children:null},buildingTechniques:{title:"Innovative Building Techniques for Roblox ๐Ÿ› ๏ธ",description:"Master innovative building techniques in Roblox! Learn valuable tips and tricks to enhance your construction skills and impress others. ๐Ÿšง",slug:"building-techniques",children:null},storytellingInGames:{title:"Captivating Storytelling in Roblox Games ๐Ÿ“–",description:"Unlock the secrets of captivating storytelling in Roblox games! Engage your players with compelling narratives and immersive experiences. โœจ",slug:"storytelling-in-games",children:null},artisticStyles:{title:"Diverse Artistic Styles for Roblox Creators ๐ŸŽจ",description:"Explore diverse artistic styles to enhance your Roblox creations! Learn how to create visually stunning experiences that captivate audiences. ๐ŸŒŸ",slug:"artistic-styles",children:null},characterDesignIdeas:{title:"Creative Character Design Ideas for Roblox ๐Ÿ‘พ",description:"Get inspired with creative character design ideas for Roblox! Transform your avatars with unique styles and features that stand out. ๐ŸŽญ",slug:"character-design-ideas",children:null},other:{title:"Other Creative Inspirations for Roblox ๐ŸŒ",description:"Dive into a variety of other creative inspirations for Roblox! Discover tips, tricks, and ideas to enhance your gaming and design skills. ๐Ÿ’ก",slug:"other",children:null}}},communityEngagement:{title:"Engaging Community Participation in Roblox ๐ŸŽฎ",description:"Discover various ways to engage with the Roblox community through events and forums. Explore tips and resources for better interaction! ๐ŸŒŸ",slug:"community-engagement",children:{eventParticipation:{title:"Join Exciting Roblox Events and Activities ๐ŸŽ‰",description:"Participate in thrilling Roblox events and activities that add excitement to your gaming experience. Connect with fellow players today! ๐Ÿ‘พ",slug:"event-participation",children:null},feedbackAndReviews:{title:"Share Your Roblox Feedback and Reviews ๐Ÿ“",description:"Provide feedback and reviews on your Roblox experiences to help refine gameplay. Join the community in improving the game! ๐ŸŒˆ",slug:"feedback-and-reviews",children:null},forumsAndDiscussions:{title:"Engage in Stimulating Roblox Forums and Discussions ๐Ÿ’ฌ",description:"Join vibrant forums and discussions related to Roblox. Share ideas and strategies with the community for enhanced gameplay! ๐ŸŒ",slug:"forums-and-discussions",children:null},tutorialsAndWebinars:{title:"Learn with Roblox Tutorials and Webinars ๐Ÿ“š",description:"Access a wealth of tutorials and webinars tailored to Roblox enthusiasts. Elevate your skills and knowledge in the Roblox universe! ๐Ÿš€",slug:"tutorials-and-webinars",children:null},friendFindingTips:{title:"Top Tips for Finding Friends on Roblox ๐Ÿค",description:"Discover effective tips for finding friends within the Roblox community. Expand your gaming network and have fun together! ๐ŸŽฎ",slug:"friend-finding-tips",children:null},other:{title:"Explore Other Community Engagement Avenues ๐Ÿ”",description:"Uncover additional ways to engage with others in the Roblox community. Enhance your gaming experience through collaboration! ๐Ÿค—",slug:"other",children:null}}},developmentResources:{title:"Essential Development Resources for Roblox Games ๐ŸŒŸ",description:"Explore a variety of insightful resources tailored for Roblox game developers. Enhance your skills with coding, design, monetization, and more! ๐Ÿ•น๏ธ",slug:"development-resources",children:{codingBasics:{title:"Fundamental Coding Basics for Roblox Developers ๐Ÿ’ป",description:"Unlock the essentials of coding in Roblox! Discover coding basics that will empower your game design experience and boost your creativity! ๐Ÿš€",slug:"coding-basics",children:null},gameDesignPrinciples:{title:"Core Principles of Game Design in Roblox ๐ŸŽฎ",description:"Master the key principles of game design that elevate your Roblox games! Learn how to create engaging and immersive player experiences! ๐ŸŒˆ",slug:"game-design-principles",children:null},monetizationStrategies:{title:"Effective Monetization Strategies for Roblox Games ๐Ÿ’ฐ",description:"Discover innovative monetization strategies to maximize your earnings on Roblox. Learn how to balance profit and player experience effectively! ๐Ÿ“ˆ",slug:"monetization-strategies",children:null},assetCreationTools:{title:"Top Asset Creation Tools for Roblox Developers ๐ŸŽจ",description:"Explore the best asset creation tools available for Roblox. Enhance your game with stunning visuals and captivating audio! ๐Ÿ–Œ๏ธ๐ŸŽถ",slug:"asset-creation-tools",children:null},marketingYourGame:{title:"Proven Marketing Strategies for Your Roblox Game ๐Ÿ“ฃ",description:"Learn effective marketing strategies to promote your Roblox game and attract players. Elevate your gameโ€™s visibility and success! ๐ŸŒŸ",slug:"marketing-your-game",children:null},other:{title:"Other Helpful Resources for Roblox Developers ๐Ÿ“š",description:"Discover additional resources and tips not covered in other categories. Enhance your game development journey with valuable insights! โœจ",slug:"other",children:null}}},platformFeatures:{title:"Essential Platform Features for Roblox Players ๐ŸŽฎ",description:"Explore essential features of the Roblox platform, from account management to earning methods. Enhance your gameplay experience and knowledge! ๐ŸŒŸ",slug:"platform-features",children:{accountManagement:{title:"Master Your Account Management in Roblox ๐Ÿ› ๏ธ",description:"Learn how to effectively manage your Roblox account with tips on security, settings, and customization options for a seamless gaming experience! ๐Ÿ”",slug:"account-management",children:null},parentalControls:{title:"Parental Controls for Roblox: Keeping Kids Safe ๐Ÿ‘ช",description:"Discover how to use parental controls on Roblox to ensure a safe gaming environment for your children while they enjoy creativity and fun! ๐Ÿ›ก๏ธ",slug:"parental-controls",children:null},robloxUpdates:{title:"Stay Updated with the Latest Roblox Features ๐Ÿ“…",description:"Get insights on the most recent updates and changes in Roblox, ensuring you're always in the loop on new features and game enhancements! ๐Ÿ”„",slug:"roblox-updates",children:null},robuxEarningMethods:{title:"Top Robux Earning Methods for Players ๐Ÿ’ฐ",description:"Unlock creative strategies to earn Robux in Roblox. Discover effective methods and tips to maximize your in-game currency today! ๐ŸŽ‰",slug:"robux-earning-methods",children:null},platformPolicies:{title:"Important Roblox Platform Policies Explained ๐Ÿ“œ",description:"Familiarize yourself with Roblox's policies to ensure compliance and understand the rules that keep the community safe and thriving! โš–๏ธ",slug:"platform-policies",children:null},other:{title:"Exploring Other Essential Roblox Features ๐ŸŒˆ",description:"Dive into additional features and tips that enhance your Roblox experience beyond the basics, and discover hidden gems! ๐Ÿ”",slug:"other",children:null}}}},i=e.AUTHORS_INFO.reduce(((e,t)=>Object.assign(Object.assign({},e),{[t.name]:[t.description]})),{}),o=e.AUTHORS_INFO.map((e=>e.name)),n="๐ŸŽฎ๐Ÿ“ฆ๐Ÿšช๐ŸŒ",r=Object.keys(t),s=[],a=[];for(const e of r){const i=t[e];if(null==i?void 0:i.children){s.push(...Object.keys(i.children));for(const e of s){const t=i.children[e];(null==t?void 0:t.children)&&a.push(...Object.keys(t.children))}}}const l="2024-09-16T00:00:00Z",c="robloxius",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=n,exports.authors=i,exports.authorsNames=o,exports.categories=r,exports.dataStructure=t,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=s,exports.subsubcategories=a;
@@ -0,0 +1,24 @@
1
+ export declare enum FiltersNames {
2
+ GameplayEssentials = "Gameplay Essentials",
3
+ CreativeCorner = "Creative Corner",
4
+ RobloxEvents = "Roblox Events",
5
+ LearningHub = "Learning Hub"
6
+ }
7
+ type GameplayEssentialsValues = 'Beginner Tips' | 'Advanced Strategies' | 'Game Mechanics' | 'Character Customization';
8
+ type CreativeCornerValues = 'User-Generated Content' | 'Game Design Tips' | 'Building Techniques' | 'Artistic Inspirations';
9
+ type RobloxEventsValues = 'Seasonal Events' | 'Game Releases' | 'Competitions';
10
+ type LearningHubValues = 'Tutorials & Walkthroughs' | 'Coding & Scripting' | 'Safety & Community Guidelines' | "Parent's Guide to Roblox";
11
+ export type ArticleFilters = {
12
+ [FiltersNames.GameplayEssentials]: GameplayEssentialsValues[];
13
+ [FiltersNames.CreativeCorner]: CreativeCornerValues[];
14
+ [FiltersNames.RobloxEvents]: RobloxEventsValues[];
15
+ [FiltersNames.LearningHub]: LearningHubValues[];
16
+ };
17
+ export declare const gameplayEssentialsValues: GameplayEssentialsValues[];
18
+ export declare const creativeCornerValues: CreativeCornerValues[];
19
+ export declare const robloxEventsValues: RobloxEventsValues[];
20
+ export declare const learningHubValues: LearningHubValues[];
21
+ export declare const initialFilters: ArticleFilters;
22
+ export declare const fullFilters: ArticleFilters;
23
+ export declare const getFiltersTypesJSON: () => string;
24
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).GameplayEssentials="Gameplay Essentials",e.CreativeCorner="Creative Corner",e.RobloxEvents="Roblox Events",e.LearningHub="Learning Hub";const s=["Beginner Tips","Advanced Strategies","Game Mechanics","Character Customization"],t=["User-Generated Content","Game Design Tips","Building Techniques","Artistic Inspirations"],r=["Seasonal Events","Game Releases","Competitions"],i=["Tutorials & Walkthroughs","Coding & Scripting","Safety & Community Guidelines","Parent's Guide to Roblox"],a={[exports.FiltersNames.GameplayEssentials]:[],[exports.FiltersNames.CreativeCorner]:[],[exports.FiltersNames.RobloxEvents]:[],[exports.FiltersNames.LearningHub]:[]},n={[exports.FiltersNames.GameplayEssentials]:s,[exports.FiltersNames.CreativeCorner]:t,[exports.FiltersNames.RobloxEvents]:r,[exports.FiltersNames.LearningHub]:i},o=()=>JSON.stringify(n,null,2);exports.creativeCornerValues=t,exports.fullFilters=n,exports.gameplayEssentialsValues=s,exports.getFiltersTypesJSON=o,exports.initialFilters=a,exports.learningHubValues=i,exports.robloxEventsValues=r;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),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.creativeCornerValues=t.creativeCornerValues,exports.fullFilters=t.fullFilters,exports.gameplayEssentialsValues=t.gameplayEssentialsValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.learningHubValues=t.learningHubValues,exports.robloxEventsValues=t.robloxEventsValues,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: Robloxius is an engaging infotainment portal designed specifically for the vibrant community of Roblox enthusiasts. It offers an array of articles focused on gameplay tips, user-generated content, and creative inspiration related to Roblox, making it a go-to destination for players seeking to enhance their gaming experience.\n - Detailed description: Robloxius serves as a comprehensive infotainment platform dedicated exclusively to the Roblox universe. The portal features a wide range of content including guides, walkthroughs, strategies, and creative insights that help players navigate the immersive world of Roblox. Users can explore articles that delve into game mechanics, character customization, and in-game event participation. The portal emphasizes interactive and educational content, catering to both novice players wanting to learn the basics and seasoned gamers looking for advanced strategies and tips. With a user-friendly interface and well-organized categories, Robloxius ensures that visitors can easily find information that caters to their individual gaming interests.\n - Target audience: The primary target audience for Robloxius includes Roblox players of all ages, from children to young adults, who are enthusiastic about gaming and creative digital experiences. Additionally, the portal aims to attract parents interested in understanding more about the Roblox platform and how it can benefit their children\u2019s creativity and social interaction skills. Game developers and designers within the Roblox community are also part of the audience, as they seek inspiration and knowledge to enhance their projects.\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## Gameplay Tips\n - Basic Controls and Navigation\n - Advanced Gameplay Strategies\n\n## User-Generated Content\n - Highlights of Notable User Creations\n - Tips for Creating Engaging Games\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 - Gameplay Tips, 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 = "Roblox players of all ages and skill levels";
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: Robloxius is an engaging infotainment portal designed specifically for the vibrant community of Roblox enthusiasts. It offers an array of articles focused on gameplay tips, user-generated content, and creative inspiration related to Roblox, making it a go-to destination for players seeking to enhance their gaming experience.\n - Detailed description: Robloxius serves as a comprehensive infotainment platform dedicated exclusively to the Roblox universe. The portal features a wide range of content including guides, walkthroughs, strategies, and creative insights that help players navigate the immersive world of Roblox. Users can explore articles that delve into game mechanics, character customization, and in-game event participation. The portal emphasizes interactive and educational content, catering to both novice players wanting to learn the basics and seasoned gamers looking for advanced strategies and tips. With a user-friendly interface and well-organized categories, Robloxius ensures that visitors can easily find information that caters to their individual gaming interests.\n - Target audience: The primary target audience for Robloxius includes Roblox players of all ages, from children to young adults, who are enthusiastic about gaming and creative digital experiences. Additionally, the portal aims to attract parents interested in understanding more about the Roblox platform and how it can benefit their childrenโ€™s creativity and social interaction skills. Game developers and designers within the Roblox community are also part of the audience, as they seek inspiration and knowledge to enhance their projects.\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## Gameplay Tips\n - Basic Controls and Navigation\n - Advanced Gameplay Strategies\n\n## User-Generated Content\n - Highlights of Notable User Creations\n - Tips for Creating Engaging Games\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 - Gameplay Tips, 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",o="Roblox players of all ages and skill levels",r="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",s=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\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=s,exports.IMAGES_PROHIBITED_WORDS=r,exports.START_STEP=i,exports.TARGET_AUDIENCE=o,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";const e=({title:e,alt:a,articleTitle:r})=>({prompt:`digital art, 2.5d, ${e}, Roblox, for an article ${r}, great details, great textures, masterpiece, perfect anatomy, best quality, full body, (wide background, detailed background)`,negativePrompt:"badhandv4, ng_deepnegative_v1_75t, BadDream, FastNegativeV2, JuggernautNegative-neg, UnrealisticDream, Asymmetrically, Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, (vignette:1.5), (text, title, logo, signature ,watermark:1.3), (extra limbs, extra fingers, mutated hands:1.4), bad anatomy, censored, rabs, rib, (blurry, blur, grainy), teeth, (low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art:1.4), (font, username, error, words, letters, digits, autograph, trademark, name:1.2), 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, amateur:1.3), (bad hands, bad body, bad face, bad teeth, bad arms, bad legs, deformities:1.3), drawing, (deformed iris, deformed pupils, deformed), (painting, crayon, sketch, graphite), impressionist, noisy, (poorly drawn hands, poorly drawn face:1.2), 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",options:{sampler_name:"UniPC",steps:8,cfg_scale:3}}),a=({title:e,alt:a,articleTitle:r})=>`I NEED a hyper-real illustration of a ${e} at food style photography, ${a}, for an article ${r} for a glossy recipe magazine, photorealistic, ultra realistic, maximum detail, highly detailed, food style, food style photography, professional food photography, commercial photography, foreground focus, recipes.com, delish.com, epicurious, instagram, 4K, 8K, volumetric light, octane render, uplight, no blur, depth of field, dof, bokeh, foreground focus. Please exclude any: Photocamera, videocamera, Spotlight, soffit, ramp, scanners, strobe, soffit truss, film props, radio, cooking timer, watches, clocks, men, woman, people, hand, nands, leg, legs, font, username, error, words, letters, digits, autograph, trademark, name, easy-negative, cartoon, worst quality, low quality, blind, bad eyes, ugly eyes, dead eyes, greyscale, monochrome, vignette, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, censored, rabs, muscular, rib, blurry, blur, grainy, teeth, low resolution, lowres, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bw, bad photo, bad photography, bad art, morbid, ugly, asymmetrical, mutated malformed, mutilated, poorly lit, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, duplicate, airbrushed,, anime, semi-realistic, cgi, render, 3D, blender, digital art, manga, amateur, 3D, 3D Game, 3D Game Scene, 3D Character, bad hands, , bad body, bad face, bad teeth, bad arms, bad legs, deformities, drawing, deformed iris, deformed pupils, deformed, painting, crayon, sketch, graphite, impressionist, noisy, poorly drawn hands, poorly drawn face, poorly drawn eyes, mutation, bad proportions, cloned face, disfigured, gross proportions, malformed limbs, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck, incoherent from this hyper-real illustration of a ${e}`,r=({title:e})=>`\n\tPhotorealistic highly detailed image of ingredients for ${e}, arranged professionally as if for a food photography shoot. image should showcase maximum detail realism, with a focus on foreground, emulating the style of a high-definition, 8k resolution professional food photograph. lighting should be volumetric and uplit, with a depth of field and bokeh effect, avoiding any blur for clarity. overall aesthetic should be reminiscent of the Kodak Portrait 800 style.\n\tNegative Prompt:\n\teasy-negative, cartoon, worst quality, low quality, text, title, logo, signature ,watermark, extra limbs, extra fingers, mutated hands, bad anatomy, blurry, blur, grainy, teeth, low resolution, low details, oversaturated, undersaturated, overexposed, underexposed, grayscale, bad shadow, draft, cropped, out of frame, cut off, jpeg artefacts, out of focus, glitch, airbrushed, anime, semi-realistic, cgi, render, 3D, blender, manga, amateur, 3D, 3D Game, drawing, sketch\n`;exports.getOpenAiBasedImagePrompt=a,exports.getOpenAiBasedImagePromptDalle2=r,exports.getStableDiffusionImagePrompt=e;
@@ -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 Creators Behind Robloxius | Roblox Insights and Guides",description:"๐Ÿ‘ฅ Discover the talented writers and gamers at Robloxius! Get to know the faces behind your favorite Roblox articles and insights. ๐ŸŒŸ"},[exports.PageNames.Home]:{title:"Welcome to Robloxius | Your Ultimate Roblox Infotainment Hub!",description:"๐ŸŽฎ Dive into the exciting world of Roblox with Robloxius! Explore game guides, tips, and the latest news. Join the fun today! ๐Ÿš€"},[exports.PageNames.NotFound]:{title:"Page Not Found | Robloxius",description:"โš ๏ธ Oops! The page youโ€™re looking for doesnโ€™t exist. Check out our homepage for the latest in Roblox infotainment! ๐Ÿ•น๏ธ"},[exports.PageNames.AboutUs]:{title:"About Robloxius | Your Go-To Source for Roblox Info",description:"๐ŸŒ Learn more about Robloxius and our mission to provide the best Roblox articles, guides, and community insights. Join us on this adventure! ๐ŸŒŸ"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | Robloxius",description:"๐Ÿ”’ Your privacy matters! Read our privacy policy to learn how Robloxius handles your information and keeps it safe. ๐Ÿ›ก๏ธ"},[exports.PageNames.Terms]:{title:"Terms and Conditions | Robloxius",description:"๐Ÿ“œ Familiarize yourself with the terms and conditions of using Robloxius. Your journey into Roblox starts with being informed! ๐ŸŒŸ"},[exports.PageNames.Sitemap]:{title:"Sitemap | Robloxius",description:"๐Ÿ—บ๏ธ Navigate effortlessly through Robloxius! Check out our sitemap to find all articles, guides, and resources on Roblox. ๐Ÿš€"}},i=[{name:"Aarav Mehta",description:"Aarav Mehta is an avid gamer and Roblox enthusiast from Mumbai. With over five years of experience in game development and journalism, he brings a unique perspective to the Roblox community. He specializes in game reviews and trending game mechanics, making his articles insightful for both novice and seasoned players.",meta_title:"Aarav Mehta - Roblox Game Expert at Robloxius",meta_description:"Discover articles written by Aarav Mehta, a seasoned Roblox gamer and developer from Mumbai, sharing insights into game reviews and trends in the Roblox community."},{name:"Priya Choudhary",description:"Priya Choudhary is a talented writer and Roblox Creator based in Bangalore. She has been a part of the Roblox community for over three years, focusing on game creation, character design, and virtual experiences. Priyaโ€™s articles aim to inspire young developers to unleash their creativity in the Roblox universe.",meta_title:"Priya Choudhary - Roblox Creator & Writer at Robloxius",meta_description:"Explore the creative insights of Priya Choudhary, a passionate Roblox Creator from Bangalore, as she shares her expertise in game design and character creation."},{name:"Rajesh Gupta",description:"Rajesh Gupta, a seasoned game developer and writer based in Delhi, has been actively involved in the gaming industry for over a decade. His in-depth knowledge of game mechanics and player psychology enriches his articles on Roblox, where he provides tips and strategies for improving gameplay.",meta_title:"Rajesh Gupta - Game Strategy Expert at Robloxius",meta_description:"Join Rajesh Gupta, an experienced game developer and strategist from Delhi, as he dives into game mechanics and strategies within the Roblox platform."},{name:"Sneha Iyer",description:"Sneha Iyer is a passionate Roblox developer and writer from Chennai. With her experience in coding and graphic design, she focuses on sharing tutorials and how-to guides for aspiring developers. Her friendly approach and easy-to-follow instructions make her a trusted source in the Roblox community.",meta_title:"Sneha Iyer - Roblox Developer & Tutorial Writer at Robloxius",meta_description:"Learn from Sneha Iyer, a dedicated Roblox developer from Chennai, as she offers tutorials and guidance for new developers in the Roblox ecosystem."},{name:"Vikram Reddy",description:"Vikram Reddy is a game enthusiast and freelance writer from Hyderabad. With a background in computer science and a passion for storytelling, he combines gaming with narrative techniques to create engaging Roblox content. His articles explore game storytelling and character development.",meta_title:"Vikram Reddy - Roblox Narrative Specialist at Robloxius",meta_description:"Dive into the narrative insights of Vikram Reddy, a creative storyteller and writer from Hyderabad, as he explores game storytelling in the Roblox universe."},{name:"Neha Sharma",description:"Neha Sharma is an experienced game artist and writer from Pune. With expertise in 3D modeling and visual effects, she writes captivating articles about aesthetic design in Roblox games. Her work inspires others to enhance their game visuals and create immersive experiences.",meta_title:"Neha Sharma - Visual Arts Contributor at Robloxius",meta_description:"Discover creative visual design techniques with Neha Sharma, an expert game artist from Pune, as she shares her insights on aesthetics in Roblox gaming."},{name:"Karan Singh",description:"Karan Singh is a tech-savvy analyst and Roblox gamer from Jaipur. With a keen interest in data-driven gameplay, he provides articles that analyze trends, game popularity, and player engagement within the Roblox community, making complex concepts easy to understand.",meta_title:"Karan Singh - Data Analyst & Gamer at Robloxius",meta_description:"Join Karan Singh, a data-driven analyst from Jaipur, as he unpacks trends and player engagement metrics in the fast-paced Roblox gaming world."},{name:"Tanvi Agarwal",description:"Tanvi Agarwal from Kolkata is an emerging voice in the Roblox community, combining art and technology in her articles. She focuses on the intersection of art and game design, providing readers with innovative insights and creative solutions for their Roblox projects.",meta_title:"Tanvi Agarwal - Art & Design Writer at Robloxius",meta_description:"Explore the creative designs of Tanvi Agarwal, an innovative artist and writer from Kolkata, sharing her insights on art and design in Roblox gaming."},{name:"Rahul Verma",description:"Rahul Verma is an experienced coder and game developer from Ahmedabad, known for his expertise in scripting on Roblox. His articles provide valuable programming tutorials and scripting tips that help other developers bring their gaming ideas to life.",meta_title:"Rahul Verma - Roblox Scripting Expert at Robloxius",meta_description:"Join Rahul Verma, a skilled coder and Roblox developer from Ahmedabad, as he shares tutorials and tips for effective scripting in the Roblox platform."},{name:"Simran Bhatia",description:"Simran Bhatia is a dedicated Roblox content creator and writer based in Chandigarh. With her focus on community engagement and player feedback, she writes articles that reflect the voice of the Roblox players, fostering a collaborative atmosphere in the gaming community.",meta_title:"Simran Bhatia - Community Engagement Writer at Robloxius",meta_description:"Connect with Simran Bhatia, a passionate community advocate and writer from Chandigarh, as she shares the playerโ€™s voice and builds a collaborative Roblox environment."},{name:"Aarav Sharma",description:"Aarav is a passionate gamer and Roblox enthusiast from Mumbai. With over five years of experience creating and designing games in Roblox, he aims to share his insights about gameplay, design tips, and community building with Robloxius readers. His deep understanding of the platform has made him a sought-after speaker in gaming forums.",meta_title:"Aarav Sharma - Roblox Game Designer & Expert",meta_description:"Discover insights from Aarav Sharma, a seasoned Roblox game designer from Mumbai, sharing tips and trends in Roblox game development on Robloxius."},{name:"Priya Singh",description:"Priya is a software engineer and a Roblox developer based in New Delhi. With expertise in Lua scripting and game mechanics, she has published several successful Roblox games. Priya writes for Robloxius to educate aspiring developers and share her creative process.",meta_title:"Priya Singh - Roblox Developer & Lua Expert",meta_description:"Learn from Priya Singh, a New Delhi-based Roblox developer, as she shares her expertise in Lua scripting and game design on Robloxius."},{name:"Rohan Patel",description:"Rohan is a gaming content creator and digital marketer from Bangalore. He specializes in sustainable gaming habits and community engagement within the Roblox ecosystem. With a background in marketing, Rohan contributes articles that help fellow gamers and developers grow their Roblox projects effectively.",meta_title:"Rohan Patel - Gaming Marketer & Community Builder",meta_description:"Engage with Rohan Patel's articles on community building and marketing strategies for Roblox games at Robloxius."},{name:"Sneha Das",description:"Sneha is a talented artist and Roblox game designer from Kolkata. She combines her artistic skills with Roblox development to create visually stunning games. Her articles focus on design aesthetics and enhancing player experience, making her a valuable addition to Robloxius.",meta_title:"Sneha Das - Roblox Artist & Game Designer",meta_description:"Explore design and aesthetics in Roblox games with insights from Sneha Das, an artist and game designer featured on Robloxius."},{name:"Vikram Rao",description:"Vikram is a seasoned gamer and Roblox veteran from Chennai, with experience spanning over eight years in various game genres. He shares his gaming journey and expert tips on gameplay strategies, helping players enhance their skills on Robloxius.",meta_title:"Vikram Rao - Roblox Gamer & Strategy Expert",meta_description:"Uncover gameplay strategies and tips from Vikram Rao, a seasoned Roblox gamer from Chennai, exclusively on Robloxius."},{name:"Tanvi Nair",description:"Tanvi is a coder and game designer from Hyderabad, dedicated to helping new developers navigate the complexities of Roblox. She has been involved in numerous educational initiatives for the Roblox community and loves sharing her knowledge through her articles.",meta_title:"Tanvi Nair - Roblox Educator & Game Developer",meta_description:"Join Tanvi Nair for educational insights and coding tips for new Roblox developers, featured on Robloxius."},{name:"Karan Mehta",description:"Karan is a young Roblox influencer and content creator from Pune. Known for his engaging YouTube videos highlighting Roblox games and tutorials, Karan shares his unique perspectives and experiences with the Roblox community through Robloxius.",meta_title:"Karan Mehta - Roblox Influencer & Content Creator",meta_description:"Get inspired by Karan Mehta's journey and insights as a young Roblox influencer on Robloxius."},{name:"Neha Bhattacharya",description:"Neha is a game developer and UX designer from Surat, specializing in user experience within Roblox games. She emphasizes the importance of user-centric design and shares her approaches to creating enjoyable gaming experiences on Robloxius.",meta_title:"Neha Bhattacharya - UX Designer & Game Developer",meta_description:"Discover user experience insights and design techniques from Neha Bhattacharya, a dedicated Roblox game developer on Robloxius."},{name:"Arjun Joshi",description:"Arjun is a dedicated student and aspiring game developer from Ahmedabad. He has been building games on Roblox since his early teens and writes about his learning journey, challenges, and triumphs to inspire others on Robloxius.",meta_title:"Arjun Joshi - Aspiring Roblox Developer & Gamer",meta_description:"Follow Arjun Joshi's gaming journey and learn about game development challenges through his articles on Robloxius."},{name:"Deepa Iyer",description:"Deepa is a technology educator and game developer from Navi Mumbai. With a focus on incorporating educational themes in Roblox games, she aims to promote learning through play. Her contributions to Robloxius are centered around education and innovation in the gaming industry.",meta_title:"Deepa Iyer - Educational Game Developer for Roblox",meta_description:"Explore educational themes in Roblox games with insights from Deepa Iyer, a dedicated game developer on Robloxius."},{name:"Anaya Mehta",description:"Anaya Mehta is a passionate gamer and writer with over 5 years of experience in the gaming industry. She focuses on user guides and game mechanics in Roblox, providing insights into gameplay strategies. When not gaming, Anaya enjoys creating her own Roblox games and engaging with the community.",meta_title:"Anaya Mehta - Roblox Game Writer & Expert",meta_description:"Discover expert tips and game mechanics insights from Anaya Mehta, a seasoned writer and Roblox enthusiast with over 5 years of experience."},{name:"Rohan Kapoor",description:"Rohan Kapoor is a Roblox developer and content creator based in India. With a background in computer science and a passion for gaming, he has been writing articles about Roblox development and tutorials for over 4 years, helping beginners to start their own game development journey.",meta_title:"Rohan Kapoor - Roblox Developer & Content Creator",meta_description:"Learn game development and design with Rohan Kapoor, an experienced Roblox developer and content creator dedicated to teaching aspiring developers."},{name:"Priya Sharma",description:"Priya Sharma is a talented writer and Roblox enthusiast who specializes in game reviews and community highlights. With 3 years of writing for various gaming blogs, she combines her love for Roblox with engaging storytelling to connect with readers.",meta_title:"Priya Sharma - Roblox Game Reviewer & Storyteller",meta_description:"Experience engaging game reviews and community highlights from Priya Sharma, a passionate Roblox writer dedicated to exploring the vibrant gaming landscape."},{name:"Aditya Verma",description:"Aditya Verma is an experienced gaming journalist and Roblox influencer. With a degree in media studies, he has been writing about gaming trends and news for over 6 years, focusing on the impact of games like Roblox on the youth culture.",meta_title:"Aditya Verma - Gaming Journalist & Roblox Influencer",meta_description:"Stay updated with the latest gaming trends and Roblox news from Aditya Verma, an influential gaming journalist with over 6 years of expertise."},{name:"Neha Joshi",description:"Neha Joshi is an avid Roblox player and content writer who brings expert knowledge of in-game tactics and strategies. With over 2 years of experience in writing guides and tutorials, she aims to help players excel in Roblox gaming.",meta_title:"Neha Joshi - Roblox Gamer & Guide Writer",meta_description:"Unlock your gaming potential with Neha Joshi, a dedicated Roblox guide writer providing valuable strategies and tips for players of all levels."},{name:"Karan Bhatia",description:"Karan Bhatia is a passionate Roblox developer and writer, known for creating innovative games and writing insightful articles on game design. With 5 years of experience in the gaming industry, he loves sharing his knowledge with other developers.",meta_title:"Karan Bhatia - Innovative Roblox Developer & Writer",meta_description:"Explore the world of Roblox game design with Karan Bhatia, an innovative developer and writer sharing valuable insights and tips for aspiring creators."},{name:"Sanya Gupta",description:"Sanya Gupta is a dynamic content strategist and writer dedicated to the Roblox platform. With a background in digital marketing and 4 years of experience, she focuses on optimizing content for better visibility and engagement in the Roblox community.",meta_title:"Sanya Gupta - Content Strategist & Roblox Writer",meta_description:"Discover effective content strategies and insights for Roblox with Sanya Gupta, a dedicated writer helping creators stand out in the vibrant gaming community."},{name:"Rahul Sethi",description:"Rahul Sethi is a tech-savvy gamer and writer who specializes in Roblox scripting and programming. With a computer science degree and over 3 years of experience, he shares coding tutorials and scripting tips to enhance game development skills.",meta_title:"Rahul Sethi - Roblox Scripting Expert & Writer",meta_description:"Master Roblox scripting with Rahul Sethi, an expert writer offering detailed coding tutorials and tips for aspiring game developers and programmers."},{name:"Manisha Tyagi",description:"Manisha Tyagi is a creative writer and Roblox artist who loves exploring the artistic side of game creation. With a focus on visual design and storytelling, she shares her experience and tips for aspiring Roblox designers and artists.",meta_title:"Manisha Tyagi - Roblox Artist & Creative Writer",meta_description:"Unleash your creativity with Manisha Tyagi, a talented Roblox artist and writer sharing artistic insights and design tips for a captivating gaming experience."},{name:"Vikram Joshi",description:"Vikram Joshi is a Roblox enthusiast and gamer experienced in community engagement and game marketing. With over 5 years in online gaming communities, he writes about promoting games effectively and connecting with audiences.",meta_title:"Vikram Joshi - Roblox Community Expert & Writer",meta_description:"Engage your audience and promote your Roblox games with Vikram Joshi, a community expert and writer dedicated to the growth of gaming brands."},{name:"Ananya Gupta",description:"Ananya Gupta is a passionate Roblox game designer and writer based in Mumbai. With over five years of experience in game development and a keen interest in educational gaming, she focuses on creating engaging content that empowers young developers. Ananya holds a degree in Computer Science and has contributed to various gaming forums and blogs.",meta_title:"Ananya Gupta - Robloxius Author & Game Designer",meta_description:"Explore articles by Ananya Gupta, a seasoned Roblox game designer, sharing insights and tips for aspiring game developers. Learn from her experience and expertise!"},{name:"Rajesh Kumar",description:"Rajesh Kumar is an avid gamer and tech enthusiast from Bangalore. He has been writing about video games and gaming culture for over a decade. With a strong interest in the mechanics of game design, Rajesh brings his expertise to Robloxius, offering in-depth articles and tutorials.",meta_title:"Rajesh Kumar - Robloxius Gaming Expert",meta_description:"Delve into the world of gaming with Rajesh Kumar, an experienced writer at Robloxius, as he shares his insights and tutorials on Roblox game mechanics."},{name:"Priya Mehta",description:"Priya Mehta is a creative writer and a Roblox enthusiast from New Delhi. With a background in literature and creative writing, she specializes in storytelling within games. Priya brings a unique perspective to Robloxius, exploring narrative styles and character development in gaming.",meta_title:"Priya Mehta - Robloxius Storytelling Specialist",meta_description:"Discover narrative techniques and character development insights from Priya Mehta, a creative writer dedicated to storytelling in Roblox games."},{name:"Vikram Singh",description:"Based in Pune, Vikram Singh is a software developer and gaming blogger with a focus on Roblox scripting. With over six years of experience in Python and Lua, he aims to help developers optimize their games through tutorials and best practices at Robloxius.",meta_title:"Vikram Singh - Robloxius Coding & Scripting Expert",meta_description:"Learn coding and scripting tips from Vikram Singh, a software developer at Robloxius, with a passion for enhancing Roblox game mechanics and performance."},{name:"Sanya Verma",description:"Sanya Verma is a digital artist and Roblox creator from Hyderabad. With a distinctive style in game art design, she shares her insights and tips on creating visually stunning games at Robloxius. Sanya has worked on multiple game projects, gaining recognition in the Roblox community.",meta_title:"Sanya Verma - Robloxius Visual Art Innovator",meta_description:"Explore the artistry of Sanya Verma, a digital artist sharing tips on creating captivating visuals for Roblox games at Robloxius."},{name:"Karan Joshi",description:"Karan Joshi is a seasoned game analyst and writer based in Kolkata. With a keen eye for game mechanics, he reviews trending Roblox games and provides insights on gameplay strategies for his readers. Karan has written for various gaming publications and has developed a loyal following.",meta_title:"Karan Joshi - Robloxius Game Analyst & Reviewer",meta_description:"Uncover comprehensive game reviews and analysis from Karan Joshi, a game analyst dedicated to Roblox at Robloxius."},{name:"Deepika Sharma",description:"Deepika Sharma is a community manager and content writer for Roblox enthusiasts, hailing from Chennai. With extensive experience organizing game events and tournaments, she shares her knowledge about building community engagement and promoting games on Roblox.",meta_title:"Deepika Sharma - Robloxius Community Engagement Specialist",meta_description:"Join Deepika Sharma at Robloxius as she shares strategies for community building and event management in the Roblox gaming space."},{name:"Amit Choudhury",description:"Amit Choudhury is a young game designer and coder from Ahmedabad, passionate about learning and sharing knowledge in the Roblox community. He focuses on newbie-friendly tutorials and game development tips that cater to beginners at Robloxius.",meta_title:"Amit Choudhury - Robloxius Beginner's Guide Author",meta_description:"Get started with Roblox game development through the insights and tutorials of Amit Choudhury, designed for beginners at Robloxius."},{name:"Neha Bhat",description:"Neha Bhat is a content strategist and writer from Chandigarh, actively involved in the gaming industry. With her marketing background, she writes about the business aspect of Roblox games, including monetization strategies and marketing tactics for developers.",meta_title:"Neha Bhat - Robloxius Marketing & Monetization Expert",meta_description:"Discover marketing strategies for Roblox games with Neha Bhat at Robloxius, focusing on monetization and business growth for developers."},{name:"Rohit Nair",description:"Rohit Nair is a tech journalist and game designer from Cochin, writing extensively on gaming technologies and trends. He covers the latest updates and features of Roblox, keeping readers informed about the evolving gaming landscape on Robloxius.",meta_title:"Rohit Nair - Robloxius Tech Journalist & Game Designer",meta_description:"Stay updated with the latest Roblox trends and features through the articles of Rohit Nair, a dedicated tech journalist and game designer at Robloxius."},{name:"Emily Johnson",description:"Emily Johnson is a passionate gaming journalist with over 8 years of experience covering various gaming platforms, particularly Roblox. She has been a part of several gaming communities and is an avid player herself. Her expertise in game design and mechanics allows her to provide deep insights that engage her readers.",meta_title:"Emily Johnson - Robloxius Contributor",meta_description:"Discover articles by Emily Johnson, an experienced gaming journalist specializing in Roblox. Explore her insights on game design and player experiences."},{name:"Liam Patel",description:"Liam Patel is a seasoned game developer and Roblox enthusiast with a focus on user-generated content. With 5 years of experience in the Roblox development community, he shares his knowledge on creating engaging experiences and the best practices for aspiring developers.",meta_title:"Liam Patel - Robloxius Contributor",meta_description:"Read insights by Liam Patel, a game developer and Roblox creator, who shares tips on game development and user engagement in the Roblox universe."},{name:"Sophia Chen",description:"Sophia Chen is a content creator and digital storyteller who has been writing about online gaming phenomena for 6 years. Her focus on Roblox and its diverse community helps her craft engaging articles that resonate with players of all ages.",meta_title:"Sophia Chen - Robloxius Contributor",meta_description:"Explore engaging articles by Sophia Chen, a digital storyteller exploring the diverse community and experiences within Roblox."},{name:"James Smith",description:"James Smith is a lifelong gamer and technology writer with a keen interest in the Roblox platform. With over 7 years of experience in writing articles for gaming blogs, he brings readers the latest news, updates, and trends in the Roblox ecosystem.",meta_title:"James Smith - Robloxius Contributor",meta_description:"Stay updated with the latest trends in Roblox through articles by James Smith, a technology writer and avid gamer with years of experience."},{name:"Isabella Davis",description:"Isabella Davis is an award-winning game designer and writer who dedicates her work to examining the intersection of creativity and gaming. With over 9 years in the field, her articles often explore the artistic side of Roblox development.",meta_title:"Isabella Davis - Robloxius Contributor",meta_description:"Uncover the artistic side of Roblox development with articles by Isabella Davis, an award-winning game designer and writer."},{name:"Michael Brown",description:"Michael Brown is a tech enthusiast and writer who has been involved with Roblox for nearly a decade. His analytical approach to gaming informs his reviews, tutorials, and how-to guides that cater to both novice and experienced players.",meta_title:"Michael Brown - Robloxius Contributor",meta_description:"Learn from Michael Brown, a tech enthusiast and Roblox expert, through his comprehensive guides and tutorials designed for all skill levels."},{name:"Olivia Wilson",description:"Olivia Wilson is a dedicated educational content creator focusing on gaming as a learning tool. With her background in education and gaming, she crafts articles that emphasize the educational aspects of Roblox for both kids and adults.",meta_title:"Olivia Wilson - Robloxius Contributor",meta_description:"Explore the educational potential of Roblox with insights from Olivia Wilson, a content creator who specializes in learning through gaming."},{name:"Aiden Rodriguez",description:"Aiden Rodriguez is an expert in online community engagement and gaming culture. With a career spanning over 7 years, he often writes about fostering community interactions and the evolving culture within Roblox.",meta_title:"Aiden Rodriguez - Robloxius Contributor",meta_description:"Dive into community interactions within Roblox with articles by Aiden Rodriguez, an expert on online gaming culture."},{name:"Charlotte Kim",description:"Charlotte Kim is a social media strategist and gaming influencer who uses her platform to highlight the best of Roblox. With 4 years of experience in the gaming industry, she shares tips on growing community engagement and game promotion.",meta_title:"Charlotte Kim - Robloxius Contributor",meta_description:"Learn how to grow community engagement and promote your games on Roblox with tips from Charlotte Kim, a social media strategist."},{name:"Benjamin Harris",description:"Benjamin Harris is a game mechanic analyst and Roblox guru, known for his analytical approach to gameplay mechanics. With 8 years of experience as a game reviewer, he provides in-depth analyses of various Roblox titles.",meta_title:"Benjamin Harris - Robloxius Contributor",meta_description:"Get in-depth game analyses from Benjamin Harris, a Roblox guru and game mechanic analyst with years of reviewing experience."},{name:"Jessica L. Drive",description:"Jessica is a dedicated gamer and passionate writer based in the UK. With over 5 years of experience covering gaming trends, she has a knack for uncovering hidden gems in the Roblox universe. Her articles often highlight user-generated content and community events within the platform, making her a trusted voice among gamers.",meta_title:"Jessica L. Drive - Robloxius Author",meta_description:"Discover articles by Jessica L. Drive, a seasoned gamer and Roblox expert, who shares insights on user-generated content and community events. Join her journey in the Roblox universe."},{name:"Carlos Mendoza",description:"Carlos is a game developer and writer from Brazil with a rich background in creating immersive Roblox experiences. With his technical skills and creative mindset, he offers a unique perspective on both writing and gameplay, making him a valuable contributor to Robloxius.",meta_title:"Carlos Mendoza - Robloxius Author",meta_description:"Follow Carlos Mendoza, a game developer and Roblox writer from Brazil, as he shares his expertise on gameplay and development techniques in the Roblox universe."},{name:"Aisha Singh",description:"Aisha is a content creator and Roblox enthusiast from India, focusing on narrative-driven games. With a degree in literature and a love for storytelling, she brings a fresh voice to Robloxius, intertwining story elements with gameplay mechanics in her articles.",meta_title:"Aisha Singh - Robloxius Author",meta_description:"Explore articles from Aisha Singh, a storytelling enthusiast and Roblox expert from India, as she dives into narrative-driven games and creative gameplay mechanics."},{name:"Liam O'Brien",description:"Liam is a tech blogger and avid Roblox player from Canada. He combines his love for technology with gaming insights to produce informative articles on the latest Roblox features and updates. His analytical approach appeals to both new players and seasoned veterans.",meta_title:"Liam O'Brien - Robloxius Author",meta_description:"Read insightful articles by Liam O'Brien, a tech blogger and Roblox expert from Canada, providing you with the latest features and updates in the Roblox universe."},{name:"Chiara Rossi",description:"Chiara is a freelance writer and game design student from Italy. With an eye for detail and a passion for aesthetics, she focuses on design elements and visual storytelling in Roblox. Her articles cater to aspiring developers looking to enhance their game's creativity.",meta_title:"Chiara Rossi - Robloxius Author",meta_description:"Join Chiara Rossi, a game design student from Italy, as she explores design elements and visual storytelling in Roblox, helping aspiring developers enhance their creativity."},{name:"Omar El-Sharif",description:"Omar is a gaming journalist from Egypt specializing in online multiplayer games, particularly Roblox. He has interviewed several prominent Roblox developers and brings rich insights into the community through his engaging articles.",meta_title:"Omar El-Sharif - Robloxius Author",meta_description:"Discover the works of Omar El-Sharif, a gaming journalist from Egypt, as he shares engaging insights and interviews with prominent Roblox developers."},{name:"Haruka Tanaka",description:"Haruka is a professional video game critic from Japan with a special focus on the Roblox platform. Her deep understanding of game mechanics and trends allows her to provide valuable critiques and reviews that help players navigate the ever-evolving landscape of Roblox games.",meta_title:"Haruka Tanaka - Robloxius Author",meta_description:"Follow Haruka Tanaka, a professional video game critic from Japan, as she offers valuable critiques and reviews to help players navigate the Roblox landscape."},{name:"Ethan Green",description:"Ethan is a YouTube content creator and Roblox streamer from Australia. Through his articles, he shares gameplay strategies, tips for beginners, and insights from his streaming experiences, making him an engaging and informative writer.",meta_title:"Ethan Green - Robloxius Author",meta_description:"Explore gaming strategies and beginner tips from Ethan Green, an Australian YouTuber and Roblox streamer, as he shares insights from his experience in the Roblox universe."},{name:"Sofia Kim",description:"Sofia is a tech-savvy writer from South Korea with an interest in game development and digital art. She frequently writes about emerging trends in Roblox, offering tips for artists and developers to leverage the platform's capabilities.",meta_title:"Sofia Kim - Robloxius Author",meta_description:"Join Sofia Kim, a tech-savvy writer from South Korea, as she explores emerging trends in Roblox and offers valuable tips for artists and developers leveraging the platform."},{name:"Nikolai Petrov",description:"Nikolai is a game analyst and writer from Russia, known for his data-driven insights into user engagement on the Roblox platform. His analytical articles focus on player behavior and market trends, providing a comprehensive view for developers and marketers.",meta_title:"Nikolai Petrov - Robloxius Author",meta_description:"Discover data-driven insights from Nikolai Petrov, a game analyst from Russia, as he delves into user engagement, player behavior, and market trends on the Roblox platform."}],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:#333333;--theme-color-8:#555555;--theme-color-7:#777777;--theme-color-6:#999999;--theme-color-5:#c0c0c0;--theme-color-3:#e0e0e0;--theme-color-2:#f5f5f5;--color-bg-layout:#ffffff;--color-bg-hover:#e6e6e6;--article-border-radius:20px;--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.260",
3
+ "version": "1.3.262",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [