tedo-publisher 1.3.268 → 1.3.270

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/creativenooksy/data.d.ts +273 -0
  2. package/dist/creativenooksy/data.js +1 -0
  3. package/dist/creativenooksy/filters.d.ts +28 -0
  4. package/dist/creativenooksy/filters.js +1 -0
  5. package/dist/creativenooksy/helpers.d.ts +3 -0
  6. package/dist/creativenooksy/helpers.js +1 -0
  7. package/dist/creativenooksy/index.d.ts +15 -0
  8. package/dist/creativenooksy/index.js +1 -0
  9. package/dist/creativenooksy/prompts/data.d.ts +7 -0
  10. package/dist/creativenooksy/prompts/data.js +1 -0
  11. package/dist/creativenooksy/prompts/gpt35turbo/articles.d.ts +6 -0
  12. package/dist/creativenooksy/prompts/gpt35turbo/articles.js +1 -0
  13. package/dist/creativenooksy/prompts/gpt4oMini/articles.d.ts +6 -0
  14. package/dist/creativenooksy/prompts/gpt4oMini/articles.js +1 -0
  15. package/dist/creativenooksy/prompts/images.d.ts +4 -0
  16. package/dist/creativenooksy/prompts/images.js +1 -0
  17. package/dist/creativenooksy/seo.d.ts +23 -0
  18. package/dist/creativenooksy/seo.js +1 -0
  19. package/dist/creativenooksy/styles/colors.css +1 -0
  20. package/dist/creativenooksy/styles/fonts.css +1 -0
  21. package/dist/creativenooksy/styles/global.css +1 -0
  22. package/dist/creativenooksy/styles/sizing.css +1 -0
  23. package/dist/creativenooksy/styles/theme.css +1 -0
  24. package/dist/creativenooksy/styles/vars.css +1 -0
  25. package/dist/dwellzdesigns/data.d.ts +162 -0
  26. package/dist/dwellzdesigns/data.js +1 -0
  27. package/dist/dwellzdesigns/filters.d.ts +28 -0
  28. package/dist/dwellzdesigns/filters.js +1 -0
  29. package/dist/dwellzdesigns/helpers.d.ts +3 -0
  30. package/dist/dwellzdesigns/helpers.js +1 -0
  31. package/dist/dwellzdesigns/index.d.ts +15 -0
  32. package/dist/dwellzdesigns/index.js +1 -0
  33. package/dist/dwellzdesigns/prompts/data.d.ts +7 -0
  34. package/dist/dwellzdesigns/prompts/data.js +1 -0
  35. package/dist/dwellzdesigns/prompts/gpt35turbo/articles.d.ts +6 -0
  36. package/dist/dwellzdesigns/prompts/gpt35turbo/articles.js +1 -0
  37. package/dist/dwellzdesigns/prompts/gpt4oMini/articles.d.ts +6 -0
  38. package/dist/dwellzdesigns/prompts/gpt4oMini/articles.js +1 -0
  39. package/dist/dwellzdesigns/prompts/images.d.ts +4 -0
  40. package/dist/dwellzdesigns/prompts/images.js +1 -0
  41. package/dist/dwellzdesigns/seo.d.ts +23 -0
  42. package/dist/dwellzdesigns/seo.js +1 -0
  43. package/dist/dwellzdesigns/styles/colors.css +1 -0
  44. package/dist/dwellzdesigns/styles/fonts.css +1 -0
  45. package/dist/dwellzdesigns/styles/global.css +1 -0
  46. package/dist/dwellzdesigns/styles/sizing.css +1 -0
  47. package/dist/dwellzdesigns/styles/theme.css +1 -0
  48. package/dist/dwellzdesigns/styles/vars.css +1 -0
  49. package/package.json +1 -1
