appscms-tools-theme 5.1.7 → 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.
Files changed (38) hide show
  1. checksums.yaml +4 -4
  2. data/_data/.DS_Store +0 -0
  3. data/_data/aitools/en/ai-article-writer.json +184 -0
  4. data/_data/aitools/en/amazon-product-bullet-points-generator.json +222 -0
  5. data/_data/aitools/en/amazon-product-description-generator.json +222 -0
  6. data/_data/aitools/en/brand-name-generator.json +215 -0
  7. data/_data/aitools/en/product-description.json +222 -0
  8. data/_data/home/.DS_Store +0 -0
  9. data/_data/home/en/ens.json +143 -0
  10. data/_includes/.DS_Store +0 -0
  11. data/_includes/aitools/ai-article-writer.html +0 -0
  12. data/_includes/aitools/amazon-product-bullet-points-generator.html +0 -0
  13. data/_includes/aitools/amazon-product-description-generator.html +0 -0
  14. data/_includes/aitools/brand-name-generator.html +0 -0
  15. data/_includes/aitools/product-description.html +0 -0
  16. data/_includes/appscms/.DS_Store +0 -0
  17. data/_includes/appscms/customblog/pageRelatedPosts.html +1 -1
  18. data/_includes/appscms/scripts/script.html +3 -2
  19. data/_includes/script.html +159 -93
  20. data/_layouts/content-tool-ai copy 2.html +6611 -0
  21. data/_layouts/content-tool-ai copy.html +261 -0
  22. data/_layouts/content-tool-ai-2.html +353 -0
  23. data/_layouts/content-tool-ai.html +649 -229
  24. data/assets/.DS_Store +0 -0
  25. data/assets/css/content-tool-ai.css +777 -3
  26. data/assets/js/ai-article-writer.js +0 -0
  27. data/assets/js/amazon-product-bullet-points-generator.js +464 -0
  28. data/assets/js/amazon-product-bullet-points-generator3.js +176 -0
  29. data/assets/js/amazon-product-description-generator.js +309 -0
  30. data/assets/js/appscms-login.js +32 -133
  31. data/assets/js/blog-topic-ideas.js +57 -0
  32. data/assets/js/brand-name-generator.js +127 -0
  33. data/assets/js/human-written-blog-post.js +57 -0
  34. data/assets/js/instagram-caption.js +57 -0
  35. data/assets/js/instagram-hashtag-generator.js +10 -0
  36. data/assets/js/instagram-name-generator.js +61 -0
  37. data/assets/js/product-description.js +299 -0
  38. metadata +27 -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/_data/home/.DS_Store CHANGED
