appscms-tools-theme 5.1.8 → 5.1.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/_data/.DS_Store +0 -0
- data/_data/aitools/en/ai-article-writer.json +184 -0
- data/_data/aitools/en/amazon-product-bullet-points-generator.json +222 -0
- data/_data/aitools/en/amazon-product-description-generator.json +222 -0
- data/_data/aitools/en/brand-name-generator.json +215 -0
- data/_data/aitools/en/product-description.json +222 -0
- data/_includes/.DS_Store +0 -0
- data/_includes/aitools/ai-article-writer.html +0 -0
- data/_includes/aitools/amazon-product-bullet-points-generator.html +0 -0
- data/_includes/aitools/amazon-product-description-generator.html +0 -0
- data/_includes/aitools/brand-name-generator.html +0 -0
- data/_includes/aitools/product-description.html +0 -0
- data/_includes/appscms/.DS_Store +0 -0
- data/_includes/appscms/customblog/pageRelatedPosts.html +1 -1
- data/_layouts/content-tool-ai copy 2.html +6611 -0
- data/_layouts/content-tool-ai.html +403 -24
- data/assets/.DS_Store +0 -0
- data/assets/css/content-tool-ai.css +776 -2
- data/assets/js/ai-article-writer.js +0 -0
- data/assets/js/amazon-product-bullet-points-generator.js +464 -0
- data/assets/js/amazon-product-bullet-points-generator3.js +176 -0
- data/assets/js/amazon-product-description-generator.js +309 -0
- data/assets/js/brand-name-generator.js +127 -0
- data/assets/js/product-description.js +299 -0
- metadata +19 -2
@@ -0,0 +1,215 @@
|
|
1
|
+
{
|
2
|
+
"Language": "English",
|
3
|
+
"htmlLangAtt": "en",
|
4
|
+
"h1": "Brand Name Generator",
|
5
|
+
"h2": "",
|
6
|
+
"TITLE": "Brand Name Generator",
|
7
|
+
"META": "",
|
8
|
+
"inputs": [
|
9
|
+
{
|
10
|
+
"label": "What does your brand represent?",
|
11
|
+
"name": "input0",
|
12
|
+
"type": "text",
|
13
|
+
"placeholder": "Describe your business type and values",
|
14
|
+
"options": []
|
15
|
+
}
|
16
|
+
],
|
17
|
+
"advancedInputs": [
|
18
|
+
{
|
19
|
+
"label": "Language",
|
20
|
+
"name": "language",
|
21
|
+
"type": "select",
|
22
|
+
"placeholder": "",
|
23
|
+
"options": [
|
24
|
+
"English (US)",
|
25
|
+
"English (UK)",
|
26
|
+
"French",
|
27
|
+
"Spanish",
|
28
|
+
"German",
|
29
|
+
"Italian",
|
30
|
+
"Dutch",
|
31
|
+
"Arabic",
|
32
|
+
"Portuguese",
|
33
|
+
"Portuguese (BR)",
|
34
|
+
"Swedish",
|
35
|
+
"Norwegian",
|
36
|
+
"Danish",
|
37
|
+
"Finnish",
|
38
|
+
"Romanian",
|
39
|
+
"Czech",
|
40
|
+
"Slovak",
|
41
|
+
"Slovenian",
|
42
|
+
"Hungarian",
|
43
|
+
"Hebrew",
|
44
|
+
"Polish",
|
45
|
+
"Turkish",
|
46
|
+
"Russian",
|
47
|
+
"Hindi",
|
48
|
+
"Thai",
|
49
|
+
"Japonese",
|
50
|
+
"Chinese (Simplified)",
|
51
|
+
"Korean",
|
52
|
+
"Indonesian",
|
53
|
+
"Greek",
|
54
|
+
"Bulgarian",
|
55
|
+
"Ukrainian",
|
56
|
+
"Estonian",
|
57
|
+
"Latvian",
|
58
|
+
"Lithuanian",
|
59
|
+
"Croatian",
|
60
|
+
"Serbian",
|
61
|
+
"Bosnian",
|
62
|
+
"Macedonian",
|
63
|
+
"Albanian",
|
64
|
+
"Vietnamese"
|
65
|
+
]
|
66
|
+
},
|
67
|
+
{
|
68
|
+
"label": "Tone of voice",
|
69
|
+
"name": "tone",
|
70
|
+
"type": "select",
|
71
|
+
"placeholder": "",
|
72
|
+
"options": [
|
73
|
+
"Formal",
|
74
|
+
"Professional",
|
75
|
+
"Confident",
|
76
|
+
"Persuasive",
|
77
|
+
"Authoritative",
|
78
|
+
"Friendly",
|
79
|
+
"Empathetic",
|
80
|
+
"Serious",
|
81
|
+
"Sympathetic",
|
82
|
+
"Informal",
|
83
|
+
"Warm",
|
84
|
+
"Emotional",
|
85
|
+
"Optimistic",
|
86
|
+
"Playful",
|
87
|
+
"Humorous",
|
88
|
+
"Witty",
|
89
|
+
"Ironic",
|
90
|
+
"Sarcastic",
|
91
|
+
"Pessimistic",
|
92
|
+
"Cynical",
|
93
|
+
"Tentative",
|
94
|
+
"Adventurous",
|
95
|
+
"Bold",
|
96
|
+
"Cold",
|
97
|
+
"Relaxed",
|
98
|
+
"Luxury",
|
99
|
+
"Clinical"
|
100
|
+
]
|
101
|
+
}
|
102
|
+
],
|
103
|
+
"jsfilepaths": [
|
104
|
+
"/assets/js/brand-name-generator.js"
|
105
|
+
],
|
106
|
+
"categories": [],
|
107
|
+
"primaryKeywords": [],
|
108
|
+
"secondaryKeywords": [],
|
109
|
+
"TEXTUAL_CONTENT": [
|
110
|
+
{
|
111
|
+
"priority": 1,
|
112
|
+
"logoUrl": "",
|
113
|
+
"header": "",
|
114
|
+
"content": ""
|
115
|
+
},
|
116
|
+
{
|
117
|
+
"priority": 1,
|
118
|
+
"logoUrl": "",
|
119
|
+
"header": "",
|
120
|
+
"content": ""
|
121
|
+
},
|
122
|
+
{
|
123
|
+
"priority": 1,
|
124
|
+
"logoUrl": "",
|
125
|
+
"header": "",
|
126
|
+
"content": ""
|
127
|
+
},
|
128
|
+
{
|
129
|
+
"priority": 1,
|
130
|
+
"logoUrl": "",
|
131
|
+
"header": "",
|
132
|
+
"content": ""
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"priority": 1,
|
136
|
+
"logoUrl": "",
|
137
|
+
"header": "",
|
138
|
+
"content": ""
|
139
|
+
},
|
140
|
+
{
|
141
|
+
"priority": 1,
|
142
|
+
"logoUrl": "",
|
143
|
+
"header": "",
|
144
|
+
"content": ""
|
145
|
+
}
|
146
|
+
],
|
147
|
+
"HOW_TO_CONTENT": {
|
148
|
+
"logoImageUrl": "",
|
149
|
+
"heading": "",
|
150
|
+
"steps": [
|
151
|
+
"",
|
152
|
+
"",
|
153
|
+
"",
|
154
|
+
""
|
155
|
+
]
|
156
|
+
},
|
157
|
+
"FAQ": [
|
158
|
+
{
|
159
|
+
"question": "",
|
160
|
+
"answer": ""
|
161
|
+
},
|
162
|
+
{
|
163
|
+
"question": "",
|
164
|
+
"answer": ""
|
165
|
+
},
|
166
|
+
{
|
167
|
+
"question": "",
|
168
|
+
"answer": ""
|
169
|
+
},
|
170
|
+
{
|
171
|
+
"question": "",
|
172
|
+
"answer": ""
|
173
|
+
},
|
174
|
+
{
|
175
|
+
"question": "",
|
176
|
+
"answer": ""
|
177
|
+
}
|
178
|
+
],
|
179
|
+
"infographics": [
|
180
|
+
{
|
181
|
+
"image": "",
|
182
|
+
"description": "",
|
183
|
+
"alt": ""
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"image": "",
|
187
|
+
"description": "",
|
188
|
+
"alt": ""
|
189
|
+
},
|
190
|
+
{
|
191
|
+
"image": "",
|
192
|
+
"description": "",
|
193
|
+
"alt": ""
|
194
|
+
}
|
195
|
+
],
|
196
|
+
"author": "lakshmi",
|
197
|
+
"contributors": [
|
198
|
+
{
|
199
|
+
"name": "Debosmita Bedajna"
|
200
|
+
},
|
201
|
+
{
|
202
|
+
"name": "Suchita Kasab"
|
203
|
+
},
|
204
|
+
{
|
205
|
+
"name": "RK Shree"
|
206
|
+
},
|
207
|
+
{
|
208
|
+
"name": "Bandana"
|
209
|
+
},
|
210
|
+
{
|
211
|
+
"name": "Manpreet Singh"
|
212
|
+
}
|
213
|
+
],
|
214
|
+
"icon": "™️"
|
215
|
+
}
|
@@ -0,0 +1,222 @@
|
|
1
|
+
{
|
2
|
+
"Language": "English",
|
3
|
+
"htmlLangAtt": "en",
|
4
|
+
"h1": "Product Description",
|
5
|
+
"h2": "",
|
6
|
+
"TITLE": "Product Description",
|
7
|
+
"META": "",
|
8
|
+
"inputs": [
|
9
|
+
{
|
10
|
+
"label": "Enter your product description",
|
11
|
+
"name": "input0",
|
12
|
+
"type": "textarea",
|
13
|
+
"placeholder": "Describe your product, including features and benefits.",
|
14
|
+
"options": []
|
15
|
+
},
|
16
|
+
{
|
17
|
+
"label": "Product Name?",
|
18
|
+
"name": "input1",
|
19
|
+
"type": "text",
|
20
|
+
"placeholder": "Enter the name of your product.",
|
21
|
+
"options": []
|
22
|
+
}
|
23
|
+
],
|
24
|
+
"advancedInputs": [
|
25
|
+
{
|
26
|
+
"label": "Language",
|
27
|
+
"name": "language",
|
28
|
+
"type": "select",
|
29
|
+
"placeholder": "",
|
30
|
+
"options": [
|
31
|
+
"English (US)",
|
32
|
+
"English (UK)",
|
33
|
+
"French",
|
34
|
+
"Spanish",
|
35
|
+
"German",
|
36
|
+
"Italian",
|
37
|
+
"Dutch",
|
38
|
+
"Arabic",
|
39
|
+
"Portuguese",
|
40
|
+
"Portuguese (BR)",
|
41
|
+
"Swedish",
|
42
|
+
"Norwegian",
|
43
|
+
"Danish",
|
44
|
+
"Finnish",
|
45
|
+
"Romanian",
|
46
|
+
"Czech",
|
47
|
+
"Slovak",
|
48
|
+
"Slovenian",
|
49
|
+
"Hungarian",
|
50
|
+
"Hebrew",
|
51
|
+
"Polish",
|
52
|
+
"Turkish",
|
53
|
+
"Russian",
|
54
|
+
"Hindi",
|
55
|
+
"Thai",
|
56
|
+
"Japonese",
|
57
|
+
"Chinese (Simplified)",
|
58
|
+
"Korean",
|
59
|
+
"Indonesian",
|
60
|
+
"Greek",
|
61
|
+
"Bulgarian",
|
62
|
+
"Ukrainian",
|
63
|
+
"Estonian",
|
64
|
+
"Latvian",
|
65
|
+
"Lithuanian",
|
66
|
+
"Croatian",
|
67
|
+
"Serbian",
|
68
|
+
"Bosnian",
|
69
|
+
"Macedonian",
|
70
|
+
"Albanian",
|
71
|
+
"Vietnamese"
|
72
|
+
]
|
73
|
+
},
|
74
|
+
{
|
75
|
+
"label": "Tone of voice",
|
76
|
+
"name": "tone",
|
77
|
+
"type": "select",
|
78
|
+
"placeholder": "",
|
79
|
+
"options": [
|
80
|
+
"Formal",
|
81
|
+
"Professional",
|
82
|
+
"Confident",
|
83
|
+
"Persuasive",
|
84
|
+
"Authoritative",
|
85
|
+
"Friendly",
|
86
|
+
"Empathetic",
|
87
|
+
"Serious",
|
88
|
+
"Sympathetic",
|
89
|
+
"Informal",
|
90
|
+
"Warm",
|
91
|
+
"Emotional",
|
92
|
+
"Optimistic",
|
93
|
+
"Playful",
|
94
|
+
"Humorous",
|
95
|
+
"Witty",
|
96
|
+
"Ironic",
|
97
|
+
"Sarcastic",
|
98
|
+
"Pessimistic",
|
99
|
+
"Cynical",
|
100
|
+
"Tentative",
|
101
|
+
"Adventurous",
|
102
|
+
"Bold",
|
103
|
+
"Cold",
|
104
|
+
"Relaxed",
|
105
|
+
"Luxury",
|
106
|
+
"Clinical"
|
107
|
+
]
|
108
|
+
}
|
109
|
+
],
|
110
|
+
"jsfilepaths": [
|
111
|
+
"/assets/js/product-description.js"
|
112
|
+
],
|
113
|
+
"categories": [],
|
114
|
+
"primaryKeywords": [],
|
115
|
+
"secondaryKeywords": [],
|
116
|
+
"TEXTUAL_CONTENT": [
|
117
|
+
{
|
118
|
+
"priority": 1,
|
119
|
+
"logoUrl": "",
|
120
|
+
"header": "",
|
121
|
+
"content": ""
|
122
|
+
},
|
123
|
+
{
|
124
|
+
"priority": 1,
|
125
|
+
"logoUrl": "",
|
126
|
+
"header": "",
|
127
|
+
"content": ""
|
128
|
+
},
|
129
|
+
{
|
130
|
+
"priority": 1,
|
131
|
+
"logoUrl": "",
|
132
|
+
"header": "",
|
133
|
+
"content": ""
|
134
|
+
},
|
135
|
+
{
|
136
|
+
"priority": 1,
|
137
|
+
"logoUrl": "",
|
138
|
+
"header": "",
|
139
|
+
"content": ""
|
140
|
+
},
|
141
|
+
{
|
142
|
+
"priority": 1,
|
143
|
+
"logoUrl": "",
|
144
|
+
"header": "",
|
145
|
+
"content": ""
|
146
|
+
},
|
147
|
+
{
|
148
|
+
"priority": 1,
|
149
|
+
"logoUrl": "",
|
150
|
+
"header": "",
|
151
|
+
"content": ""
|
152
|
+
}
|
153
|
+
],
|
154
|
+
"HOW_TO_CONTENT": {
|
155
|
+
"logoImageUrl": "",
|
156
|
+
"heading": "",
|
157
|
+
"steps": [
|
158
|
+
"",
|
159
|
+
"",
|
160
|
+
"",
|
161
|
+
""
|
162
|
+
]
|
163
|
+
},
|
164
|
+
"FAQ": [
|
165
|
+
{
|
166
|
+
"question": "",
|
167
|
+
"answer": ""
|
168
|
+
},
|
169
|
+
{
|
170
|
+
"question": "",
|
171
|
+
"answer": ""
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"question": "",
|
175
|
+
"answer": ""
|
176
|
+
},
|
177
|
+
{
|
178
|
+
"question": "",
|
179
|
+
"answer": ""
|
180
|
+
},
|
181
|
+
{
|
182
|
+
"question": "",
|
183
|
+
"answer": ""
|
184
|
+
}
|
185
|
+
],
|
186
|
+
"infographics": [
|
187
|
+
{
|
188
|
+
"image": "",
|
189
|
+
"description": "",
|
190
|
+
"alt": ""
|
191
|
+
},
|
192
|
+
{
|
193
|
+
"image": "",
|
194
|
+
"description": "",
|
195
|
+
"alt": ""
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"image": "",
|
199
|
+
"description": "",
|
200
|
+
"alt": ""
|
201
|
+
}
|
202
|
+
],
|
203
|
+
"author": "lakshmi",
|
204
|
+
"contributors": [
|
205
|
+
{
|
206
|
+
"name": "Debosmita Bedajna"
|
207
|
+
},
|
208
|
+
{
|
209
|
+
"name": "Suchita Kasab"
|
210
|
+
},
|
211
|
+
{
|
212
|
+
"name": "RK Shree"
|
213
|
+
},
|
214
|
+
{
|
215
|
+
"name": "Bandana"
|
216
|
+
},
|
217
|
+
{
|
218
|
+
"name": "Manpreet Singh"
|
219
|
+
}
|
220
|
+
],
|
221
|
+
"icon": "📝"
|
222
|
+
}
|
data/_includes/.DS_Store
CHANGED
Binary file
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
data/_includes/appscms/.DS_Store
CHANGED
Binary file
|
@@ -43,7 +43,7 @@
|
|
43
43
|
alt="{{post.title}}" {%- if site.crossorigin -%} crossorigin {%- endif -%}>
|
44
44
|
</a>
|
45
45
|
<div class="card-body">
|
46
|
-
<a class="text-decoration-none text-dark" href="/blog/{{
|
46
|
+
<a class="text-decoration-none text-dark" href="/blog/{{ ActualUrl }}" class="anchor_link"
|
47
47
|
aria-label="{{post.title}}">
|
48
48
|
<h4 class="card-title mb-4 text-left">{{ post.title }}</h4>
|
49
49
|
</a>
|