@@ -0,0 +1,273 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernDesignTrends: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ diyDecorIdeas: {
14
+ title: string;
15
+ description: string;
16
+ slug: string;
17
+ children: null;
18
+ };
19
+ homeStylingTips: {
20
+ title: string;
21
+ description: string;
22
+ slug: string;
23
+ children: null;
24
+ };
25
+ colorTheory: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ entertaining: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ partyPlanningTips: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ themedEventIdeas: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ foodAndDrinkPairings: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ tableSettingInspiration: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ gardening: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ organicGardening: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ containerGardening: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ landscapeDesign: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ seasonalPlantingGuides: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ homeImprovement: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ renovationTips: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ budgetFriendlyUpgrades: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ smartHomeFeatures: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ ecoFriendlyMaterials: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ lifestyle: {
151
+ title: string;
152
+ description: string;
153
+ slug: string;
154
+ children: {
155
+ minimalism: {
156
+ title: string;
157
+ description: string;
158
+ slug: string;
159
+ children: null;
160
+ };
161
+ cozyLiving: {
162
+ title: string;
163
+ description: string;
164
+ slug: string;
165
+ children: null;
166
+ };
167
+ homeOrganizingHacks: {
168
+ title: string;
169
+ description: string;
170
+ slug: string;
171
+ children: null;
172
+ };
173
+ indoorPlants: {
174
+ title: string;
175
+ description: string;
176
+ slug: string;
177
+ children: null;
178
+ };
179
+ other: {
180
+ title: string;
181
+ description: string;
182
+ slug: string;
183
+ children: null;
184
+ };
185
+ };
186
+ };
187
+ eventDecor: {
188
+ title: string;
189
+ description: string;
190
+ slug: string;
191
+ children: {
192
+ floralArrangements: {
193
+ title: string;
194
+ description: string;
195
+ slug: string;
196
+ children: null;
197
+ };
198
+ lightingIdeas: {
199
+ title: string;
200
+ description: string;
201
+ slug: string;
202
+ children: null;
203
+ };
204
+ creativeCenterpieces: {
205
+ title: string;
206
+ description: string;
207
+ slug: string;
208
+ children: null;
209
+ };
210
+ seasonalDecorations: {
211
+ title: string;
212
+ description: string;
213
+ slug: string;
214
+ children: null;
215
+ };
216
+ other: {
217
+ title: string;
218
+ description: string;
219
+ slug: string;
220
+ children: null;
221
+ };
222
+ };
223
+ };
224
+ sustainableDesign: {
225
+ title: string;
226
+ description: string;
227
+ slug: string;
228
+ children: {
229
+ ecoConsciousMaterials: {
230
+ title: string;
231
+ description: string;
232
+ slug: string;
233
+ children: null;
234
+ };
235
+ greenBuildingPractices: {
236
+ title: string;
237
+ description: string;
238
+ slug: string;
239
+ children: null;
240
+ };
241
+ upcyclingProjects: {
242
+ title: string;
243
+ description: string;
244
+ slug: string;
245
+ children: null;
246
+ };
247
+ energyEfficientDesign: {
248
+ title: string;
249
+ description: string;
250
+ slug: string;
251
+ children: null;
252
+ };
253
+ other: {
254
+ title: string;
255
+ description: string;
256
+ slug: string;
257
+ children: null;
258
+ };
259
+ };
260
+ };
261
+ };
262
+ export declare const authors: Record<string, string>;
263
+ export declare const authorsNames: string[];
264
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83D\uDECB\uFE0F\uD83C\uDF89\uD83C\uDF31\uD83D\uDDBC\uFE0F";
265
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "homeImprovement" | "lifestyle" | "eventDecor" | "sustainableDesign")[];
266
+ export declare const subcategories: string[];
267
+ export declare const subsubcategories: string[];
268
+ export type Category = keyof typeof dataStructure;
269
+ export type CategoryNode = (typeof dataStructure)[Category];
270
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
271
+ export declare const startDate = "2024-09-18T00:00:00Z";
272
+ export declare const devBucketName = "idn-creativenooksy-dev";
273
+ export declare const prodBucketName = "idn-creativenooksy";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Explore the Latest in Interior Design Trends & Tips 🏡",description:"Dive into the world of interior design with CreativeNooksy. Discover modern trends, DIY decor ideas, and styling tips to elevate your home. 🎨",slug:"interior-design",children:{modernDesignTrends:{title:"Discover the Hottest Modern Design Trends for Your Home ✨",description:"Stay ahead in interior design with the latest modern trends. Create stylish spaces that reflect current tastes and enhance your living experience. 🛋️",slug:"modern-design-trends",children:null},diyDecorIdeas:{title:"Creative DIY Decor Ideas to Transform Your Space 🖌️",description:"Unleash your creativity with innovative DIY decor ideas. Impress guests and personalize your home with unique projects that are easy to do! 🌿",slug:"diy-decor-ideas",children:null},homeStylingTips:{title:"Essential Home Styling Tips for Every Space 🏠",description:"Master the art of home styling with expert tips and practical advice. Achieve a stylish, cohesive look that showcases your personal taste. 🌈",slug:"home-styling-tips",children:null},colorTheory:{title:"Understanding Color Theory for Stunning Interiors 🎨",description:"Explore color theory and its impact on interior design. Learn how to choose the right colors to create harmonious and inviting spaces. 🌟",slug:"color-theory",children:null},other:{title:"Explore Unique and Miscellaneous Interior Design Topics 🧐",description:"Discover a variety of miscellaneous interior design topics to broaden your knowledge and inspire your next project. Every detail matters! 🏛️",slug:"other-interior-design-topics",children:null}}},entertaining:{title:"Entertaining Ideas and Tips for Memorable Events 🎉",description:"Explore entertaining tips, party planning advice, and themed event ideas to create unforgettable experiences for your guests on CreativeNooksy! 🎊",slug:"entertaining-ideas",children:{partyPlanningTips:{title:"Expert Party Planning Tips for Stress-Free Events 🎈",description:"Get expert party planning tips that will make your events effortless and enjoyable. Discover themes, checklists, and more for perfect celebrations! 🥳",slug:"party-planning-tips",children:null},themedEventIdeas:{title:"Creative Themed Event Ideas for Every Occasion 🌟",description:"Unleash your creativity with themed event ideas that will wow your guests! From birthday bashes to seasonal celebrations, we have you covered! 🎭",slug:"themed-event-ideas",children:null},foodAndDrinkPairings:{title:"Delicious Food and Drink Pairings for Perfect Events 🍷",description:"Explore scrumptious food and drink pairings that will impress your guests! Unlock culinary secrets to elevate your entertaining skills! 🍽️",slug:"food-drink-pairings",children:null},tableSettingInspiration:{title:"Inspiring Table Setting Ideas for Stunning Displays 🍽️",description:"Elevate your dining experience with inspiring table setting ideas. Create beautiful layouts that charm your guests and enhance your events! 🕯️",slug:"table-setting-inspiration",children:null},other:{title:"Miscellaneous Entertaining Tips and Tricks 🎊",description:"Discover various entertaining tips and tricks that don’t fit into standard categories. Find helpful advice for delightful event experiences! 🎉",slug:"other-entertaining-tips",children:null}}},gardening:{title:"Explore the Art of Gardening: Tips and Inspiration 🌿",description:"Discover expert gardening tips, sustainable practices, and vibrant ideas at CreativeNooksy for creating your perfect garden oasis! 🌻",slug:"gardening",children:{organicGardening:{title:"Organic Gardening: Grow Healthier Plants Naturally 🌱",description:"Learn how to cultivate your garden with organic methods, ensuring healthy plants and a vibrant ecosystem. Embrace sustainable gardening today! 🌼",slug:"organic-gardening",children:null},containerGardening:{title:"Container Gardening: Create Beautiful Spaces Anywhere 🌺",description:"Transform small spaces with container gardening tips. Discover how to choose plants and design stunning arrangements in limited areas! 🌸",slug:"container-gardening",children:null},landscapeDesign:{title:"Landscape Design: Crafting Outdoor Masterpieces 🏞️",description:"Unleash the beauty of your outdoors with effective landscape design strategies. Create inviting spaces that reflect your style! 🌳",slug:"landscape-design",children:null},seasonalPlantingGuides:{title:"Seasonal Planting Guides: Grow Year-Round Success 🌻",description:"Stay ahead of the growing season with our in-depth planting guides. Maximize your garden's potential through every season! 🌿",slug:"seasonal-planting-guides",children:null},other:{title:"Other Gardening Tips: Unique Ideas for Every Gardener 🌼",description:"Explore a variety of gardening tips and tricks that don’t fit neatly into categories. Find inspiration for your next gardening project! 🌱",slug:"other-gardening-tips",children:null}}},homeImprovement:{title:"Enhance Your Home with Expert Renovation & Design Tips 🏡",description:"Discover innovative renovation tips, budget-friendly upgrades, smart home features & eco-friendly materials to transform your space. 🌱✨",slug:"home-improvement",children:{renovationTips:{title:"Essential Renovation Tips for a Stunning Home Makeover 🔨",description:"Unlock the secrets to a successful renovation with expert tips covering planning, design, and execution for stunning results. 🏠💡",slug:"renovation-tips",children:null},budgetFriendlyUpgrades:{title:"Smart Budget-Friendly Upgrades for a Stylish Home 💰",description:"Transform your living space without breaking the bank. Explore savvy upgrades that add style and value to your home. 🛋️🎉",slug:"budget-friendly-upgrades",children:null},smartHomeFeatures:{title:"Embrace Smart Home Features for Modern Living 📱",description:"Discover the latest smart home features that enhance convenience, security, and efficiency for your modern lifestyle. ⚡🏠",slug:"smart-home-features",children:null},ecoFriendlyMaterials:{title:"Go Green: Eco-Friendly Materials for Your Home 🌿",description:"Sustainability meets style! Learn about eco-friendly materials to refresh your home while caring for the planet. ♻️🏡",slug:"eco-friendly-materials",children:null},other:{title:"Explore Other Home Improvement Tips & Tricks 🛠️",description:"Delve into a variety of miscellaneous tips and tricks that can enhance your home aesthetic and functionality. ✨🏠",slug:"other",children:null}}},lifestyle:{title:"Explore Minimalism, Cozy Living & Home Organizing Hacks",description:"Discover tips for minimalism, cozy living, home organizing hacks, and more to enhance your living space! 🏡✨",slug:"lifestyle-minimalism-cozy-living-home-organizing-hacks",children:{minimalism:{title:"Embrace Minimalism: Clean, Simple Living Inspirations",description:"Explore minimalism in home design. Discover how to create tranquil spaces through simplicity and intentionality! 🌿🏠",slug:"minimalism-clean-simple-living",children:null},cozyLiving:{title:"Create Cozy Living Spaces for Warmth & Comfort",description:"Transform your home into a cozy retreat with our tips on decor, textiles, and ambiance. Embrace warmth every day! 🛋️🔥",slug:"create-cozy-living-spaces",children:null},homeOrganizingHacks:{title:"Effective Home Organizing Hacks for Every Space",description:"Master home organizing hacks to keep your space clutter-free and functional. Achieve harmony and efficiency in your home! 🗄️✨",slug:"home-organizing-hacks-space",children:null},indoorPlants:{title:"Indoor Plants: Greenery That Brings Life Home",description:"Discover the best indoor plants to beautify your home and improve air quality. Cultivate a green oasis indoors! 🌱🏡",slug:"indoor-plants-beautify-home",children:null},other:{title:"Other Lifestyle Inspirations for Your Home",description:"Explore diverse lifestyle topics including design tips, creative hacks, and more for your living space! Unleash your creativity! 🎨✨",slug:"lifestyle-other-inspirations",children:null}}},eventDecor:{title:"Inspiring Event Decor Ideas to Elevate Any Occasion 🎉",description:"Explore a variety of stunning event decor ideas that will transform your gatherings into unforgettable experiences. Get inspired today! 🌺",slug:"event-decor-ideas",children:{floralArrangements:{title:"Beautiful Floral Arrangements for Every Event 🌸",description:"Discover how to create mesmerizing floral arrangements that will be the centerpiece of any event. Perfect for weddings, parties, and more! 🌼",slug:"floral-arrangements",children:null},lightingIdeas:{title:"Creative Lighting Ideas to Set the Mood 💡",description:"Illuminate your events with unique lighting ideas that enhance the atmosphere and create a captivating ambiance. Light up your celebration! 🎇",slug:"lighting-ideas",children:null},creativeCenterpieces:{title:"Unique Centerpieces to Wow Your Guests 🌟",description:"Craft imaginative centerpieces that leave a lasting impression. Explore creative designs that reflect your style and theme! 🍽️",slug:"creative-centerpieces",children:null},seasonalDecorations:{title:"Seasonal Decorations to Celebrate Every Occasion 🍂",description:"Transform your space with seasonal decorations that capture the spirit of every holiday and event. Celebrate year-round with style! 🎊",slug:"seasonal-decorations",children:null},other:{title:"Diverse Event Decor Tips and Tricks 🎈",description:"Explore various event decor tips and tricks that enhance your gatherings. From themes to color schemes, get creative with your decor! 🌈",slug:"other-event-decor-tips",children:null}}},sustainableDesign:{title:"Sustainable Design Practices for a Greener Future 🌍",description:"Explore sustainable design practices including eco-conscious materials, green building techniques, and innovative upcycling projects. 🌱",slug:"sustainable-design-practices",children:{ecoConsciousMaterials:{title:"Eco-Conscious Materials for Modern Interiors 🌿",description:"Discover eco-conscious materials that elevate your design while being kind to the planet. Transform your space sustainably! ♻️",slug:"eco-conscious-materials",children:null},greenBuildingPractices:{title:"Green Building Practices for Sustainable Architecture 🏡",description:"Uncover essential green building practices that promote sustainability and energy efficiency in your projects. Build smart and green! 🔋",slug:"green-building-practices",children:null},upcyclingProjects:{title:"Upcycling Projects: Creative Ideas for Sustainable Living ♻️",description:"Explore exciting upcycling projects that refresh your home and reduce waste. Get inspired and be creative with what you have! 🎨",slug:"upcycling-projects",children:null},energyEfficientDesign:{title:"Energy-Efficient Design Tips for Every Home 🌞",description:"Learn tips for energy-efficient design that conserves resources and saves money. Make your home eco-friendlier today! ⚡",slug:"energy-efficient-design",children:null},other:{title:"Other Sustainable Design Topics to Explore 💡",description:"Dive into other essential sustainable design topics that ignite creativity and elevate living spaces sustainably. 🌼",slug:"other-sustainable-design-topics",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🛋️🎉🌱🖼️",s=Object.keys(i),o=[],a=[];for(const e of s){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",c="creativenooksy",d=`idn-${c}-dev`,u=`idn-${c}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=d,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignStyle = "DesignStyle",
3
+ EventType = "EventType",
4
+ GardeningFocus = "GardeningFocus",
5
+ RoomType = "RoomType",
6
+ DIYProjectLevel = "DIYProjectLevel"
7
+ }
8
+ type DesignStyle = 'Modern' | 'Bohemian' | 'Minimalist' | 'Industrial' | 'Scandinavian';
9
+ type EventType = 'Casual Gatherings' | 'Formal Events' | 'Seasonal Parties' | 'Outdoor BBQs' | 'Themed Celebrations';
10
+ type GardeningFocus = 'Container Gardening' | 'Flower Gardening' | 'Vegetable Gardening' | 'Sustainable Practices' | 'Indoor Plants';
11
+ type RoomType = 'Living Room' | 'Kitchen' | 'Bedroom' | 'Outdoor Space' | 'Home Office';
12
+ type DIYProjectLevel = 'Beginner' | 'Intermediate' | 'Advanced' | 'Quick & Easy' | 'Budget-Friendly';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignStyle]: DesignStyle[];
15
+ [FiltersNames.EventType]: EventType[];
16
+ [FiltersNames.GardeningFocus]: GardeningFocus[];
17
+ [FiltersNames.RoomType]: RoomType[];
18
+ [FiltersNames.DIYProjectLevel]: DIYProjectLevel[];
19
+ };
20
+ export declare const designStyleValues: DesignStyle[];
21
+ export declare const eventTypeValues: EventType[];
22
+ export declare const gardeningFocusValues: GardeningFocus[];
23
+ export declare const roomTypeValues: RoomType[];
24
+ export declare const diyProjectLevelValues: DIYProjectLevel[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).DesignStyle="DesignStyle",e.EventType="EventType",e.GardeningFocus="GardeningFocus",e.RoomType="RoomType",e.DIYProjectLevel="DIYProjectLevel";const s=["Modern","Bohemian","Minimalist","Industrial","Scandinavian"],t=["Casual Gatherings","Formal Events","Seasonal Parties","Outdoor BBQs","Themed Celebrations"],r=["Container Gardening","Flower Gardening","Vegetable Gardening","Sustainable Practices","Indoor Plants"],o=["Living Room","Kitchen","Bedroom","Outdoor Space","Home Office"],i=["Beginner","Intermediate","Advanced","Quick & Easy","Budget-Friendly"],n={[exports.FiltersNames.DesignStyle]:[],[exports.FiltersNames.EventType]:[],[exports.FiltersNames.GardeningFocus]:[],[exports.FiltersNames.RoomType]:[],[exports.FiltersNames.DIYProjectLevel]:[]},a={[exports.FiltersNames.DesignStyle]:s,[exports.FiltersNames.EventType]:t,[exports.FiltersNames.GardeningFocus]:r,[exports.FiltersNames.RoomType]:o,[exports.FiltersNames.DIYProjectLevel]:i},l=()=>JSON.stringify(a,null,2);exports.designStyleValues=s,exports.diyProjectLevelValues=i,exports.eventTypeValues=t,exports.fullFilters=a,exports.gardeningFocusValues=r,exports.getFiltersTypesJSON=l,exports.initialFilters=n,exports.roomTypeValues=o;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),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.designStyleValues=t.designStyleValues,exports.diyProjectLevelValues=t.diyProjectLevelValues,exports.eventTypeValues=t.eventTypeValues,exports.fullFilters=t.fullFilters,exports.gardeningFocusValues=t.gardeningFocusValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.roomTypeValues=t.roomTypeValues,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: CreativeNooksy is an infotainment articles portal that serves as a comprehensive resource for enthusiasts and experts alike, focusing on interior design, entertaining, and gardening. The portal offers inspiration, tips, and guides to create beautiful living spaces, host memorable events, and cultivate vibrant gardens.\n - Detailed description: CreativeNooksy is your go-to destination for everything related to interior design, entertaining, and gardening. Our portal is designed to inspire creativity and provide practical advice for those looking to enhance their homes and outdoor spaces. With a plethora of articles, our content covers diverse topics such as modern design trends, DIY decor ideas, party planning tips, and sustainable gardening practices. Whether you're a homeowner seeking innovative layouts or a garden enthusiast wanting to grow fresh vegetables, CreativeNooksy equips you with the knowledge and inspiration to bring your projects to life. Our articles are well-researched and written by experts, ensuring that our readers receive informative and actionable content.\n - Target audience: The target audience for CreativeNooksy includes homeowners, renters, and individuals interested in enhancing their living spaces, as well as event planners and gardening aficionados. Our readers range from young adults setting up their first homes to seasoned interior designers and gardening experts seeking fresh ideas and inspiration. Additionally, anyone enthusiastic about hosting events and creating enjoyable experiences for friends and family will find valuable resources within our articles.\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 Trends in Interior Design\n - Color Schemes and Palette Ideas\n\n## Gardening Techniques\n - Plant Selection and Care\n - Indoor vs. Outdoor Gardening\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: CreativeNooksy is an infotainment articles portal that serves as a comprehensive resource for enthusiasts and experts alike, focusing on interior design, entertaining, and gardening. The portal offers inspiration, tips, and guides to create beautiful living spaces, host memorable events, and cultivate vibrant gardens.\n - Detailed description: CreativeNooksy is your go-to destination for everything related to interior design, entertaining, and gardening. Our portal is designed to inspire creativity and provide practical advice for those looking to enhance their homes and outdoor spaces. With a plethora of articles, our content covers diverse topics such as modern design trends, DIY decor ideas, party planning tips, and sustainable gardening practices. Whether you're a homeowner seeking innovative layouts or a garden enthusiast wanting to grow fresh vegetables, CreativeNooksy equips you with the knowledge and inspiration to bring your projects to life. Our articles are well-researched and written by experts, ensuring that our readers receive informative and actionable content.\n - Target audience: The target audience for CreativeNooksy includes homeowners, renters, and individuals interested in enhancing their living spaces, as well as event planners and gardening aficionados. Our readers range from young adults setting up their first homes to seasoned interior designers and gardening experts seeking fresh ideas and inspiration. Additionally, anyone enthusiastic about hosting events and creating enjoyable experiences for friends and family will find valuable resources within our articles.\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 Trends in Interior Design\n - Color Schemes and Palette Ideas\n\n## Gardening Techniques\n - Plant Selection and Care\n - Indoor vs. Outdoor Gardening\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",r="synthesizing the information presented throughout",a="homeowners, interior design enthusiasts, party hosts, gardening aficionados",o="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=r,exports.FILTERS_INFO=s,exports.IMAGES_PROHIBITED_WORDS=o,exports.START_STEP=i,exports.TARGET_AUDIENCE=a,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 Visionaries Behind CreativeNooksy",description:"Explore the creative minds at CreativeNooksy! Discover our passion for interior design, entertaining, and gardening. 🌿✨"},[exports.PageNames.Home]:{title:"Welcome to CreativeNooksy | Your Infotainment Hub",description:"Dive into a world of creativity with CreativeNooksy! Find inspiring ideas on interior design, entertaining, and gardening. 🏡🌷🎉"},[exports.PageNames.NotFound]:{title:"404 - Page Not Found | CreativeNooksy",description:"Oops! The page you are looking for doesn't exist. But don't worry, explore more about interior design and gardening with CreativeNooksy! 😕🌼"},[exports.PageNames.AboutUs]:{title:"About CreativeNooksy | Our Story",description:"Learn more about CreativeNooksy and our mission to inspire your interior design, entertaining, and gardening journey! 🌟📖"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy | CreativeNooksy",description:"Your privacy matters! Read our Privacy Policy to understand how we protect your data at CreativeNooksy. 🔒📜"},[exports.PageNames.Terms]:{title:"Terms and Conditions | CreativeNooksy",description:"Familiarize yourself with our Terms and Conditions. Join CreativeNooksy in a world of design and gardening inspiration! 📑🌍"},[exports.PageNames.Sitemap]:{title:"Sitemap | Navigate CreativeNooksy",description:"Find your way around CreativeNooksy with our Sitemap. Discover articles on interior design, entertaining, and gardening! 🗺️🌺"}},a=[{name:"Priya Kapoor",description:"Priya Kapoor is a celebrated interior designer based in New Delhi, known for her modern aesthetic and emphasis on sustainable design. With over a decade of experience in transforming spaces, she combines traditional Indian elements with contemporary styles. Priya regularly contributes to lifestyle publications and is a sought-after speaker at design events.",meta_title:"Priya Kapoor - Interior Designer at CreativeNooksy",meta_description:"Discover the world of interior design with Priya Kapoor at CreativeNooksy. With expertise in sustainable design and a modern aesthetic, Priya transforms spaces into works of art."},{name:"Ravi Sharma",description:"Ravi Sharma is a passionate gardener and floral designer from Bengaluru. He has spent over 15 years cultivating a deep understanding of native Indian plants and innovative gardening techniques. Ravi shares his expert tips and inspirations to help both novice and seasoned gardeners create lush and vibrant spaces.",meta_title:"Ravi Sharma - Gardening Specialist at CreativeNooksy",meta_description:"Learn gardening tips from Ravi Sharma at CreativeNooksy. With 15 years of experience, he helps you embrace the beauty of native Indian plants for your garden."},{name:"Anita Desai",description:"Anita Desai is a seasoned lifestyle writer and event planner based in Mumbai. With her unique flair for entertaining, Anita specializes in creating memorable gatherings that blend Indian traditions with modern influences. She has worked with numerous clients and written extensively on the art of hosting.",meta_title:"Anita Desai - Entertaining Expert at CreativeNooksy",meta_description:"Join Anita Desai at CreativeNooksy for expert tips on entertaining. Discover how to blend tradition and modernity for unforgettable gatherings."},{name:"Vikram Patel",description:"Vikram Patel is a landscape architect and gardening enthusiast from Jaipur. With a focus on water conservation and eco-friendly practices, his work has earned him accolades in the field. Vikram shares insights on designing outdoor spaces that are both beautiful and sustainable.",meta_title:"Vikram Patel - Landscape Architect at CreativeNooksy",meta_description:"Explore sustainable landscaping with Vikram Patel at CreativeNooksy. Discover eco-friendly practices that enhance the beauty of your outdoor spaces."},{name:"Riya Bansal",description:"Riya Bansal is a DIY home decor expert and influencer from Hyderabad. Known for her creative approaches to interior styling, Riya encourages her audience to infuse personal touches into their homes. Her blogs offer practical tips and innovative ideas for anyone looking to enhance their living environment.",meta_title:"Riya Bansal - DIY Home Decor Expert at CreativeNooksy",meta_description:"Get creative with Riya Bansal at CreativeNooksy. Discover DIY home decor tips that allow you to personalize your space uniquely and stylishly."},{name:"Suresh Iyer",description:"Suresh Iyer is a professional chef and food stylist from Pune, specializing in arranging lavish dining experiences. With years of experience in the culinary world, Suresh shares his insights on entertaining and setting the perfect mood for any occasion.",meta_title:"Suresh Iyer - Culinary and Entertaining Expert at CreativeNooksy",meta_description:"Elevate your entertaining skills with Suresh Iyer at CreativeNooksy. Discover tips and tricks for creating beautiful dining experiences at home."},{name:"Nisha Mehra",description:"Nisha Mehra is a home organization specialist and minimalist living advocate based in Chennai. With a focus on efficiency and beauty, she helps families declutter and design their spaces for functional living. Her articles guide readers in creating visually appealing yet practical interiors.",meta_title:"Nisha Mehra - Home Organization Expert at CreativeNooksy",meta_description:"Transform your home into a sanctuary with Nisha Mehra at CreativeNooksy. Learn expert tips on home organization and minimalist living for practical interiors."},{name:"Arvind Rao",description:"Arvind Rao is a craftsman and artist from Kolkata, known for his handmade home decor items. He emphasizes the importance of artisanal work in home styling and shares creative projects that incorporate local craftsmanship into modern home design.",meta_title:"Arvind Rao - Artisan Home Decor Expert at CreativeNooksy",meta_description:"Discover the charm of handmade decor with Arvind Rao at CreativeNooksy. Learn how to incorporate artisanal crafts into your home design."},{name:"Meera Joshi",description:"Meera Joshi is a heritage conservationist and interior designer from Agra. With a focus on preserving traditional architectural styles, she provides readers with insights on how to blend heritage elements into modern designs, creating spaces that tell a story.",meta_title:"Meera Joshi - Heritage Interior Designer at CreativeNooksy",meta_description:"Explore the fusion of tradition and modernity with Meera Joshi at CreativeNooksy. Learn how to preserve heritage while designing contemporary spaces."},{name:"Karan Nair",description:"Karan Nair is an environmentalist and sustainable designer based in Kochi, focusing on integrating eco-friendly practices into gardening and home design. His work not only enhances aesthetic value but also emphasizes environmental responsibility among homeowners.",meta_title:"Karan Nair - Sustainable Designer at CreativeNooksy",meta_description:"Join Karan Nair at CreativeNooksy for insights on sustainable gardening and home design. Transform your spaces while caring for the environment."},{name:"Riya Kapoor",description:"Riya Kapoor is an acclaimed interior designer based in Mumbai, with over a decade of experience creating stunning residential spaces. She has a unique blend of modern aesthetics and traditional Indian influences, making her designs both contemporary and timeless. Riya frequently shares her insights through articles on interior design trends and DIY tips.",meta_title:"Riya Kapoor - Expert Interior Designer at CreativeNooksy",meta_description:"Explore the world of interior design with Riya Kapoor, a seasoned designer from Mumbai, sharing trends, tips, and inspiration for your home."},{name:"Anil Mehra",description:"Anil Mehra is a professional event planner and entertaining expert with 15 years in the field. Based in Delhi, he specializes in crafting memorable gatherings, bringing joy and innovative ideas to every occasion. Anil regularly contributes articles on party planning, decor, and hosting tips for CreativeNooksy.",meta_title:"Anil Mehra - Entertaining Specialist & Event Planner at CreativeNooksy",meta_description:"Discover expert entertaining tips from Anil Mehra, an event planner with 15 years of experience, dedicated to making your gatherings unforgettable."},{name:"Neha Joshi",description:"Neha Joshi is a passionate gardener and horticulturist from Bangalore, with extensive knowledge in sustainable gardening practices. With over eight years of experience, she focuses on organic gardening and indoor plant care. Neha's articles at CreativeNooksy provide readers with practical tips for enriching their gardening experience.",meta_title:"Neha Joshi - Gardening Expert & Horticulturist at CreativeNooksy",meta_description:"Join Neha Joshi on a gardening journey as she shares organic practices, plant care tips, and gardening hacks for enthusiasts of all levels."},{name:"Arvind Patel",description:"Arvind Patel is an architect and interior designer from Ahmedabad, known for his innovative designs and sustainable architecture. With over 12 years in the industry, he emphasizes the importance of blending nature with modern living. Arvind shares his expertise through engaging articles on CreativeNooksy.",meta_title:"Arvind Patel - Architect & Interior Designer at CreativeNooksy",meta_description:"Learn from Arvind Patel, an architect from Ahmedabad, as he explores sustainable design and innovative architectural concepts for modern spaces."},{name:"Sita Rao",description:"Sita Rao is a lifestyle and interior design writer based in Chennai. With a strong background in journalism, she combines her writing skills and passion for design to create engaging articles that resonate with readers. Sita covers topics related to home decor, lifestyle, and personal style at CreativeNooksy.",meta_title:"Sita Rao - Lifestyle & Interior Design Writer at CreativeNooksy",meta_description:"Explore the intersection of lifestyle and design with Sita Rao, a versatile writer bringing fresh perspectives to home decor and personal style."},{name:"Karan Subramanian",description:"Karan Subramanian is an expert in floral design and event styling, with over ten years of experience. Based in Pune, he has worked on numerous high-profile weddings and events. Karan shares his artistic flair through articles focused on floral arrangements and decor ideas for CreativeNooksy.",meta_title:"Karan Subramanian - Floral Design Expert at CreativeNooksy",meta_description:"Dive into the world of floral design with Karan Subramanian, a creative expert offering tips and inspiration for elevating your events and spaces."},{name:"Tanya Ghosh",description:"Tanya Ghosh is a sustainable living advocate and gardening author from Kolkata. With a background in environmental science, she promotes eco-friendly gardening practices. Her knowledge and passion shine through in her articles on CreativeNooksy, helping readers cultivate their green spaces responsibly.",meta_title:"Tanya Ghosh - Sustainable Gardening Advocate at CreativeNooksy",meta_description:"Join Tanya Ghosh in her mission for sustainable gardening as she offers eco-friendly tips and practices to nurture your garden naturally."},{name:"Rajesh Nair",description:"Rajesh Nair is a seasoned culinary expert and entertaining enthusiast from Hyderabad. With over 20 years of experience in the food industry, he shares his passion for cooking and hosting in his articles for CreativeNooksy, featuring unique recipes and hosting hacks.",meta_title:"Rajesh Nair - Culinary & Entertaining Expert at CreativeNooksy",meta_description:"Explore the culinary world with Rajesh Nair, a culinary expert sharing delicious recipes and entertaining tips for your next gathering."},{name:"Ananya Verma",description:"Ananya Verma is a renowned interior stylist and blogger from Gurugram. She specializes in creating cozy and stylish spaces that reflect personal tastes. With a decade of experience in design, Ananya provides valuable insights and tips for creative home decor through her articles on CreativeNooksy.",meta_title:"Ananya Verma - Interior Stylist & Blogger at CreativeNooksy",meta_description:"Get inspired by Ananya Verma, an interior stylist with a flair for creative home decor, sharing tips and advice for making your space uniquely yours."},{name:"Vikram Reddy",description:"Vikram Reddy is a landscape designer and gardening enthusiast from Jaipur. With over 15 years of experience in creating beautiful outdoor spaces, he shares his expertise in garden design and maintenance. Vikram's articles on CreativeNooksy inspire homeowners to create their dream gardens.",meta_title:"Vikram Reddy - Landscape Designer & Gardening Expert at CreativeNooksy",meta_description:"Transform your outdoor spaces with Vikram Reddy, a landscape designer offering creative insights and practical tips for successful gardening."},{name:"Ananya Deshmukh",description:"Ananya Deshmukh is an interior designer and lifestyle blogger from Mumbai, India, known for her innovative approach to modern Indian interior design. With over 10 years of experience, Ananya shares her unique insights and creative ideas through her engaging articles on CreativeNooksy.",meta_title:"Ananya Deshmukh - Expert Interior Designer & Lifestyle Blogger",meta_description:"Explore the vibrant world of interior design with Ananya Deshmukh, a Mumbai-based expert sharing unique concepts and practical tips for every home."},{name:"Ravi Nair",description:"Ravi Nair is a passionate gardener and columnist from Pune, India, with over 15 years of experience in sustainable gardening. His articles on CreativeNooksy provide practical tips and innovative ideas for creating beautiful outdoor spaces while emphasizing eco-friendly practices.",meta_title:"Ravi Nair - Sustainable Gardening Expert & Columnist",meta_description:"Join Ravi Nair on his gardening journey, where he shares sustainable practices and creative gardening techniques for the eco-conscious gardener."},{name:"Sita Verma",description:"Sita Verma is an entertaining and event planning expert with over 12 years of experience based in Bangalore, India. She curates thoughtful articles on CreativeNooksy, sharing insights on memorable gatherings and creative entertaining ideas that blend traditional Indian elements with modern flair.",meta_title:"Sita Verma - Event Planning & Entertaining Specialist",meta_description:"Discover the art of entertaining with Sita Verma, an event planning connoisseur unraveling unique celebration ideas for unforgettable moments."},{name:"Kiran Malhotra",description:"Kiran Malhotra is an experienced interior stylist and decor enthusiast from New Delhi. With a career spanning over 8 years, he brings a contemporary twist to traditional design elements in his articles on CreativeNooksy, inspiring readers to transform their homes.",meta_title:"Kiran Malhotra - Interior Stylist & Decor Enthusiast",meta_description:"Transform your living spaces with Kiran Malhotra, an interior stylist bringing contemporary design insights and innovative decor solutions to every home."},{name:"Meera Iyer",description:"Meera Iyer is a passionate advocate for urban gardening and a blogger from Kolkata, India. With her extensive knowledge on small-space gardening, she contributes insightful articles on CreativeNooksy, helping readers cultivate green spaces in urban settings.",meta_title:"Meera Iyer - Urban Gardening Advocate & Blogger",meta_description:"Explore the charm of urban gardening with Meera Iyer, a blogger dedicated to helping city dwellers create lush green spaces in limited areas."},{name:"Vikram Singh",description:"Vikram Singh is a culinary expert and food stylist from Jaipur, specializing in hosting and entertaining. With over a decade of experience, he shares his passion for themed gatherings and creative culinary presentations on CreativeNooksy.",meta_title:"Vikram Singh - Culinary Expert & Entertaining Enthusiast",meta_description:"Learn from Vikram Singh, a culinary expert revealing delightful entertaining ideas and gourmet skills for your next gathering."},{name:"Leela Rao",description:"Leela Rao is an expert in traditional Indian crafts and interior decor, based in Chennai. She brings over 15 years of experience to CreativeNooksy, sharing her artistic flair through articles that emphasize the beauty of handmade decor.",meta_title:"Leela Rao - Traditional Crafts & Interior Decor Specialist",meta_description:"Dive into the world of traditional Indian crafts with Leela Rao, an experienced decor specialist highlighting the beauty of handmade interiors."},{name:"Rahul Agarwal",description:"Rahul Agarwal is an innovative landscape designer from Hyderabad with a knack for integrating nature with design. He shares his expertise on CreativeNooksy, providing readers with visionary approaches to enhancing outdoor spaces.",meta_title:"Rahul Agarwal - Landscape Designer & Nature Enthusiast",meta_description:"Explore the synergy of design and nature with Rahul Agarwal, a landscape designer inspiring outdoor transformations through creative visions."},{name:"Nisha Kapoor",description:"Nisha Kapoor is a lifestyle and entertaining expert from Chandigarh, specializing in seasonal decorating and festive celebrations. With her vibrant ideas and over a decade of experience, she offers delightful tips on CreativeNooksy for making every occasion special.",meta_title:"Nisha Kapoor - Lifestyle & Seasonal Celebrations Expert",meta_description:"Celebrate every season with Nisha Kapoor, a lifestyle expert sharing creative decorating tips and festive ideas for unforgettable gatherings."},{name:"Arjun Prasad",description:"Arjun Prasad is an acclaimed interior architect and blogger from Delhi who focuses on contemporary design solutions tailored to Indian spaces. With years of hands-on experience, his articles on CreativeNooksy inspire readers with innovative décor strategies.",meta_title:"Arjun Prasad - Interior Architect & Contemporary Design Blogger",meta_description:"Unleash the potential of your space with Arjun Prasad, an interior architect sharing cutting-edge design solutions for modern Indian living."},{name:"Maya Sharma",description:"Maya Sharma is an acclaimed interior designer and lifestyle writer based in Mumbai. With over a decade of experience in the field, she combines her creative flair with a keen business acumen. Maya has worked with various prestigious clients and has contributed to several design magazines, emphasizing the importance of personal style in interior decoration.",meta_title:"Maya Sharma - Interior Design Expert at CreativeNooksy",meta_description:"Explore the world of interior design with Maya Sharma, a seasoned expert dedicated to enhancing living spaces through innovative design at CreativeNooksy."},{name:"Arjun Patel",description:"Arjun Patel is a passionate gardener and writer from Bangalore. His expertise lies in sustainable gardening practices and creating functional yet beautiful outdoor spaces. With years of experience in horticulture, Arjun frequently shares tips and tricks on cultivating diverse plants while emphasizing eco-friendliness.",meta_title:"Arjun Patel - Gardening Enthusiast at CreativeNooksy",meta_description:"Join Arjun Patel in exploring sustainable gardening methods and learn how to transform your outdoor spaces into vibrant retreats at CreativeNooksy."},{name:"Riya Mehta",description:"Riya Mehta is a lifestyle blogger and entertaining expert from Jaipur. With a flair for hosting, she provides unique insights into planning stylish gatherings and events. Riya believes in the power of entertaining to build connections and often draws inspiration from her Indian heritage.",meta_title:"Riya Mehta - Entertaining Specialist at CreativeNooksy",meta_description:"Discover entertaining secrets and tips from Riya Mehta, a lifestyle blogger who showcases the art of stylish gatherings and celebrations at CreativeNooksy."},{name:"Vikram Joshi",description:"Vikram Joshi is an acclaimed interior architect based in New Delhi. He merges traditional aesthetics with modern architecture to create spaces that tell a story. With over 15 years of experience, Vikram has been featured in numerous publications and has lectured on design principles around the world.",meta_title:"Vikram Joshi - Interior Architect at CreativeNooksy",meta_description:"Unveil the art of storytelling through design with Vikram Joshi, a talented interior architect sharing insights and inspiration on CreativeNooksy."},{name:"Anjali Rao",description:"Anjali Rao is a professional event planner and writer located in Pune. Specializing in weddings and large gatherings, she crafts memorable experiences tailored to her clients' visions. From decor to logistics, Anjali's comprehensive approach ensures every event is seamless and beautiful.",meta_title:"Anjali Rao - Event Planning Expert at CreativeNooksy",meta_description:"Plan unforgettable events with Anjali Rao, an expert in crafting bespoke gatherings and parties, exclusively at CreativeNooksy."},{name:"Suresh Nair",description:"Suresh Nair is an expert in landscape design and sustainable gardening practices based in Chennai. With a strong belief in the therapeutic effects of nature, he educates readers on transforming their backyards into tranquil retreats while promoting biodiversity.",meta_title:"Suresh Nair - Landscape Design Expert at CreativeNooksy",meta_description:"Enhance your outdoor experience with Suresh Nair, a knowledgeable landscape designer dedicated to sustainable gardening at CreativeNooksy."},{name:"Kiran Verma",description:"Kiran Verma is an interior stylist and author from Hyderabad. With an eye for detail and a passion for color, she artfully blends different styles to create spaces that are both inviting and chic. Kiran's work often reflects modern trends grounded in Indian traditions.",meta_title:"Kiran Verma - Interior Stylist at CreativeNooksy",meta_description:"Discover the beauty of interior styling with Kiran Verma, an expert who blends modern elegance with traditional Indian design at CreativeNooksy."},{name:"Deepak Bansal",description:"Deepak Bansal is a self-taught gardener and organic farming advocate from Chandigarh. He shares his journey of growing organic produce and encourages readers to adopt gardening as a hobby and a sustainable lifestyle. His practical tips inspire others to bring a bit of green into their lives.",meta_title:"Deepak Bansal - Organic Gardening Advocate at CreativeNooksy",meta_description:"Join Deepak Bansal in embracing sustainable gardening and learn to cultivate your own organic garden, only on CreativeNooksy."},{name:"Nisha Sethi",description:"Nisha Sethi is a seasoned decor blogger and lifestyle writer from Kolkata. Her writing focuses on creating aesthetically pleasing spaces with a unique character. She believes that every home should reflect the personality of its inhabitants, blending comfort with style.",meta_title:"Nisha Sethi - Decor Blogger at CreativeNooksy",meta_description:"Transform your living space with expert decor advice from Nisha Sethi, a passionate lifestyle writer guiding you to create homes with character at CreativeNooksy."},{name:"Rajiv Kapoor",description:"Rajiv Kapoor is a food and entertaining writer based in Mumbai. He specializes in pairing culinary experiences with thoughtful home design, enhancing the joy of entertaining. His creative recipes and event ideas ensure memorable gatherings that reflect elegance and warmth.",meta_title:"Rajiv Kapoor - Culinary and Entertaining Writer at CreativeNooksy",meta_description:"Elevate your entertaining game with Rajiv Kapoor, a food expert who shares delightful recipes and hosting tips at CreativeNooksy."},{name:"Emma Harrison",description:"Emma Harrison is a renowned interior designer based in London, with over 15 years of experience in residential and commercial design. She specializes in creating cozy, functional spaces that blend aesthetics with comfort. Emma has contributed to numerous design magazines and brings her passion for sustainable practices to each project she undertakes.",meta_title:"Emma Harrison - Interior Design Expert at CreativeNooksy",meta_description:"Discover the expertise of Emma Harrison, a London-based interior designer with 15 years in the field. Follow her insights on creating sustainable and functional spaces."},{name:"Liam Chen",description:"Liam Chen is an award-winning landscape architect and gardening expert from Toronto. With a degree in Horticulture and over a decade of experience designing urban gardens, Liam focuses on eco-friendly landscaping that promotes biodiversity. His work has been featured in several gardening publications.",meta_title:"Liam Chen - Gardening and Landscape Design Specialist at CreativeNooksy",meta_description:"Explore Liam Chen's insights on urban gardening and eco-friendly landscaping. An award-winning expert with over a decade of experience, he focuses on biodiversity and sustainability."},{name:"Sophia Mitchell",description:"Sophia Mitchell is a lifestyle blogger and entertaining connoisseur from Sydney. With her background in hospitality management, Sophia shares innovative ideas for home entertaining and stylish decor, helping readers elevate their hosting game at every event.",meta_title:"Sophia Mitchell - Entertaining and Lifestyle Blogger at CreativeNooksy",meta_description:"Join Sophia Mitchell, a lifestyle blogger from Sydney, for creative entertaining tips and stylish decor ideas. Elevate your hosting skills with her expert guidance."},{name:"Oliver Martinez",description:"Oliver Martinez is a seasoned interior decorator from Buenos Aires specializing in modern minimalism. His experience spans over 12 years in curating elegant spaces that reflect contemporary trends while ensuring a unique touch in every project.",meta_title:"Oliver Martinez - Modern Interior Decorator at CreativeNooksy",meta_description:"Meet Oliver Martinez, an expert in modern minimalism from Buenos Aires. With over 12 years of experience, he curates elegant spaces that embody contemporary trends."},{name:"Ava Smith",description:"Ava Smith is a passionate gardener and author from Cape Town. With over 8 years of experience in organic gardening, she advocates for sustainable practices and writes extensively about home gardening techniques that promote healthy living.",meta_title:"Ava Smith - Organic Gardening Enthusiast at CreativeNooksy",meta_description:"Learn from Ava Smith, a gardening expert from Cape Town, as she shares her passion for organic gardening and sustainable practices to promote healthy living."},{name:"James Thompson",description:"James Thompson is an entertaining expert and lifestyle coach based in New York City. With over a decade in the hospitality industry, he provides readers with innovative ideas for memorable gatherings and effective hosting techniques.",meta_title:"James Thompson - Entertaining Expert at CreativeNooksy",meta_description:"Discover tips from James Thompson, a New York City-based entertaining expert with a decade of experience. Elevate your gatherings with his innovative hosting ideas."},{name:"Clara Robinson",description:"Clara Robinson is an eco-conscious interior designer and blogger from Melbourne. For more than 10 years, she has focused on incorporating sustainable materials and energy-efficient designs into her projects, advising her readers on environmentally friendly choices.",meta_title:"Clara Robinson - Eco-Conscious Interior Designer at CreativeNooksy",meta_description:"Follow Clara Robinson, an eco-conscious interior designer from Melbourne, as she shares insights on sustainable materials and energy-efficient designs for your home."},{name:"Noah Johnson",description:"Noah Johnson is a celebrated gardening writer and teacher in London. With a focus on small-space gardening and container plants, he provides practical advice for urban gardeners and shares his experiences in cultivating green spaces in tiny areas.",meta_title:"Noah Johnson - Small-Space Gardening Expert at CreativeNooksy",meta_description:"Get inspired by Noah Johnson, a gardening expert from London, as he shares practical advice for small-space gardening and cultivating vibrant container plants."},{name:"Isabella Garcia",description:"Isabella Garcia is a creative event planner and blogger from Barcelona. Drawing on her extensive background in design, she passionately shares tips on creating stunning atmospheres and memorable experiences for any occasion.",meta_title:"Isabella Garcia - Event Planner and Decor Expert at CreativeNooksy",meta_description:"Plan your next event with Isabella Garcia, a creative event planner from Barcelona. Explore her tips on creating stunning atmospheres and memorable experiences."},{name:"Ethan Lee",description:"Ethan Lee is a designer and author specializing in multi-functional spaces from Singapore. With a unique approach that harmonizes aesthetics and usability, Ethan empowers readers to maximize their home environments with innovative design ideas.",meta_title:"Ethan Lee - Multi-Functional Space Designer at CreativeNooksy",meta_description:"Transform your home with insights from Ethan Lee, a designer specializing in multi-functional spaces. Discover how to balance aesthetics and usability in your designs."},{name:"Sophia Reynolds",description:"Sophia is an award-winning interior designer based in Melbourne, Australia, with over 15 years of experience in transforming spaces into functional works of art. She specializes in eco-friendly design and sustainable materials, aiming to create beautiful and responsible interiors.",meta_title:"Sophia Reynolds - Eco-Friendly Interior Designer",meta_description:"Discover the innovative eco-friendly interior designs of Sophia Reynolds, a Melbourne-based designer with over 15 years of experience in sustainable living and aesthetics."},{name:"Luca Moretti",description:"Luca is an inspiring Italian chef and entertaining guru who writes about pairing exquisite food experiences with inviting home settings. His creative flair and passion for hospitality have made him a sought-after expert in the art of entertaining.",meta_title:"Luca Moretti - Entertaining Expert and Culinary Artist",meta_description:"Explore foodie pairings and exceptional entertaining tips from Luca Moretti, an Italian chef and expert in creating memorable home gatherings."},{name:"Anika Patel",description:"Anika is a seasoned gardening expert from Mumbai, India. With a background in landscape design, she promotes urban gardening and the importance of native plants. Her articles focus on easy gardening techniques for small spaces and indoor plants.",meta_title:"Anika Patel - Urban Gardening Enthusiast",meta_description:"Learn about urban gardening with Anika Patel, a Mumbai-based expert dedicated to making gardening accessible for everyone, even in small spaces."},{name:"Clara Wong",description:"Clara is a passionate garden designer and writer from Vancouver, Canada. With expertise in organic gardening, she loves sharing her knowledge on growing edible landscapes and promotes the joy of home gardening.",meta_title:"Clara Wong - Organic Gardening Advocate",meta_description:"Explore organic gardening tips and edible landscapes with Clara Wong, a Vancouver-based garden designer dedicated to growing sustainably."},{name:"Marco Silva",description:"Marco is a Brazilian interior designer with a flair for vibrant colors and cultural minimalism. His work caters to creating lively and inviting spaces, reflecting both modern trends and cultural heritage.",meta_title:"Marco Silva - Vibrant Interior Designer",meta_description:"Experience vibrant design with Marco Silva, a Brazilian interior designer creating lively spaces that celebrate cultural heritage and modern living."},{name:"Rebecca Green",description:"Rebecca is a lifestyle blogger and home entertaining expert from London, UK. With a love for seasonal themes and creative table settings, she shares her secrets to hosting stylish dinner parties and celebrations.",meta_title:"Rebecca Green - Home Entertaining Specialist",meta_description:"Uncover the art of stylish home entertaining with Rebecca Green, a London-based blogger who shares creative tips for memorable gatherings."},{name:"Amit Sharma",description:"Amit is a landscape architect from New Delhi, India, with a strong focus on sustainable practices. He writes about innovative landscaping methods to enhance urban spaces and promote biodiversity.",meta_title:"Amit Sharma - Sustainable Landscape Architect",meta_description:"Discover innovative landscaping practices with Amit Sharma, a New Delhi-based architect committed to enhancing urban ecology and sustainability."},{name:"Emily Carter",description:"Emily is a British interior decorator known for her elegant and timeless designs. With over a decade of experience, she specializes in transforming traditional spaces into elegant, modern homes.",meta_title:"Emily Carter - Elegant Interior Decorator",meta_description:"Transform your space with Emily Carter, a seasoned interior decorator known for her elegant designs that blend traditional and modern aesthetics."},{name:"Leo Gomez",description:"Leo is a creative chef and lifestyle influencer from Barcelona, Spain, who enjoys blending culinary arts with entertaining and design. His vibrant dishes and creative table settings inspire readers to elevate their home gatherings.",meta_title:"Leo Gomez - Culinary Artist and Lifestyle Influencer",meta_description:"Elevate your home gatherings with Leo Gomez, a Barcelona-based chef and influencer blending culinary arts with creative entertaining ideas."}],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:#2e3a25;--theme-color-8:#4b5a35;--theme-color-7:#6b7f49;--theme-color-6:#90b95d;--theme-color-5:#a7d5a4;--theme-color-3:#d1e4b2;--theme-color-2:#e9f4d1;--color-bg-layout:#fafaf4;--color-bg-hover:#e3e1d4;--article-border-radius:22px;--btn-border-radius:10px;--category-border-radius:25px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
@@ -0,0 +1,162 @@
1
+ export declare const dataStructure: {
2
+ interiorDesign: {
3
+ title: string;
4
+ description: string;
5
+ slug: string;
6
+ children: {
7
+ modernStyles: {
8
+ title: string;
9
+ description: string;
10
+ slug: string;
11
+ children: null;
12
+ };
13
+ ecoFriendlyDesign: {
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
+ colorTrends: {
26
+ title: string;
27
+ description: string;
28
+ slug: string;
29
+ children: null;
30
+ };
31
+ other: {
32
+ title: string;
33
+ description: string;
34
+ slug: string;
35
+ children: null;
36
+ };
37
+ };
38
+ };
39
+ entertaining: {
40
+ title: string;
41
+ description: string;
42
+ slug: string;
43
+ children: {
44
+ partyPlanning: {
45
+ title: string;
46
+ description: string;
47
+ slug: string;
48
+ children: null;
49
+ };
50
+ tableSettings: {
51
+ title: string;
52
+ description: string;
53
+ slug: string;
54
+ children: null;
55
+ };
56
+ seasonalEvents: {
57
+ title: string;
58
+ description: string;
59
+ slug: string;
60
+ children: null;
61
+ };
62
+ cocktailRecipes: {
63
+ title: string;
64
+ description: string;
65
+ slug: string;
66
+ children: null;
67
+ };
68
+ other: {
69
+ title: string;
70
+ description: string;
71
+ slug: string;
72
+ children: null;
73
+ };
74
+ };
75
+ };
76
+ gardening: {
77
+ title: string;
78
+ description: string;
79
+ slug: string;
80
+ children: {
81
+ indoorPlants: {
82
+ title: string;
83
+ description: string;
84
+ slug: string;
85
+ children: null;
86
+ };
87
+ landscapingIdeas: {
88
+ title: string;
89
+ description: string;
90
+ slug: string;
91
+ children: null;
92
+ };
93
+ vegetableGardens: {
94
+ title: string;
95
+ description: string;
96
+ slug: string;
97
+ children: null;
98
+ };
99
+ sustainablePractices: {
100
+ title: string;
101
+ description: string;
102
+ slug: string;
103
+ children: null;
104
+ };
105
+ other: {
106
+ title: string;
107
+ description: string;
108
+ slug: string;
109
+ children: null;
110
+ };
111
+ };
112
+ };
113
+ decoratingTips: {
114
+ title: string;
115
+ description: string;
116
+ slug: string;
117
+ children: {
118
+ dIYProjects: {
119
+ title: string;
120
+ description: string;
121
+ slug: string;
122
+ children: null;
123
+ };
124
+ furnitureArrangement: {
125
+ title: string;
126
+ description: string;
127
+ slug: string;
128
+ children: null;
129
+ };
130
+ lightingDesign: {
131
+ title: string;
132
+ description: string;
133
+ slug: string;
134
+ children: null;
135
+ };
136
+ wallArtIdeas: {
137
+ title: string;
138
+ description: string;
139
+ slug: string;
140
+ children: null;
141
+ };
142
+ other: {
143
+ title: string;
144
+ description: string;
145
+ slug: string;
146
+ children: null;
147
+ };
148
+ };
149
+ };
150
+ };
151
+ export declare const authors: Record<string, string>;
152
+ export declare const authorsNames: string[];
153
+ export declare const DEFAULT_DESCRIPTION_EMOJIS = "\uD83C\uDFE1\uD83C\uDFA8\uD83C\uDF7D\uFE0F\uD83C\uDF31";
154
+ export declare const categories: ("gardening" | "interiorDesign" | "entertaining" | "decoratingTips")[];
155
+ export declare const subcategories: string[];
156
+ export declare const subsubcategories: string[];
157
+ export type Category = keyof typeof dataStructure;
158
+ export type CategoryNode = (typeof dataStructure)[Category];
159
+ export type SubcategoryKeyByCategory<T extends Category> = (typeof dataStructure)[T]['children'];
160
+ export declare const startDate = "2024-09-18T00:00:00Z";
161
+ export declare const devBucketName = "idn-dwellzdesigns-dev";
162
+ export declare const prodBucketName = "idn-dwellzdesigns";
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./seo.js");const i={interiorDesign:{title:"Explore Modern and Unique Interior Design Ideas 🏡",description:"DwellzDesigns offers creative insights into modern interior design that inspire a stylish and functional home. Discover innovative décor ideas! ✨",slug:"interior-design-ideas",children:{modernStyles:{title:"Modern Styles: Transform Your Space with Trendy Designs 🌟",description:"Explore the latest in modern interior styles that elevate your home decor. Find inspiration and expert tips to rejuvenate your living spaces! 🛋️",slug:"modern-styles",children:null},ecoFriendlyDesign:{title:"Eco-Friendly Design: Sustainable Living Solutions 🌱",description:"Discover eco-friendly design ideas that reflect sustainability and style. Create a beautiful, green living space that benefits the environment! ♻️",slug:"eco-friendly-design",children:null},smallSpaceSolutions:{title:"Small Space Solutions: Maximizing Style in Limited Areas 🏠",description:"Learn clever design strategies and tips for making the most out of small spaces. Expert solutions await to enhance your living experience! 🪴",slug:"small-space-solutions",children:null},colorTrends:{title:"Color Trends: Vibrant Palettes for Your Home 🎨",description:"Explore the latest color trends that can transform your home. Find out how to use colors effectively for a stunning visual impact! 🌈",slug:"color-trends",children:null},other:{title:"Other Interior Design Ideas: Unique Inspirations Await! 💡",description:"Delve into a variety of interior design ideas outside the mainstream. Find unique perspectives and innovative concepts to inspire your home! 🗝️",slug:"other-interior-design-ideas",children:null}}},entertaining:{title:"Discover Inspiring Entertaining Ideas for Every Occasion 🥳",description:"Explore creative entertaining tips, party planning guides, and expert advice to host unforgettable events and elevate your gatherings! 🍽️",slug:"entertaining-ideas",children:{partyPlanning:{title:"Master the Art of Party Planning with Expert Tips 🎉",description:"Get innovative party planning advice with our expertly curated tips and ideas to make your next event memorable and fun! 🎈",slug:"party-planning",children:null},tableSettings:{title:"Creative Table Settings for Every Celebration 🍽️",description:"Transform your dining space with unique table setting ideas for every occasion. Impress guests with your creative flair! 🌟",slug:"table-settings",children:null},seasonalEvents:{title:"Embrace the Seasons with Festive Event Planning 🌼",description:"Celebrate seasonal events with style! Find seasonal themes, decoration ideas, and entertaining tips for unforgettable gatherings. 🎃",slug:"seasonal-events",children:null},cocktailRecipes:{title:"Delicious Cocktail Recipes to Elevate Your Gatherings 🍹",description:"Explore a world of delightful cocktail recipes from classic to creative. Perfect for entertaining or enjoying at home! 🍸",slug:"cocktail-recipes",children:null},other:{title:"Additional Entertaining Tips and Creative Ideas ✨",description:"Delve into a variety of entertaining topics beyond the basics. Discover fresh ideas and tips for hosting unforgettable events! 🎊",slug:"other-entertaining",children:null}}},gardening:{title:"Explore Inspiring Gardening Ideas for Your Home 🌿",description:"Unlock the beauty of your home with our diverse gardening ideas, from indoor plants to sustainable practices. Discover your green thumb today! 🌱",slug:"gardening-ideas",children:{indoorPlants:{title:"Lush Indoor Plants to Brighten Your Space 🌵",description:"Transform your home with vibrant indoor plants! Discover tips and tricks to choose the right plants for your indoor oasis. 🌼",slug:"indoor-plants",children:null},landscapingIdeas:{title:"Creative Landscaping Ideas for Stunning Outdoor Spaces 🌳",description:"Elevate your outdoor living with innovative landscaping ideas. From designs to plant choices, find inspiration for your perfect yard! 🌺",slug:"landscaping-ideas",children:null},vegetableGardens:{title:"Grow Your Own: Vegetable Garden Tips & Tricks 🥕",description:"Discover the joys of gardening with our vegetable garden guide. Learn to grow fresh produce and enjoy harvesting your own food! 🍅",slug:"vegetable-gardens",children:null},sustainablePractices:{title:"Sustainable Gardening Practices for Eco-Friendly Living 🌎",description:"Embrace sustainability in your gardening! Learn eco-friendly practices that nurture your garden and protect the planet. 🌿",slug:"sustainable-practices",children:null},other:{title:"Diverse Gardening Topics for Every Green Thumb 🌼",description:"Explore a variety of gardening topics beyond the basics. Uncover unique insights and tips to enhance your gardening journey! 🌻",slug:"other-gardening-topics",children:null}}},decoratingTips:{title:"Top Decorating Tips for Stunning Spaces 🌟",description:"Explore innovative decorating tips that inspire creativity and transform your living spaces into beautiful havens. Get expert insights and ideas! 🏡",slug:"decorating-tips",children:{dIYProjects:{title:"Creative DIY Projects for Home Improvement 🎨",description:"Discover creative DIY projects that make home improvement fun and rewarding. Transform your space with personalized touches and creative flair! 🛠️",slug:"diy-projects",children:null},furnitureArrangement:{title:"Expert Tips for Perfect Furniture Arrangement 🛋️",description:"Learn expert tips for furniture arrangement that enhance space functionality and aesthetics. Create a harmonious layout for any room! ✨",slug:"furniture-arrangement",children:null},lightingDesign:{title:"Illuminate Your Home with Beautiful Lighting Design 💡",description:"Illuminate your home with beautiful lighting design ideas that enhance ambiance and style. Explore tips to brighten every corner! 🌈",slug:"lighting-design",children:null},wallArtIdeas:{title:"Inspiring Wall Art Ideas for a Personal Touch 🖼️",description:"Get inspired with creative wall art ideas that add a personal touch to your home. Transform blank walls into stunning showcases! 🎉",slug:"wall-art-ideas",children:null},other:{title:"Unique Decorating Tips You Didn’t Know You Needed 🏠",description:"Explore unique decorating tips that you didn’t know you needed. Discover fresh ideas to elevate your interior design game! 🌿",slug:"other-decorating-tips",children:null}}}},t=e.AUTHORS_INFO.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:[i.description]})),{}),n=e.AUTHORS_INFO.map((e=>e.name)),r="🏡🎨🍽️🌱",s=Object.keys(i),o=[],a=[];for(const e of s){const t=i[e];if(null==t?void 0:t.children){o.push(...Object.keys(t.children));for(const e of o){const i=t.children[e];(null==i?void 0:i.children)&&a.push(...Object.keys(i.children))}}}const l="2024-09-18T00:00:00Z",d="dwellzdesigns",c=`idn-${d}-dev`,u=`idn-${d}`;exports.DEFAULT_DESCRIPTION_EMOJIS=r,exports.authors=t,exports.authorsNames=n,exports.categories=s,exports.dataStructure=i,exports.devBucketName=c,exports.prodBucketName=u,exports.startDate=l,exports.subcategories=o,exports.subsubcategories=a;
@@ -0,0 +1,28 @@
1
+ export declare enum FiltersNames {
2
+ DesignStyle = "DesignStyle",
3
+ OccasionType = "OccasionType",
4
+ GardeningFocus = "GardeningFocus",
5
+ RoomType = "RoomType",
6
+ SkillLevel = "SkillLevel"
7
+ }
8
+ type DesignStyle = 'Modern Minimalism' | 'Rustic Charm' | 'Bohemian Vibes' | 'Industrial Edge' | 'Scandinavian Serenity';
9
+ type OccasionType = 'Casual Gatherings' | 'Formal Dinners' | 'Seasonal Celebrations' | 'Outdoor Parties' | 'Themed Events';
10
+ type GardeningFocus = 'Container Gardening' | 'Herb Garden Design' | 'Flower Bed Inspiration' | 'Sustainable Landscaping' | 'Indoor Plant Care';
11
+ type RoomType = 'Living Room' | 'Kitchen' | 'Garden Patio' | 'Home Office' | 'Bedroom';
12
+ type SkillLevel = 'Beginner Tips' | 'Intermediate Techniques' | 'Advanced Projects' | 'DIY Enthusiast';
13
+ export type ArticleFilters = {
14
+ [FiltersNames.DesignStyle]: DesignStyle[];
15
+ [FiltersNames.OccasionType]: OccasionType[];
16
+ [FiltersNames.GardeningFocus]: GardeningFocus[];
17
+ [FiltersNames.RoomType]: RoomType[];
18
+ [FiltersNames.SkillLevel]: SkillLevel[];
19
+ };
20
+ export declare const designStyleValues: DesignStyle[];
21
+ export declare const occasionTypeValues: OccasionType[];
22
+ export declare const gardeningFocusValues: GardeningFocus[];
23
+ export declare const roomTypeValues: RoomType[];
24
+ export declare const skillLevelValues: SkillLevel[];
25
+ export declare const initialFilters: ArticleFilters;
26
+ export declare const fullFilters: ArticleFilters;
27
+ export declare const getFiltersTypesJSON: () => string;
28
+ export {};
@@ -0,0 +1 @@
1
+ "use strict";var e;exports.FiltersNames=void 0,(e=exports.FiltersNames||(exports.FiltersNames={})).DesignStyle="DesignStyle",e.OccasionType="OccasionType",e.GardeningFocus="GardeningFocus",e.RoomType="RoomType",e.SkillLevel="SkillLevel";const s=["Modern Minimalism","Rustic Charm","Bohemian Vibes","Industrial Edge","Scandinavian Serenity"],i=["Casual Gatherings","Formal Dinners","Seasonal Celebrations","Outdoor Parties","Themed Events"],r=["Container Gardening","Herb Garden Design","Flower Bed Inspiration","Sustainable Landscaping","Indoor Plant Care"],t=["Living Room","Kitchen","Garden Patio","Home Office","Bedroom"],o=["Beginner Tips","Intermediate Techniques","Advanced Projects","DIY Enthusiast"],a={[exports.FiltersNames.DesignStyle]:[],[exports.FiltersNames.OccasionType]:[],[exports.FiltersNames.GardeningFocus]:[],[exports.FiltersNames.RoomType]:[],[exports.FiltersNames.SkillLevel]:[]},n={[exports.FiltersNames.DesignStyle]:s,[exports.FiltersNames.OccasionType]:i,[exports.FiltersNames.GardeningFocus]:r,[exports.FiltersNames.RoomType]:t,[exports.FiltersNames.SkillLevel]:o},l=()=>JSON.stringify(n,null,2);exports.designStyleValues=s,exports.fullFilters=n,exports.gardeningFocusValues=r,exports.getFiltersTypesJSON=l,exports.initialFilters=a,exports.occasionTypeValues=i,exports.roomTypeValues=t,exports.skillLevelValues=o;
@@ -0,0 +1,3 @@
1
+ import { GetDefaultImagesFrontmatter } from 'src/common/types';
2
+ export declare const getDefaultImagesFrontmatter: GetDefaultImagesFrontmatter;
3
+ export declare const prohibitedWordsInAltTitle: RegExp;
@@ -0,0 +1 @@
1
+ "use strict";const e=(e,n)=>{const t=n(e),i=undefined,a=undefined,l=undefined,o=undefined;return[{alt:`${e} Introduction`,filename:`${t}-introduction.png`,title:`${e} Introduction`},{alt:`Magnificent ${e}`,filename:`Magnificent-${t}.png`,title:`Magnificent ${e}`},{alt:`Notable ${e}`,filename:`${t}-notable.png`,title:`Notable ${e}`},{alt:`${e} Summary`,filename:`${t}-summary.png`,title:`${e} Summary`}]},n=/\b(?:hands|men|women|human|people|chief|family|mixing|serving|tasting|rolling)\b/i;exports.getDefaultImagesFrontmatter=e,exports.prohibitedWordsInAltTitle=n;
@@ -0,0 +1,15 @@
1
+ export * from './data';
2
+ export * from './filters';
3
+ export * from './helpers';
4
+ export * from './prompts/images';
5
+ export * from './seo';
6
+ import './styles/colors.css';
7
+ import './styles/fonts.css';
8
+ import './styles/global.css';
9
+ import './styles/sizing.css';
10
+ import './styles/vars.css';
11
+ import './styles/theme.css';
12
+ import * as gpt35Articles from './prompts/gpt35turbo/articles';
13
+ import * as gpt4oMiniArticles from './prompts/gpt4oMini/articles';
14
+ export { gpt35Articles, gpt4oMiniArticles };
15
+ export * from './prompts/data';
@@ -0,0 +1 @@
1
+ "use strict";var e=require("./data.js"),t=require("./filters.js"),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.designStyleValues=t.designStyleValues,exports.fullFilters=t.fullFilters,exports.gardeningFocusValues=t.gardeningFocusValues,exports.getFiltersTypesJSON=t.getFiltersTypesJSON,exports.initialFilters=t.initialFilters,exports.occasionTypeValues=t.occasionTypeValues,exports.roomTypeValues=t.roomTypeValues,exports.skillLevelValues=t.skillLevelValues,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: DwellzDesigns is a premier infotainment portal dedicated to inspiring homeowners and design enthusiasts alike through a rich tapestry of articles focused on interior design, entertaining, and gardening. It aims to invigorate living spaces and leisure activities with creative ideas and expert advice.\n - Detailed description: DwellzDesigns is an informative and engaging online portal designed for individuals looking to enhance their living environments. The platform offers a wealth of expertly curated content centered around three main categories: interior design, entertaining, and gardening. Visitors can explore innovative design trends, practical tips for hosting gatherings, and insightful gardening techniques that cater to both novice and experienced hobbyists. Whether it\u2019s transforming a room with the latest d\u00E9cor styles, planning the perfect soir\u00E9e, or cultivating a vibrant garden, DwellzDesigns serves as a valuable resource, fostering creativity and offering guidance to elevate everyday living. With user-friendly navigation and a visually appealing layout, the portal creates an inspiring space for readers to discover fresh ideas and implement them in their homes.\n - Target audience: The primary audience for DwellzDesigns includes homeowners, interior design enthusiasts, and individuals interested in gardening and entertaining. This diverse group ranges from first-time homeowners seeking inspiration to seasoned decorators looking for the latest trends. Additionally, the portal appeals to social hosts wanting to elevate their entertaining skills and gardening lovers eager to learn about various plants, landscaping, and sustainable practices. The content is tailored to cater to different skill levels and interests, ensuring a broad reach while maintaining a strong focus on practical advice and inspiration.\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 - Trending Styles\n - Color Palettes\n\n## Practical Tips\n - Maintenance & Care\n - Budgeting & Planning\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 i="The article is written for the web portal.I will give you important information regarding the web portal:\n - Brief description: DwellzDesigns is a premier infotainment portal dedicated to inspiring homeowners and design enthusiasts alike through a rich tapestry of articles focused on interior design, entertaining, and gardening. It aims to invigorate living spaces and leisure activities with creative ideas and expert advice.\n - Detailed description: DwellzDesigns is an informative and engaging online portal designed for individuals looking to enhance their living environments. The platform offers a wealth of expertly curated content centered around three main categories: interior design, entertaining, and gardening. Visitors can explore innovative design trends, practical tips for hosting gatherings, and insightful gardening techniques that cater to both novice and experienced hobbyists. Whether it’s transforming a room with the latest décor styles, planning the perfect soirée, or cultivating a vibrant garden, DwellzDesigns serves as a valuable resource, fostering creativity and offering guidance to elevate everyday living. With user-friendly navigation and a visually appealing layout, the portal creates an inspiring space for readers to discover fresh ideas and implement them in their homes.\n - Target audience: The primary audience for DwellzDesigns includes homeowners, interior design enthusiasts, and individuals interested in gardening and entertaining. This diverse group ranges from first-time homeowners seeking inspiration to seasoned decorators looking for the latest trends. Additionally, the portal appeals to social hosts wanting to elevate their entertaining skills and gardening lovers eager to learn about various plants, landscaping, and sustainable practices. The content is tailored to cater to different skill levels and interests, ensuring a broad reach while maintaining a strong focus on practical advice and inspiration.\n\n",n="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 - Trending Styles\n - Color Palettes\n\n## Practical Tips\n - Maintenance & Care\n - Budgeting & Planning\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",t="highlighting the key points that will be discussed and the relevance of the topic",a="synthesizing the information presented throughout",r="homeowners, interior design enthusiasts, party hosts, gardening aficionados",s="any numbers, image, slug, step, seo, hand / hands, men, women, human, people, chief, preparing, process, cooking, mixing, serving, tasting, rolling",o=`That is TREMENDOUS important - if category doesn't match - return empty array for that category - []. For example if you don't find any match for $FILTERNAME, return for that category\n$FILTERNAME: []\nResponse in valid json, adhering strictly to json interface below, include every field present in it, but include values in array only suitable for article, all array values are optional!\n${require("../filters.js").getFiltersTypesJSON()}`;exports.END_STEP=a,exports.FILTERS_INFO=o,exports.IMAGES_PROHIBITED_WORDS=s,exports.START_STEP=t,exports.TARGET_AUDIENCE=r,exports.ZERO_SECTION=n,exports.portalInfo=i;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt35turbo/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),p=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),i=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=i,exports.getFiltersPrompt=p,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,6 @@
1
+ import { GetOutlinePrompt, GetEntitiesPrompt, GetFiltersPrompt, GetImagesMetaPrompt, GetSectionPrompt } from 'src/common/types';
2
+ export declare const getBasePrompt: GetOutlinePrompt;
3
+ export declare const getSectionPrompt: GetSectionPrompt;
4
+ export declare const getImagesMetaPrompt: GetImagesMetaPrompt;
5
+ export declare const getFiltersPrompt: GetFiltersPrompt;
6
+ export declare const getEntitiesPrompt: GetEntitiesPrompt;
@@ -0,0 +1 @@
1
+ "use strict";var t=require("../data.js"),e=require("../../../common/prompts/gpt4oMini/articles.js"),o=require("../../../common/data.js"),r=require("../../data.js");const m=(o,r=e.DEFAULT_HEADINGS_NUM,m)=>e.getOutlineCommonPrompt({keyword:o,headingsNum:r,additionalInfo:t.portalInfo,locale:m}),s=o=>e.getSectionCommonPrompt(o,{zeroSectionPrompt:t.ZERO_SECTION,startStep:t.START_STEP,endStep:t.END_STEP,targetAudience:t.TARGET_AUDIENCE}),a=o=>e.getImagesMetaCommonPrompt(o,t.IMAGES_PROHIBITED_WORDS),i=o=>e.getFiltersCommonPrompt(o,t.FILTERS_INFO),p=t=>e.getEntitiesCommonPrompt(t,o.getCategoriesTypesJSON(r.dataStructure));exports.getBasePrompt=m,exports.getEntitiesPrompt=p,exports.getFiltersPrompt=i,exports.getImagesMetaPrompt=a,exports.getSectionPrompt=s;
@@ -0,0 +1,4 @@
1
+ import { GetOpenAiBasedImagePrompt, GetStableDiffusionImagePrompt } from 'src/common/types';
2
+ export declare const getStableDiffusionImagePrompt: GetStableDiffusionImagePrompt;
3
+ export declare const getOpenAiBasedImagePrompt: GetOpenAiBasedImagePrompt;
4
+ export declare const getOpenAiBasedImagePromptDalle2: GetOpenAiBasedImagePrompt;
@@ -0,0 +1 @@
1
+ "use strict";var e=require("../../common/prompts/images.js");const 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 DwellzDesigns",description:"Discover the talent & passion of our authors dedicated to interior design, entertaining, & gardening. 🌿✨"},[exports.PageNames.Home]:{title:"DwellzDesigns: Your Hub for Stylish Living",description:"Explore the latest tips on interior design, entertaining, & gardening. Transform your space into a haven of style! 🏡🌷"},[exports.PageNames.NotFound]:{title:"Oops! Page Not Found - DwellzDesigns",description:"The page you're looking for doesn't exist! Check out our latest articles on interior design, entertaining, & gardening. 🛠️🚫"},[exports.PageNames.AboutUs]:{title:"About DwellzDesigns: Where Style Meets Passion",description:"Learn about our mission to inspire creative living through interior design, entertaining tips, & gardening advice! 💖🌿"},[exports.PageNames.PrivacyPolicy]:{title:"Privacy Policy - DwellzDesigns",description:"Read our Privacy Policy to understand how we handle your information & keep your data secure! 🔒📝"},[exports.PageNames.Terms]:{title:"Terms of Service - DwellzDesigns",description:"Review our Terms of Service to understand the guidelines for using our website and content. 📜⚖️"},[exports.PageNames.Sitemap]:{title:"Sitemap - Navigate DwellzDesigns",description:"Easily find your way around our site with our sitemap, showcasing all our great content on design, entertaining, & gardening! 🌍📖"}},n=[{name:"Ananya Sharma",description:"Ananya Sharma is an acclaimed interior designer with over 10 years of experience in creating innovative and sustainable spaces. Based in Mumbai, she combines traditional Indian aesthetics with modern design principles, making her work resonate with a unique flair. Ananya has contributed to various design magazines and is a sought-after consultant for residential projects.",meta_title:"Ananya Sharma | Interior Design Expert | DwellzDesigns",meta_description:"Discover the world of innovative design with Ananya Sharma, an experienced interior designer blending Indian aesthetics with modern practices. Explore her insights on DwellzDesigns."},{name:"Vikrant Kapoor",description:"Vikrant Kapoor is a professional gardener and landscaping expert with over 15 years of experience in cultivating beautiful green spaces. His expertise lies in sustainable gardening practices and the incorporation of native plants. Vikrant is a passionate advocate for environmental conservation and regularly shares his insights through workshops and articles.",meta_title:"Vikrant Kapoor | Sustainable Gardening Expert | DwellzDesigns",meta_description:"Explore sustainable gardening with Vikrant Kapoor, an expert with 15 years of experience. Learn tips and tricks for cultivating vibrant and eco-friendly gardens on DwellzDesigns."},{name:"Priya Mehta",description:"Priya Mehta is an experienced home decor enthusiast and lifestyle blogger based in Delhi. With a keen eye for detail, her articles provide insights into interior styling, home organization, and creating inviting spaces for entertaining. Priya has worked on multiple home decor projects and loves sharing her passion for design with her readers.",meta_title:"Priya Mehta | Home Decor and Lifestyle Blogger | DwellzDesigns",meta_description:"Join Priya Mehta, a passionate home decor blogger, as she shares tips on styling and organizing spaces for the perfect entertaining experience on DwellzDesigns."},{name:"Ravi Joshi",description:"Ravi Joshi is a recognized expert in interior architecture and design with over 12 years of experience. Known for his innovative approaches to residential projects, his work emphasizes functionality and aesthetic appeal. Ravi enjoys sharing his knowledge of space optimization and designing livable interiors through articles and talks.",meta_title:"Ravi Joshi | Interior Architecture Specialist | DwellzDesigns",meta_description:"Discover space optimization and innovative designs with Ravi Joshi, an expert in interior architecture. Dive into his articles on enhancing livable interiors at DwellzDesigns."},{name:"Sita Nair",description:"Sita Nair is a proficient horticulturist with a profound love for plants and gardening. For the past 18 years, she has been helping homeowners create beautiful gardens that thrive in urban settings. Sita’s expertise includes design, plant selection, and sustainable practices, making her a beloved figure in the gardening community.",meta_title:"Sita Nair | Horticulturist and Gardening Specialist | DwellzDesigns",meta_description:"Meet Sita Nair, an expert horticulturist dedicated to helping you create flourishing gardens in urban settings. Read her gardening tips and tricks on DwellzDesigns."},{name:"Neelam Bhatia",description:"Neelam Bhatia is an acclaimed interior stylist with over 9 years of experience in transforming spaces to reflect personal styles. Her approach combines vintage and contemporary design elements, creating timeless aesthetics. Neelam has been featured in various design publications and frequently conducts style workshops.",meta_title:"Neelam Bhatia | Interior Stylist | DwellzDesigns",meta_description:"Unlock the secrets of timeless aesthetics with Neelam Bhatia, an experienced interior stylist. Explore her unique design insights at DwellzDesigns."},{name:"Arjun Rao",description:"Arjun Rao is a professional event planner and entertaining expert based in Bangalore. With over 14 years in the industry, he specializes in creating remarkable gatherings that blend exquisite decor with seamless experiences. Arjun often shares his expertise through engaging articles on planning and executing memorable events.",meta_title:"Arjun Rao | Event Planning and Entertaining Expert | DwellzDesigns",meta_description:"Plan unforgettable gatherings with Arjun Rao, an event planning expert with 14 years of experience. Browse his entertaining tips and insights on DwellzDesigns."},{name:"Malvika Agarwal",description:"Malvika Agarwal is an environmental activist and writer focused on sustainable living and gardening. With a background in environmental science, she aims to educate people about and inspire eco-friendly practices at home. Malvika contributes articles that highlight sustainable gardening techniques ideal for urban dwellers.",meta_title:"Malvika Agarwal | Environmental Activist & Writer | DwellzDesigns",meta_description:"Join Malvika Agarwal on a journey to sustainable living and gardening. Read her insightful articles on eco-friendly practices at DwellzDesigns."},{name:"Rajesh Verma",description:"Rajesh Verma is a well-respected interior designer with a focus on commercial spaces and brand identity. With more than a decade of experience, he brings a forward-thinking approach to his projects, ensuring aesthetics align with functionality. Rajesh often writes about the intersection of design, branding, and customer experience.",meta_title:"Rajesh Verma | Commercial Interior Design Specialist | DwellzDesigns",meta_description:"Explore the intersection of design and branding with Rajesh Verma, an expert in commercial interior spaces. Discover his insights on DwellzDesigns."},{name:"Kavya Bansal",description:"Kavya Bansal is a renowned home entertaining expert and lifestyle consultant based in Chennai. She combines her love for food and decor to create beautiful, memorable gatherings. With over 7 years of experience in hosting and style, Kavya shares her ideas on creating elegant and inviting environments for entertaining.",meta_title:"Kavya Bansal | Home Entertaining Expert | DwellzDesigns",meta_description:"Elevate your hosting with Kavya Bansal, a home entertaining expert. Discover her elegant ideas for memorable gatherings at DwellzDesigns."},{name:"Aditi Sharma",description:"Aditi Sharma is an award-winning interior designer based in Mumbai, with over a decade of experience in residential and commercial design. Her work has been featured in various design magazines and she has a knack for blending traditional Indian aesthetics with contemporary trends.",meta_title:"Aditi Sharma - Interior Designer at DwellzDesigns",meta_description:"Explore the innovative designs of Aditi Sharma, an expert in combining traditional Indian elements with modern interior aesthetics. Discover her insights on DwellzDesigns."},{name:"Rahul Mehta",description:"Rahul Mehta is an expert gardener and landscape designer who specializes in creating sustainable green spaces. With a background in horticulture and over 15 years of practical experience, Rahul writes extensively on gardening tips and plant care.",meta_title:"Rahul Mehta - Gardening Expert at DwellzDesigns",meta_description:"Discover gardening tips and sustainable practices from Rahul Mehta, a seasoned gardener and landscape designer. Transform your green spaces with insights from DwellzDesigns."},{name:"Priya Gupta",description:"Priya Gupta, a food stylist and entertaining guru, has worked with numerous publications to craft stunning tablescapes and menu ideas. With a rich background in culinary arts, she combines her love for food and art to inspire readers through her articles.",meta_title:"Priya Gupta - Entertaining Specialist at DwellzDesigns",meta_description:"Join Priya Gupta, a talented food stylist, and entertaining expert in exploring innovative tablescapes and culinary delights. Get inspired on DwellzDesigns!"},{name:"Karan Desai",description:"Karan Desai is a seasoned interior architect with expertise in commercial spaces. With over 12 years in the industry, he focuses on creating functional and aesthetically pleasing environments that reflect the client's vision.",meta_title:"Karan Desai - Interior Architect at DwellzDesigns",meta_description:"Learn from Karan Desai, an interior architect with over a decade of experience in commercial design. Create spaces that are both functional and stylish at DwellzDesigns."},{name:"Sanya Verma",description:"Sanya Verma is a passionate urban gardener and environmentalist. An author and speaker on sustainable gardening practices, she advocates for eco-friendly designs that harmonize with nature in urban settings.",meta_title:"Sanya Verma - Urban Gardening Advocate at DwellzDesigns",meta_description:"Explore urban gardening with Sanya Verma, a passionate environmentalist sharing insights on sustainable gardening. Cultivate your urban oasis with DwellzDesigns."},{name:"Vikram Singh",description:"Vikram Singh is a prolific writer and interior design consultant, known for his expertise in minimalist design and space optimization. His articles focus on making small spaces stylish and functional.",meta_title:"Vikram Singh - Minimalist Design Consultant at DwellzDesigns",meta_description:"Navigate the world of minimalist design with Vikram Singh, an expert in space optimization. Discover stylish solutions on DwellzDesigns."},{name:"Neha Iyer",description:"Neha Iyer is a certified landscape designer who has worked on various prestigious projects across India. Her articles discuss the importance of indigenous plants and how to incorporate them into modern landscaping.",meta_title:"Neha Iyer - Landscape Designer at DwellzDesigns",meta_description:"Dive into landscaping with Neha Iyer, a certified designer advocating for indigenous plants. Transform your outdoor spaces with DwellzDesigns insights."},{name:"Anil Kapoor",description:"Anil Kapoor is a professional event planner and home entertainer with a focus on seamless gatherings and exquisite aesthetics. He brings over 20 years of experience in curating unforgettable experiences for guests.",meta_title:"Anil Kapoor - Event Planning Expert at DwellzDesigns",meta_description:"Transform your gatherings with expert tips from Anil Kapoor, a professional event planner dedicated to exquisite aesthetics. Elevate your home entertaining with DwellzDesigns."},{name:"Maya Reddy",description:"Maya Reddy is an acclaimed sustainable designer who integrates eco-friendly practices into interior design projects. Her work demonstrates how stylish interiors can also be environmentally responsible.",meta_title:"Maya Reddy - Sustainable Designer at DwellzDesigns",meta_description:"Explore sustainable and stylish design with Maya Reddy, an acclaimed interior designer. Discover eco-friendly practices for your home at DwellzDesigns."},{name:"Siddharth Nair",description:"Siddharth Nair is a freelance writer and digital marketer with a passion for home improvement. His articles cover DIY projects, design hacks, and tips to enhance home living spaces.",meta_title:"Siddharth Nair - Home Improvement Writer at DwellzDesigns",meta_description:"Unlock your home's potential with insights from Siddharth Nair, a home improvement writer sharing DIY projects and design hacks at DwellzDesigns."},{name:"Rohan Mehta",description:"Rohan is an innovative garden designer and horticulturist based in Bangalore. With a decade of experience in creating beautiful outdoor spaces, he believes in integrating native plants into urban gardens. Rohan writes extensively about gardening techniques and eco-conscious landscaping practices.",meta_title:"Rohan Mehta - Gardening Specialist at DwellzDesigns",meta_description:"Discover gardening tips and sustainable landscaping ideas with Rohan Mehta, a leading horticulturist and garden designer."},{name:"Priya Kapoor",description:"Priya is an entertaining expert and event planner with a focus on creating memorable gatherings. With her extensive experience hosting themed events and parties, she shares ideas for perfect home entertaining, incorporating décor, food, and guest engagement.",meta_title:"Priya Kapoor - Entertaining Guru at DwellzDesigns",meta_description:"Find expert entertaining advice from Priya Kapoor, specializing in creating unforgettable events in the comfort of your home."},{name:"Nisha Gupta",description:"Nisha is a passionate green thumb and environmentalist who champions urban gardening. With her expertise in organic gardening, she educates others on how to grow their own vegetables and herbs in limited spaces, emphasizing sustainability and health.",meta_title:"Nisha Gupta - Urban Gardening Advocate at DwellzDesigns",meta_description:"Learn about urban gardening and organic practices with Nisha Gupta, an advocate for sustainable living and healthy lifestyles."},{name:"Siddharth Rao",description:"Siddharth is an interior stylist and visual artist who brings a vibrant touch to home décor. His articles often explore color theory and its application in interior spaces, helping readers understand how to enhance their environments.",meta_title:"Siddharth Rao - Interior Stylist at DwellzDesigns",meta_description:"Elevate your home décor with insights from Siddharth Rao, an interior stylist who explores the interplay of color in design."},{name:"Ananya Verma",description:"Ananya is a lifestyle blogger and event décor specialist known for her creative flair. With years of experience in crafting themed décor for various occasions, she draws inspiration from Indian traditions while incorporating modern trends.",meta_title:"Ananya Verma - Event Décor Specialist at DwellzDesigns",meta_description:"Explore innovative event décor ideas with Ananya Verma, who blends traditional Indian aesthetics with contemporary style."},{name:"Deepak Joshi",description:"Deepak is an expert landscape architect who focuses on creating harmonious outdoor spaces. With a strong background in sustainable design, he integrates ecological principles in his landscape projects while providing valuable tips through his writing.",meta_title:"Deepak Joshi - Landscape Architect at DwellzDesigns",meta_description:"Learn about sustainable landscape design with Deepak Joshi, an expert in creating eco-friendly and aesthetically pleasing outdoor spaces."},{name:"Meera Nair",description:"Meera is an eco-friendly craft enthusiast and interior decorator, who specializes in upcycling materials to create unique home accessories. She shares creative ideas and tutorials that inspire others to embrace sustainability in their everyday living.",meta_title:"Meera Nair - Eco-Friendly Decorator at DwellzDesigns",meta_description:"Discover creative upcycling and eco-friendly decorating tips with Meera Nair, a pioneer in sustainable home design solutions."},{name:"Karan Malhotra",description:"Karan is a seasoned chef and entertaining blogger passionate about creating culinary experiences. He shares tips on planning dinners and parties, focusing on how good food and ambiance come together to create unforgettable gatherings.",meta_title:"Karan Malhotra - Culinary Entertaining Expert at DwellzDesigns",meta_description:"Host unforgettable gatherings with culinary insights from Karan Malhotra, an expert in food and entertaining."},{name:"Ananya Gupta",description:"Ananya Gupta is a freelance writer and gardening enthusiast who focuses on sustainable gardening practices. With a background in Environmental Science, she shares her knowledge through engaging articles that empower readers to cultivate beautiful gardens while caring for the planet. Ananya's passion for plants and eco-friendly practices shines through her contributions at DwellzDesigns.",meta_title:"Ananya Gupta - Gardening Writer at DwellzDesigns",meta_description:"Discover Ananya Gupta's gardening tips on DwellzDesigns, highlighting sustainable practices and innovative solutions for eco-friendly gardening."},{name:"Suresh Patil",description:"Suresh Patil is an expert in home entertaining and event styling, bringing over 15 years of experience in the hospitality industry to his writing. His elegant approach to hosting and decor allows him to create memorable experiences and inspire readers with practical tips in his articles for DwellzDesigns.",meta_title:"Suresh Patil - Entertaining Specialist at DwellzDesigns",meta_description:"Learn from Suresh Patil's vast experience in home entertaining at DwellzDesigns, with practical tips and creative ideas for unforgettable gatherings."},{name:"Priya Sharma",description:"Priya Sharma is a passionate interior stylist and lifestyle blogger who specializes in chic and affordable home decor. With her years of experience in retail and home furnishings, she shares expert design hacks and ideas that make stylish living accessible to everyone. Her contributions to DwellzDesigns aim to inspire a love for interior design.",meta_title:"Priya Sharma - Interior Stylist at DwellzDesigns",meta_description:"Follow Priya Sharma's affordable interior styling tips on DwellzDesigns, showcasing chic decor ideas that transform any space beautifully."},{name:"Arjun Khosla",description:"Arjun Khosla is a landscape designer with a flair for creating stunning outdoor spaces that reflect cultural heritage. His work focuses on integrating local flora and traditional landscaping techniques with modern environmental principles. At DwellzDesigns, Arjun offers valuable insights on gardening and outdoor design, enriching readers' knowledge.",meta_title:"Arjun Khosla - Landscape Designer at DwellzDesigns",meta_description:"Explore Arjun Khosla's expertise in landscaping and gardening on DwellzDesigns, blending traditional heritage with modern design principles."},{name:"Neha Joshi",description:"Neha Joshi is a creative chef and home entertaining expert who focuses on cultural cuisine and themed events. Her passion for cooking and design has inspired her to fuse culinary artistry with elegant decor, making her articles at DwellzDesigns a delight for readers looking to elevate their dining experiences.",meta_title:"Neha Joshi - Culinary and Entertaining Writer at DwellzDesigns",meta_description:"Discover Neha Joshi's unique culinary insights on DwellzDesigns, combining exquisite recipes with stylish entertaining tips for memorable occasions."},{name:"Kabir Singh",description:"Kabir Singh is an award-winning architect and interior designer, celebrated for his innovative designs that pay homage to Indian culture. With a career spanning over 20 years, he shares his architectural philosophy and insights through informative articles at DwellzDesigns, inspiring both budding designers and homeowners alike.",meta_title:"Kabir Singh - Architect and Designer at DwellzDesigns",meta_description:"Engage with Kabir Singh's insightful architectural and design articles on DwellzDesigns, celebrating India's rich cultural heritage through modern architecture."},{name:"Maya Nair",description:"Maya Nair is a gardening and wellness advocate known for her holistic approach to plant care. As an urban gardening specialist, she emphasizes the connection between mental health and gardening, providing readers with nurturing techniques and mindful practices in her articles for DwellzDesigns.",meta_title:"Maya Nair - Urban Gardening Expert at DwellzDesigns",meta_description:"Explore Maya Nair's gardening wisdom on DwellzDesigns, focusing on the healing power of plants and tips for urban gardening enthusiasts."},{name:"Rahim Bhatia",description:"Rahim Bhatia is an interior design consultant with a keen eye for spatial experimentation. With a diverse portfolio that includes residential and commercial spaces, he shares trend analysis and insights on innovative design solutions through his articles at DwellzDesigns, catering to the evolving tastes of homeowners.",meta_title:"Rahim Bhatia - Interior Design Consultant at DwellzDesigns",meta_description:"Delve into Rahim Bhatia's design insights on DwellzDesigns, showcasing innovative solutions and the latest trends in interior design."},{name:"Poonam Rasgotra",description:"Poonam Rasgotra is a passionate interior decor influencer and DIY enthusiast, with a focus on repurposing and upcycling materials. Her creative flair and practical tips assist readers in making sustainable and stylish choices within their homes. Through her contributions to DwellzDesigns, Poonam empowers others to embrace their creativity.",meta_title:"Poonam Rasgotra - DIY and Decor Influencer at DwellzDesigns",meta_description:"Follow Poonam Rasgotra on DwellzDesigns for inspiring DIY decor ideas and sustainable practices that elevate your living spaces with creativity and style."},{name:"Sarah Thompson",description:"Sarah Thompson is an experienced interior designer based in London, with over 10 years of expertise in residential and commercial spaces. She has a passion for sustainability and often incorporates eco-friendly elements into her designs. Sarah loves sharing her design insights and DIY tips with readers to inspire their own projects.",meta_title:"Sarah Thompson - Interior Design Expert at DwellzDesigns",meta_description:"Discover the creative genius of Sarah Thompson, a leading interior designer with over a decade of experience. Explore her insights on sustainable design and DIY tips for your home."},{name:"Michael Lee",description:"Michael Lee, a gardening aficionado from Sydney, Australia, specializes in urban gardening and landscaping. With a degree in Horticulture and over 8 years of professional experience, he provides valuable tips and tricks for creating beautiful gardens in limited spaces. Michael's articles motivate readers to embrace gardening as a vital part of their lives.",meta_title:"Michael Lee - Gardening Expert at DwellzDesigns",meta_description:"Meet Michael Lee, an urban gardening expert dedicated to helping you cultivate beautiful green spaces. Get inspired with Michael's expert gardening tips and landscaping ideas."},{name:"Isabella Rossi",description:"Isabella Rossi is a renowned lifestyle blogger from Florence, Italy, who focuses on interior design and entertaining. With her background in art history, she brings a unique perspective to the world of aesthetics. Isabella loves sharing her tips on throwing memorable gatherings and creating inviting spaces.",meta_title:"Isabella Rossi - Lifestyle and Entertaining Expert at DwellzDesigns",meta_description:"Explore the elegant world of Isabella Rossi, a lifestyle blogger specializing in interior design and entertaining. Discover her exceptional tips for hosting unforgettable events."},{name:"Raj Patel",description:"Raj Patel is a landscape architect based in Mumbai, India, with over 15 years of experience in designing gardens and public parks. He combines traditional Indian gardening techniques with modern aesthetics, creating spaces that reflect cultural heritage. Raj’s passion for nature shines through in his writing as he shares his insights on creating sustainable landscapes.",meta_title:"Raj Patel - Landscape Architecture Specialist at DwellzDesigns",meta_description:"Join Raj Patel, a skilled landscape architect, as he shares his expertise in designing sustainable landscapes that blend tradition and modernity. Learn from his insightful articles."},{name:"Emma Johnson",description:"Emma Johnson is an entertaining expert and cookbook author from New York City. With a keen eye for interior styling and a love for hosting, she focuses on creating inviting dining spaces and recipe ideas for casual gatherings. Emma’s fun and approachable writing style makes her tips easy to incorporate into everyday life.",meta_title:"Emma Johnson - Entertaining and Culinary Expert at DwellzDesigns",meta_description:"Dive into the world of entertaining with Emma Johnson, an expert in creating inviting dining spaces and delicious recipes for gatherings. Get ready to host like a pro!"},{name:"Carlos Mendoza",description:"Carlos Mendoza is a passionate interior designer from Barcelona, Spain, specializing in modern minimalist designs. With over a decade of experience, Carlos focuses on creating functional yet stylish spaces that prioritize comfort. His articles often emphasize the importance of decluttering and smart design solutions.",meta_title:"Carlos Mendoza - Modern Interior Design Specialist at DwellzDesigns",meta_description:"Discover modern minimalist design with Carlos Mendoza, a Barcelona-based interior designer dedicated to functional and stylish living spaces. Find design inspiration in his articles."},{name:"Katia Hwang",description:"Katia Hwang is a gardening writer and consultant from Seoul, South Korea. With a background in environmental sciences, she focuses on sustainable gardening practices and small space gardening. Katia's articles encourage readers to connect with nature and create their own green sanctuaries amidst urban life.",meta_title:"Katia Hwang - Sustainable Gardening Advocate at DwellzDesigns",meta_description:"Explore sustainable gardening with Katia Hwang, an expert dedicated to helping you cultivate your green space in urban settings. Learn sustainable practices in her engaging articles."},{name:"Oliver Bennett",description:"Oliver Bennett is a home decor enthusiast and blogger from Melbourne, Australia. With over 5 years of experience in writing for lifestyle magazines, he specializes in creating budget-friendly decor ideas that transform spaces. Oliver loves to inspire his readers to unleash their creativity without overspending.",meta_title:"Oliver Bennett - Budget-Friendly Home Decor Expert at DwellzDesigns",meta_description:"Join Oliver Bennett as he shares budget-friendly home decor ideas that inspire creativity and transformation. Discover how to style your space without breaking the bank."},{name:"Sophia Martinez",description:"Sophia Martinez is an expert on entertaining and event planning based in Mexico City. With her extensive experience in coordinating high-profile events, she shares essential tips for hosting unforgettable parties. Sophia emphasizes the importance of themes, ambiance, and personal touches in her articles.",meta_title:"Sophia Martinez - Entertaining and Event Planning Specialist at DwellzDesigns",meta_description:"Elevate your entertaining skills with Sophia Martinez, an experienced event planner sharing insider tips for creating memorable gatherings. Discover her expert advice now!"},{name:"Liam O'Sullivan",description:"Liam O'Sullivan is an innovative interior designer from Dublin, Ireland, focusing on combining vintage flair with contemporary styles. With a career spanning over 12 years, Liam shares his favorite techniques for mixing old and new elements in design. He inspires readers to embrace eclectic styles in their own homes.",meta_title:"Liam O'Sullivan - Eclectic Interior Design Specialist at DwellzDesigns",meta_description:"Discover the art of eclectic interior design with Liam O'Sullivan. Read his expert tips on blending vintage and contemporary styles to create unique living spaces."},{name:"Julia Chang",description:"Julia Chang is an award-winning interior designer based in Sydney, Australia. With over 15 years of experience in residential and commercial design, she brings a unique blend of modern aesthetics and traditional elements. Julia is passionate about sustainable design practices and often incorporates eco-friendly materials into her projects. Her work has been featured in various international design magazines.",meta_title:"Julia Chang - Expert Interior Designer at DwellzDesigns",meta_description:"Discover the creative inspirations of Julia Chang, an award-winning interior designer with a knack for blending modern trends and sustainability at DwellzDesigns."},{name:"Michael Thompson",description:"Michael Thompson is a certified gardening expert and landscape designer based in the UK. With his extensive background in horticulture, he specializes in creating stunning outdoor spaces that harmonize with nature. Michael has written for several gardening publications and is dedicated to teaching others the art of horticulture through workshops and online courses.",meta_title:"Michael Thompson - Gardening Guru at DwellzDesigns",meta_description:"Learn gardening techniques and design tips from Michael Thompson, a skilled landscape designer and horticulture expert at DwellzDesigns."},{name:"Sofia Martinez",description:"Sofia Martinez is an acclaimed home decor writer and stylist from Mexico City. Her creative flair and cultural insights inspire her articles on interior design, giving readers fresh ideas for their living spaces. With over a decade of experience in lifestyle blogging and a degree in Fine Arts, Sofia connects art and functionality in her writing.",meta_title:"Sofia Martinez - Home Decor Writer at DwellzDesigns",meta_description:"Explore interior design insights from Sofia Martinez, a talented home decor writer and stylist who brings art and culture to DwellzDesigns."},{name:"Liam O'Connor",description:"Liam O'Connor is an acclaimed writer and entertaining expert from Dublin, Ireland. With years of experience in hospitality management, he shares practical tips on hosting, food arrangements, and table settings. Liam's passion for culinary arts and entertaining makes him a sought-after speaker at lifestyle events and workshops.",meta_title:"Liam O'Connor - Entertaining Expert at DwellzDesigns",meta_description:"Discover entertaining tips and culinary inspiration from Liam O'Connor, a professional in hospitality and event planning at DwellzDesigns."},{name:"Aisha Patel",description:"Aisha Patel, a Mumbai-based interior designer, focuses on creating vibrant and culturally rich living spaces. With a background in architecture and over 8 years of experience, she incorporates traditional Indian design elements into modern spaces. Aisha's work has been celebrated for its unique blending of colors and textures.",meta_title:"Aisha Patel - Culturally Inspired Interior Designer at DwellzDesigns",meta_description:"Dive into the world of cultural design with Aisha Patel, a talented interior designer who fuses tradition and modernity at DwellzDesigns."},{name:"David Kim",description:"David Kim is a multifaceted home improvement writer and DIY enthusiast based in Seoul, South Korea. With his extensive experience in renovations and interior projects, David provides readers with actionable advice and innovative ideas to elevate their spaces. He is also a columnist for several home improvement blogs.",meta_title:"David Kim - DIY and Home Improvement Writer at DwellzDesigns",meta_description:"Unlock your home's potential with DIY tips from David Kim, an expert in renovations and home improvement writing at DwellzDesigns."},{name:"Emma Wilson",description:"Emma Wilson is a renowned gardening author and environmental advocate from Toronto, Canada. With a love for native plants and organic gardening, she writes about sustainable gardening practices that promote biodiversity. Emma hosts gardening workshops and has a growing online community of garden enthusiasts.",meta_title:"Emma Wilson - Sustainable Gardening Advocate at DwellzDesigns",meta_description:"Join Emma Wilson, a passionate gardening author, as she shares her expertise in sustainable gardening and biodiversity at DwellzDesigns."},{name:"Sebastian Müller",description:"Sebastian Müller is an emerging voice in modern architecture and design, hailing from Berlin, Germany. A graduate of the Bauhaus University, he focuses on minimalistic design principles that emphasize functionality. His thought-provoking articles on interior architecture have been published in several international magazines.",meta_title:"Sebastian Müller - Minimalist Design Advocate at DwellzDesigns",meta_description:"Explore the world of minimalism with Sebastian Müller, a modern architecture writer and design thinker at DwellzDesigns."},{name:"Fatima Al-Farsi",description:"Fatima Al-Farsi, an interior decorator and lifestyle influencer from Abu Dhabi, UAE, combines traditional Middle Eastern aesthetics with contemporary design. Her engaging blog and articles are filled with insights on color, space, and decor that resonate with a modern audience while honoring heritage.",meta_title:"Fatima Al-Farsi - Interior Decorator & Lifestyle Influencer at DwellzDesigns",meta_description:"Step into the world of decor and culture with Fatima Al-Farsi, an interior decorator blending tradition and modernity at DwellzDesigns."}],a=n.reduce(((e,i)=>Object.assign(Object.assign({},e),{[i.name]:{title:i.meta_title,description:i.meta_description}})),{});exports.AUTHORS_INFO=n,exports.AUTHORS_META=a,exports.PAGES_SEO=i;
@@ -0,0 +1 @@
1
+ :root{--gray-4-a:rgba(0,0,0,0.45);--text-secondary:rgba(0,0,0,0.65);--text-primary:rgba(0,0,0,0.88);--border-color-border-secondary:#F0F0F0;--background-color-bg-base:#FFF;}
@@ -0,0 +1 @@
1
+ :root{--font-size-xx-small:0.625rem;--font-size-x-small:0.75rem;--font-size-small:0.875rem;--font-size-medium:1rem;--font-size-large:1.25rem;--font-size-x-large:1.5rem;--font-size-xx-large:2rem;--h1-font-size:38px;--h1-line-height:46px;--h2-font-size:30px;--h2-line-height:38px;--h3-font-size:24px;--h3-line-height:32px;--h4-font-size:20px;--h4-line-height:28px;--h5-font-size:16px;--h5-line-height:24px;}
@@ -0,0 +1 @@
1
+ html,body,#root {height:100%;width:100%;}body {display:flex;flex-direction:column;align-items:center;margin:0;padding:0;background-color:var(--background-color-bg-base);}#___gatsby {width:100%;}.ant-app {height:100%;}.ant-dropdown-menu,.ant-select-dropdown,.ant-select-selector,.ant-popover-inner {border-radius:8px!important;}
@@ -0,0 +1 @@
1
+ :root{--gap-lg:24px;--gap-md:16px;--gap-sm:12px;--gap-xs:8px;--gap-xss:4px;--padding-lg:24px;--padding-md:16px;--padding-sm:12px;--padding-xs:8px;--padding-xss:4px;--margin-hg:36px;--margin-lg:24px;--margin-md:16px;--margin-sm:12px;--margin-xs:8px;--margin-xss:4px;}
@@ -0,0 +1 @@
1
+ :root {--theme-color-9:#3d3c38;--theme-color-8:#5b5a56;--theme-color-7:#7c7b76;--theme-color-6:#a9a8a5;--theme-color-5:#c4c3c1;--theme-color-3:#f2f1ef;--theme-color-2:#f8f7f6;--color-bg-layout:#fbf8f7;--color-bg-hover:#e7e3e2;--article-border-radius:24px;--btn-border-radius:12px;--category-border-radius:30px;}
@@ -0,0 +1 @@
1
+ @import "sizing.css";@import "colors.css";@import "fonts.css";@import "theme.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tedo-publisher",
3
- "version": "1.3.268",
3
+ "version": "1.3.270",
4
4
  "description": "Package for config files and reusable code/components between projects",
5
5
  "main": "dist/index.js",
6
6
  "files": [