appscms-tools-theme 1.4.6 → 1.5.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/blog/blog.json +268 -268
- data/_data/rating/rating.json +1 -1
- data/_includes/Rating/rating.html +66 -65
- data/_includes/author_bio.html +3 -2
- data/_includes/cssfile/links.html +7 -8
- data/_includes/custom-head.html +10 -19
- data/_includes/customblog/recentposts.html +3 -2
- data/_includes/customblog/relatedposts.html +6 -4
- data/_includes/feature.html +4 -2
- data/_includes/fileformat/comparisonfiles.html +139 -133
- data/_includes/fileformat/fileformatdetail.html +91 -88
- data/_includes/fileformat/fileinfoformat.html +3 -3
- data/_includes/footer/index.html +7 -3
- data/_includes/head/index.html +9 -6
- data/_includes/header/blogHeader.html +4 -2
- data/_includes/header/index.html +86 -82
- data/_includes/postbox.html +6 -4
- data/_includes/script.html +17 -12
- data/_includes/section/recent_posts.html +33 -32
- data/_includes/section/related_categories_post.html +7 -5
- data/_layouts/blog.html +8 -4
- data/_layouts/download.html +214 -184
- data/_layouts/feature.html +11 -7
- data/_layouts/fileInfo.html +24 -22
- data/_layouts/home.html +14 -9
- data/_layouts/post.html +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: d7c51687d84a982a14407f15c4b8b547afe5839c3e5a13b4a805148de7288f86
|
4
|
+
data.tar.gz: 7be49d85a0ce6d32ddae76074258a6ca097edb5ed3682ca4e2c44536ed1ee703
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: ca12df7ac95484565ccd158bbb8af582b457068224b7c80a1458762fe7792c585cee2b9f356e78415f43d38531fa8495802ae6d73a2891e8b43ae8fe5c428e60
|
7
|
+
data.tar.gz: 3fe19e15d16fc1a6f854561048be57c342b6961a1d9ad935a39bf1f35d8d5e462fa676e745ea6151f56bd04f09547196aaa72274b401d06f50252a942fc4943d
|
data/_data/blog/blog.json
CHANGED
@@ -1,269 +1,269 @@
|
|
1
|
-
[
|
2
|
-
{
|
3
|
-
"tags": [],
|
4
|
-
"categories": [],
|
5
|
-
"title": "Commonly used ADB file commands",
|
6
|
-
"image": "http://localhost:4000/uploads/output-12.png",
|
7
|
-
"layout": "post",
|
8
|
-
"hero": "Keshav",
|
9
|
-
"comments": false,
|
10
|
-
"author": "Keshav",
|
11
|
-
"url": "/blog/commonly-used-adb-file-commands",
|
12
|
-
"date": "2021-08-14"
|
13
|
-
},
|
14
|
-
{
|
15
|
-
"tags": [
|
16
|
-
"ADB device not showing",
|
17
|
-
"Troubleshooot",
|
18
|
-
"How to"
|
19
|
-
],
|
20
|
-
"categories": [
|
21
|
-
"General"
|
22
|
-
],
|
23
|
-
"title": "How to fix the issue of ADB device not showing ",
|
24
|
-
"image": "http://localhost:4000/uploads/output-7.png",
|
25
|
-
"layout": "post",
|
26
|
-
"hero": "Keshav",
|
27
|
-
"comments": false,
|
28
|
-
"author": "Keshav",
|
29
|
-
"url": "/blog/how-to-fix-the-issue-of-adb-device-not-showing",
|
30
|
-
"date": "2021-08-14"
|
31
|
-
},
|
32
|
-
{
|
33
|
-
"tags": [
|
34
|
-
"Install ADB Drivers on Windows 10",
|
35
|
-
"How to",
|
36
|
-
"Install ADB"
|
37
|
-
],
|
38
|
-
"categories": [],
|
39
|
-
"title": "How to Install ADB Drivers on Windows",
|
40
|
-
"image": "http://localhost:4000/uploads/output-10.png",
|
41
|
-
"layout": "post",
|
42
|
-
"hero": "Keshav",
|
43
|
-
"comments": false,
|
44
|
-
"author": "Keshav",
|
45
|
-
"url": "/blog/how-to-install-adb-drivers-on-windows",
|
46
|
-
"date": "2021-08-14"
|
47
|
-
},
|
48
|
-
{
|
49
|
-
"tags": [],
|
50
|
-
"categories": [],
|
51
|
-
"title": "What is ADB Sideload",
|
52
|
-
"image": "http://localhost:4000/uploads/output-11.png",
|
53
|
-
"layout": "post",
|
54
|
-
"hero": "Keshav",
|
55
|
-
"comments": false,
|
56
|
-
"author": "Keshav",
|
57
|
-
"URLS": [
|
58
|
-
{
|
59
|
-
"name": "url1",
|
60
|
-
"url": "url1"
|
61
|
-
},
|
62
|
-
{
|
63
|
-
"name": "url2",
|
64
|
-
"url": "url2"
|
65
|
-
}
|
66
|
-
],
|
67
|
-
"url": "/blog/what-is-adb-sideload",
|
68
|
-
"date": "2021-08-14"
|
69
|
-
},
|
70
|
-
{
|
71
|
-
"tags": [
|
72
|
-
"Difference MySQL and SQLite",
|
73
|
-
"Difference"
|
74
|
-
],
|
75
|
-
"categories": [
|
76
|
-
"General"
|
77
|
-
],
|
78
|
-
"title": "Difference between MySQL and SQLite",
|
79
|
-
"image": "http://localhost:4000/uploads/output-6.png",
|
80
|
-
"layout": "post",
|
81
|
-
"author": "Keshav",
|
82
|
-
"comments": false,
|
83
|
-
"url": "/blog/difference-between-mysql-and-sqlite",
|
84
|
-
"date": "2021-08-08"
|
85
|
-
},
|
86
|
-
{
|
87
|
-
"tags": [
|
88
|
-
"SQLite Database Managers",
|
89
|
-
"Best Managers",
|
90
|
-
"Top four"
|
91
|
-
],
|
92
|
-
"categories": [],
|
93
|
-
"title": "Top SQLite Database Managers",
|
94
|
-
"image": "http://localhost:4000/uploads/output-5.png",
|
95
|
-
"layout": "post",
|
96
|
-
"author": "Keshav",
|
97
|
-
"comments": false,
|
98
|
-
"url": "/blog/top-sqlite-database-managers",
|
99
|
-
"date": "2021-08-08"
|
100
|
-
},
|
101
|
-
{
|
102
|
-
"tags": [
|
103
|
-
"Guide",
|
104
|
-
"SQLite in ubuntu",
|
105
|
-
"How to"
|
106
|
-
],
|
107
|
-
"categories": [
|
108
|
-
"General"
|
109
|
-
],
|
110
|
-
"title": "How to install SQLite on Ubuntu",
|
111
|
-
"image": "http://localhost:4000/uploads/output-3.png",
|
112
|
-
"layout": "post",
|
113
|
-
"author": "Keshav",
|
114
|
-
"comments": false,
|
115
|
-
"url": "/blog/how-to-install-sqlite-on-ubuntu",
|
116
|
-
"date": "2021-08-06"
|
117
|
-
},
|
118
|
-
{
|
119
|
-
"tags": [
|
120
|
-
"SQLite database view Android",
|
121
|
-
"SQL viewer",
|
122
|
-
"How to"
|
123
|
-
],
|
124
|
-
"categories": [],
|
125
|
-
"title": "How to view SQLite Database from Android Studio",
|
126
|
-
"image": "http://localhost:4000/uploads/output-2.png",
|
127
|
-
"layout": "post",
|
128
|
-
"hero": "",
|
129
|
-
"comments": false,
|
130
|
-
"author": "keshav",
|
131
|
-
"url": "/blog/how-to-view-sqlite-database-from-android-studio",
|
132
|
-
"date": "2021-08-06"
|
133
|
-
},
|
134
|
-
{
|
135
|
-
"tags": [
|
136
|
-
"SQLite database limits",
|
137
|
-
"Size limits",
|
138
|
-
"Guide"
|
139
|
-
],
|
140
|
-
"categories": [],
|
141
|
-
"title": "Size limits of the SQLite database",
|
142
|
-
"image": "http://localhost:4000/uploads/output-4.png",
|
143
|
-
"layout": "post",
|
144
|
-
"author": "Keshav",
|
145
|
-
"comments": false,
|
146
|
-
"url": "/blog/size-limits-of-the-sqlite-database",
|
147
|
-
"date": "2021-08-06"
|
148
|
-
},
|
149
|
-
{
|
150
|
-
"tags": [],
|
151
|
-
"categories": [],
|
152
|
-
"title": "3 Ways to run a .JAR file",
|
153
|
-
"image": "http://localhost:4000/uploads/how-to-open-jar-files-on-windows-10.jpg",
|
154
|
-
"layout": "post",
|
155
|
-
"hero": "",
|
156
|
-
"author": "ankita",
|
157
|
-
"comments": true,
|
158
|
-
"url": "/blog/3-ways-to-run-a.jar-file",
|
159
|
-
"date": "2020-12-07"
|
160
|
-
},
|
161
|
-
{
|
162
|
-
"tags": [],
|
163
|
-
"categories": [],
|
164
|
-
"title": "Best .apk decompilers",
|
165
|
-
"image": "http://localhost:4000/uploads/decompile-android-apk-files-tools.jpg",
|
166
|
-
"layout": "post",
|
167
|
-
"hero": "",
|
168
|
-
"author": "ankita",
|
169
|
-
"comments": true,
|
170
|
-
"url": "/blog/best.apk-decompilers",
|
171
|
-
"date": "2020-12-07"
|
172
|
-
},
|
173
|
-
{
|
174
|
-
"tags": [],
|
175
|
-
"categories": [],
|
176
|
-
"title": "How to Open a .JAR file on your PC",
|
177
|
-
"image": "http://localhost:4000/uploads/how-to-open-jar-files.jpg",
|
178
|
-
"layout": "post",
|
179
|
-
"hero": "",
|
180
|
-
"author": "ankita",
|
181
|
-
"comments": true,
|
182
|
-
"url": "/blog/how-to-open-a.jar-file-on-your-pc",
|
183
|
-
"date": "2020-12-07"
|
184
|
-
},
|
185
|
-
{
|
186
|
-
"tags": [],
|
187
|
-
"categories": [],
|
188
|
-
"title": "Why is the .JAR file not opening? | Reason and solution",
|
189
|
-
"image": "http://localhost:4000/uploads/maxresdefault-1.jpg",
|
190
|
-
"layout": "post",
|
191
|
-
"hero": "",
|
192
|
-
"author": "ankita",
|
193
|
-
"comments": true,
|
194
|
-
"url": "/blog/why-is-the.jar-file-not-opening-reason-and-solution",
|
195
|
-
"date": "2020-12-07"
|
196
|
-
},
|
197
|
-
{
|
198
|
-
"tags": [],
|
199
|
-
"categories": [],
|
200
|
-
"title": "Best Java Decompilers",
|
201
|
-
"image": "http://localhost:4000/uploads/java-decompiler-2.png",
|
202
|
-
"layout": "post",
|
203
|
-
"hero": "",
|
204
|
-
"author": "ankita",
|
205
|
-
"comments": true,
|
206
|
-
"url": "/blog/best-java-decompilers",
|
207
|
-
"date": "2020-12-04"
|
208
|
-
},
|
209
|
-
{
|
210
|
-
"tags": [],
|
211
|
-
"categories": [],
|
212
|
-
"title": "Increasing use base by localizing your app",
|
213
|
-
"image": "http://localhost:4000/uploads/benefits-of-mobile-app-localization-for-android-and-iphones.png",
|
214
|
-
"layout": "post",
|
215
|
-
"hero": "",
|
216
|
-
"author": "ankita",
|
217
|
-
"comments": false,
|
218
|
-
"url": "/blog/increasing-use-base-by-localizing-your-app",
|
219
|
-
"date": "2020-12-01"
|
220
|
-
},
|
221
|
-
{
|
222
|
-
"tags": [],
|
223
|
-
"categories": [],
|
224
|
-
"title": "Experimenting with text - ideas for app developers”",
|
225
|
-
"image": "http://localhost:4000/uploads/n.png",
|
226
|
-
"layout": "post",
|
227
|
-
"hero": "",
|
228
|
-
"author": "ankita",
|
229
|
-
"comments": false,
|
230
|
-
"url": "/blog/experimenting-with-text-ideas-for-app-developers",
|
231
|
-
"date": "2020-11-26"
|
232
|
-
},
|
233
|
-
{
|
234
|
-
"tags": [],
|
235
|
-
"categories": [],
|
236
|
-
"title": "Grammatical mistakes which will kill your brand",
|
237
|
-
"image": "http://localhost:4000/uploads/g.png",
|
238
|
-
"layout": "post",
|
239
|
-
"hero": "",
|
240
|
-
"author": "ankita",
|
241
|
-
"comments": false,
|
242
|
-
"url": "/blog/grammatical-mistakes-which-will-kill-your-brand",
|
243
|
-
"date": "2020-11-26"
|
244
|
-
},
|
245
|
-
{
|
246
|
-
"tags": [],
|
247
|
-
"categories": [],
|
248
|
-
"title": "Embarrassing spelling mistakes, #5 will make you ROFL / LOL",
|
249
|
-
"image": "http://localhost:4000/uploads/output-4.png",
|
250
|
-
"layout": "post",
|
251
|
-
"hero": "",
|
252
|
-
"author": "ankita",
|
253
|
-
"comments": false,
|
254
|
-
"url": "/blog/embarrassing-spelling-mistakes-5-will-make-you-rofl-lol",
|
255
|
-
"date": "2020-11-25"
|
256
|
-
},
|
257
|
-
{
|
258
|
-
"tags": [],
|
259
|
-
"categories": [],
|
260
|
-
"title": "Common spelling mistakes in english, which will kill your brand-First impressions count!",
|
261
|
-
"image": "http://localhost:4000/uploads/output-3.png",
|
262
|
-
"layout": "post",
|
263
|
-
"hero": "",
|
264
|
-
"author": "ankita",
|
265
|
-
"comments": false,
|
266
|
-
"url": "/blog/common-spelling-mistakes-in-english-which-will-kill-your-brand-first-impressions-count",
|
267
|
-
"date": "2020-11-20"
|
268
|
-
}
|
1
|
+
[
|
2
|
+
{
|
3
|
+
"tags": [],
|
4
|
+
"categories": [],
|
5
|
+
"title": "Commonly used ADB file commands",
|
6
|
+
"image": "http://localhost:4000/uploads/output-12.png",
|
7
|
+
"layout": "post",
|
8
|
+
"hero": "Keshav",
|
9
|
+
"comments": false,
|
10
|
+
"author": "Keshav",
|
11
|
+
"url": "/blog/commonly-used-adb-file-commands",
|
12
|
+
"date": "2021-08-14"
|
13
|
+
},
|
14
|
+
{
|
15
|
+
"tags": [
|
16
|
+
"ADB device not showing",
|
17
|
+
"Troubleshooot",
|
18
|
+
"How to"
|
19
|
+
],
|
20
|
+
"categories": [
|
21
|
+
"General"
|
22
|
+
],
|
23
|
+
"title": "How to fix the issue of ADB device not showing ",
|
24
|
+
"image": "http://localhost:4000/uploads/output-7.png",
|
25
|
+
"layout": "post",
|
26
|
+
"hero": "Keshav",
|
27
|
+
"comments": false,
|
28
|
+
"author": "Keshav",
|
29
|
+
"url": "/blog/how-to-fix-the-issue-of-adb-device-not-showing",
|
30
|
+
"date": "2021-08-14"
|
31
|
+
},
|
32
|
+
{
|
33
|
+
"tags": [
|
34
|
+
"Install ADB Drivers on Windows 10",
|
35
|
+
"How to",
|
36
|
+
"Install ADB"
|
37
|
+
],
|
38
|
+
"categories": [],
|
39
|
+
"title": "How to Install ADB Drivers on Windows",
|
40
|
+
"image": "http://localhost:4000/uploads/output-10.png",
|
41
|
+
"layout": "post",
|
42
|
+
"hero": "Keshav",
|
43
|
+
"comments": false,
|
44
|
+
"author": "Keshav",
|
45
|
+
"url": "/blog/how-to-install-adb-drivers-on-windows",
|
46
|
+
"date": "2021-08-14"
|
47
|
+
},
|
48
|
+
{
|
49
|
+
"tags": [],
|
50
|
+
"categories": [],
|
51
|
+
"title": "What is ADB Sideload",
|
52
|
+
"image": "http://localhost:4000/uploads/output-11.png",
|
53
|
+
"layout": "post",
|
54
|
+
"hero": "Keshav",
|
55
|
+
"comments": false,
|
56
|
+
"author": "Keshav",
|
57
|
+
"URLS": [
|
58
|
+
{
|
59
|
+
"name": "url1",
|
60
|
+
"url": "url1"
|
61
|
+
},
|
62
|
+
{
|
63
|
+
"name": "url2",
|
64
|
+
"url": "url2"
|
65
|
+
}
|
66
|
+
],
|
67
|
+
"url": "/blog/what-is-adb-sideload",
|
68
|
+
"date": "2021-08-14"
|
69
|
+
},
|
70
|
+
{
|
71
|
+
"tags": [
|
72
|
+
"Difference MySQL and SQLite",
|
73
|
+
"Difference"
|
74
|
+
],
|
75
|
+
"categories": [
|
76
|
+
"General"
|
77
|
+
],
|
78
|
+
"title": "Difference between MySQL and SQLite",
|
79
|
+
"image": "http://localhost:4000/uploads/output-6.png",
|
80
|
+
"layout": "post",
|
81
|
+
"author": "Keshav",
|
82
|
+
"comments": false,
|
83
|
+
"url": "/blog/difference-between-mysql-and-sqlite",
|
84
|
+
"date": "2021-08-08"
|
85
|
+
},
|
86
|
+
{
|
87
|
+
"tags": [
|
88
|
+
"SQLite Database Managers",
|
89
|
+
"Best Managers",
|
90
|
+
"Top four"
|
91
|
+
],
|
92
|
+
"categories": [],
|
93
|
+
"title": "Top SQLite Database Managers",
|
94
|
+
"image": "http://localhost:4000/uploads/output-5.png",
|
95
|
+
"layout": "post",
|
96
|
+
"author": "Keshav",
|
97
|
+
"comments": false,
|
98
|
+
"url": "/blog/top-sqlite-database-managers",
|
99
|
+
"date": "2021-08-08"
|
100
|
+
},
|
101
|
+
{
|
102
|
+
"tags": [
|
103
|
+
"Guide",
|
104
|
+
"SQLite in ubuntu",
|
105
|
+
"How to"
|
106
|
+
],
|
107
|
+
"categories": [
|
108
|
+
"General"
|
109
|
+
],
|
110
|
+
"title": "How to install SQLite on Ubuntu",
|
111
|
+
"image": "http://localhost:4000/uploads/output-3.png",
|
112
|
+
"layout": "post",
|
113
|
+
"author": "Keshav",
|
114
|
+
"comments": false,
|
115
|
+
"url": "/blog/how-to-install-sqlite-on-ubuntu",
|
116
|
+
"date": "2021-08-06"
|
117
|
+
},
|
118
|
+
{
|
119
|
+
"tags": [
|
120
|
+
"SQLite database view Android",
|
121
|
+
"SQL viewer",
|
122
|
+
"How to"
|
123
|
+
],
|
124
|
+
"categories": [],
|
125
|
+
"title": "How to view SQLite Database from Android Studio",
|
126
|
+
"image": "http://localhost:4000/uploads/output-2.png",
|
127
|
+
"layout": "post",
|
128
|
+
"hero": "",
|
129
|
+
"comments": false,
|
130
|
+
"author": "keshav",
|
131
|
+
"url": "/blog/how-to-view-sqlite-database-from-android-studio",
|
132
|
+
"date": "2021-08-06"
|
133
|
+
},
|
134
|
+
{
|
135
|
+
"tags": [
|
136
|
+
"SQLite database limits",
|
137
|
+
"Size limits",
|
138
|
+
"Guide"
|
139
|
+
],
|
140
|
+
"categories": [],
|
141
|
+
"title": "Size limits of the SQLite database",
|
142
|
+
"image": "http://localhost:4000/uploads/output-4.png",
|
143
|
+
"layout": "post",
|
144
|
+
"author": "Keshav",
|
145
|
+
"comments": false,
|
146
|
+
"url": "/blog/size-limits-of-the-sqlite-database",
|
147
|
+
"date": "2021-08-06"
|
148
|
+
},
|
149
|
+
{
|
150
|
+
"tags": [],
|
151
|
+
"categories": [],
|
152
|
+
"title": "3 Ways to run a .JAR file",
|
153
|
+
"image": "http://localhost:4000/uploads/how-to-open-jar-files-on-windows-10.jpg",
|
154
|
+
"layout": "post",
|
155
|
+
"hero": "",
|
156
|
+
"author": "ankita",
|
157
|
+
"comments": true,
|
158
|
+
"url": "/blog/3-ways-to-run-a.jar-file",
|
159
|
+
"date": "2020-12-07"
|
160
|
+
},
|
161
|
+
{
|
162
|
+
"tags": [],
|
163
|
+
"categories": [],
|
164
|
+
"title": "Best .apk decompilers",
|
165
|
+
"image": "http://localhost:4000/uploads/decompile-android-apk-files-tools.jpg",
|
166
|
+
"layout": "post",
|
167
|
+
"hero": "",
|
168
|
+
"author": "ankita",
|
169
|
+
"comments": true,
|
170
|
+
"url": "/blog/best.apk-decompilers",
|
171
|
+
"date": "2020-12-07"
|
172
|
+
},
|
173
|
+
{
|
174
|
+
"tags": [],
|
175
|
+
"categories": [],
|
176
|
+
"title": "How to Open a .JAR file on your PC",
|
177
|
+
"image": "http://localhost:4000/uploads/how-to-open-jar-files.jpg",
|
178
|
+
"layout": "post",
|
179
|
+
"hero": "",
|
180
|
+
"author": "ankita",
|
181
|
+
"comments": true,
|
182
|
+
"url": "/blog/how-to-open-a.jar-file-on-your-pc",
|
183
|
+
"date": "2020-12-07"
|
184
|
+
},
|
185
|
+
{
|
186
|
+
"tags": [],
|
187
|
+
"categories": [],
|
188
|
+
"title": "Why is the .JAR file not opening? | Reason and solution",
|
189
|
+
"image": "http://localhost:4000/uploads/maxresdefault-1.jpg",
|
190
|
+
"layout": "post",
|
191
|
+
"hero": "",
|
192
|
+
"author": "ankita",
|
193
|
+
"comments": true,
|
194
|
+
"url": "/blog/why-is-the.jar-file-not-opening-reason-and-solution",
|
195
|
+
"date": "2020-12-07"
|
196
|
+
},
|
197
|
+
{
|
198
|
+
"tags": [],
|
199
|
+
"categories": [],
|
200
|
+
"title": "Best Java Decompilers",
|
201
|
+
"image": "http://localhost:4000/uploads/java-decompiler-2.png",
|
202
|
+
"layout": "post",
|
203
|
+
"hero": "",
|
204
|
+
"author": "ankita",
|
205
|
+
"comments": true,
|
206
|
+
"url": "/blog/best-java-decompilers",
|
207
|
+
"date": "2020-12-04"
|
208
|
+
},
|
209
|
+
{
|
210
|
+
"tags": [],
|
211
|
+
"categories": [],
|
212
|
+
"title": "Increasing use base by localizing your app",
|
213
|
+
"image": "http://localhost:4000/uploads/benefits-of-mobile-app-localization-for-android-and-iphones.png",
|
214
|
+
"layout": "post",
|
215
|
+
"hero": "",
|
216
|
+
"author": "ankita",
|
217
|
+
"comments": false,
|
218
|
+
"url": "/blog/increasing-use-base-by-localizing-your-app",
|
219
|
+
"date": "2020-12-01"
|
220
|
+
},
|
221
|
+
{
|
222
|
+
"tags": [],
|
223
|
+
"categories": [],
|
224
|
+
"title": "Experimenting with text - ideas for app developers”",
|
225
|
+
"image": "http://localhost:4000/uploads/n.png",
|
226
|
+
"layout": "post",
|
227
|
+
"hero": "",
|
228
|
+
"author": "ankita",
|
229
|
+
"comments": false,
|
230
|
+
"url": "/blog/experimenting-with-text-ideas-for-app-developers",
|
231
|
+
"date": "2020-11-26"
|
232
|
+
},
|
233
|
+
{
|
234
|
+
"tags": [],
|
235
|
+
"categories": [],
|
236
|
+
"title": "Grammatical mistakes which will kill your brand",
|
237
|
+
"image": "http://localhost:4000/uploads/g.png",
|
238
|
+
"layout": "post",
|
239
|
+
"hero": "",
|
240
|
+
"author": "ankita",
|
241
|
+
"comments": false,
|
242
|
+
"url": "/blog/grammatical-mistakes-which-will-kill-your-brand",
|
243
|
+
"date": "2020-11-26"
|
244
|
+
},
|
245
|
+
{
|
246
|
+
"tags": [],
|
247
|
+
"categories": [],
|
248
|
+
"title": "Embarrassing spelling mistakes, #5 will make you ROFL / LOL",
|
249
|
+
"image": "http://localhost:4000/uploads/output-4.png",
|
250
|
+
"layout": "post",
|
251
|
+
"hero": "",
|
252
|
+
"author": "ankita",
|
253
|
+
"comments": false,
|
254
|
+
"url": "/blog/embarrassing-spelling-mistakes-5-will-make-you-rofl-lol",
|
255
|
+
"date": "2020-11-25"
|
256
|
+
},
|
257
|
+
{
|
258
|
+
"tags": [],
|
259
|
+
"categories": [],
|
260
|
+
"title": "Common spelling mistakes in english, which will kill your brand-First impressions count!",
|
261
|
+
"image": "http://localhost:4000/uploads/output-3.png",
|
262
|
+
"layout": "post",
|
263
|
+
"hero": "",
|
264
|
+
"author": "ankita",
|
265
|
+
"comments": false,
|
266
|
+
"url": "/blog/common-spelling-mistakes-in-english-which-will-kill-your-brand-first-impressions-count",
|
267
|
+
"date": "2020-11-20"
|
268
|
+
}
|
269
269
|
]
|
data/_data/rating/rating.json
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"tools":[{"name":"
|
1
|
+
{"tools":[{"name":"compress-pdf","rating":"4.85","votes":33},{"name":"split-pdf-rating-check","rating":"5.00","votes":2}]}
|