Binary file
@@ -0,0 +1,143 @@
1
+ {
2
+ "Language": "English",
3
+ "htmlLangAtt": "en",
4
+ "h1": "Twitter Post",
5
+ "h2": "Generate tweets that resonate with your audience, tailored to your topic and preferred style.",
6
+ "TITLE": "Twitter Post",
7
+ "META": "",
8
+ "inputs": [
9
+ {
10
+ "label": "What is the topic you wish the tweet to be about?",
11
+ "name": "input0",
12
+ "type": "text",
13
+ "placeholder": "Specify the topic of your tweet.",
14
+ "options": []
15
+ },
16
+ {
17
+ "label": "What mood do you want to convey in the tweet?",
18
+ "name": "input1",
19
+ "type": "select",
20
+ "placeholder": "",
21
+ "options": [
22
+ "Informative",
23
+ "Humorous",
24
+ "Inspirational",
25
+ "Thought-Provoking",
26
+ "Conversational",
27
+ "Formal",
28
+ "Casual",
29
+ "Motivational",
30
+ "Sarcastic",
31
+ "Nostalgic",
32
+ "Playful",
33
+ "Poetic",
34
+ "Satirical",
35
+ "Passionate",
36
+ "Uplifting",
37
+ "Empowering",
38
+ "Supportive",
39
+ "Mysterious",
40
+ "Challenging",
41
+ "Celebratory",
42
+ "Romantic",
43
+ "Heartfelt",
44
+ "Curious",
45
+ "Bold",
46
+ "Adventurous"
47
+ ]
48
+ },
49
+ {
50
+ "label": "Who is your Target Audience?",
51
+ "name": "input2",
52
+ "type": "text",
53
+ "placeholder": "Define your target audience for the tweet.",
54
+ "options": []
55
+ }
56
+ ],
57
+ "advancedInputs": [
58
+ {
59
+ "label": "Language",
60
+ "name": "language",
61
+ "type": "select",
62
+ "placeholder": "",
63
+ "options": [
64
+ "English (US)",
65
+ "English (UK)",
66
+ "French",
67
+ "Spanish",
68
+ "German",
69
+ "Italian",
70
+ "Dutch",
71
+ "Arabic",
72
+ "Portuguese",
73
+ "Portuguese (BR)",
74
+ "Swedish",
75
+ "Norwegian",
76
+ "Danish",
77
+ "Finnish",
78
+ "Romanian",
79
+ "Czech",
80
+ "Slovak",
81
+ "Slovenian",
82
+ "Hungarian",
83
+ "Hebrew",
84
+ "Polish",
85
+ "Turkish",
86
+ "Russian",
87
+ "Hindi",
88
+ "Thai",
89
+ "Japonese",
90
+ "Chinese (Simplified)",
91
+ "Korean",
92
+ "Indonesian",
93
+ "Greek",
94
+ "Bulgarian",
95
+ "Ukrainian",
96
+ "Estonian",
97
+ "Latvian",
98
+ "Lithuanian",
99
+ "Croatian",
100
+ "Serbian",
101
+ "Bosnian",
102
+ "Macedonian",
103
+ "Albanian",
104
+ "Vietnamese"
105
+ ]
106
+ },
107
+ {
108
+ "label": "Tone of voice",
109
+ "name": "tone",
110
+ "type": "select",
111
+ "placeholder": "",
112
+ "options": [
113
+ "Formal",
114
+ "Professional",
115
+ "Confident",
116
+ "Persuasive",
117
+ "Authoritative",
118
+ "Friendly",
119
+ "Empathetic",
120
+ "Serious",
121
+ "Sympathetic",
122
+ "Informal",
123
+ "Warm",
124
+ "Emotional",
125
+ "Optimistic",
126
+ "Playful",
127
+ "Humorous",
128
+ "Witty",
129
+ "Ironic",
130
+ "Sarcastic",
131
+ "Pessimistic",
132
+ "Cynical",
133
+ "Tentative",
134
+ "Adventurous",
135
+ "Bold",
136
+ "Cold",
137
+ "Relaxed",
138
+ "Luxury",
139
+ "Clinical"
140
+ ]
141
+ }
142
+ ]
143
+ }
data/_includes/.DS_Store CHANGED
Binary file
File without changes
File without changes
File without changes
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/{{ blogUrl }}" class="anchor_link"
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>
@@ -30,14 +30,15 @@ page.layout == "contenttool-home" -%}
30
30
  src="/assets/js/appscms-search-home1.js"
31
31
  crossorigin="anonymous"
32
32
  ></script>
33
- {%- endif -%} {%- endif -%}
34
-
33
+ {%- endif -%} {%- endif -%} {%- if page.layout != "content-tool-ai" -%}
35
34
  <script
36
35
  data-lang="{{page.lang}}"
37
36
  defer
38
37
  src="/assets/js/appscms-theme.js"
39
38
  crossorigin="anonymous"
40
39
  ></script>
40
+ {%- endif -%}
41
+
41
42
  <script defer src="/assets/js/appscms-infographics.js"></script>
42
43
 
43
44
  {%- if site.userTrackingCount -%} {%- include customScripts.html -%} {%- endif