appscms-tools-theme 3.9.5 → 3.9.7

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 (44) hide show
  1. checksums.yaml +4 -4
  2. data/_data/blog/relatedblogs.json +252 -252
  3. data/_data/feature/en/3_shop_posters.json +361 -1
  4. data/_data/feature/en/allele-frequency.json +321 -1
  5. data/_data/feature/en/batch-conversion.json +153 -1
  6. data/_data/feature/en/compress-pdf.json +6 -6
  7. data/_data/feature/en/devtools.json +299 -1
  8. data/_data/feature/en/face-detection.json +123 -1
  9. data/_data/feature/en/split-pdf.json +176 -1
  10. data/_data/feature/en/theframe.json +126 -1
  11. data/_data/feature/hi/compress-pdf.json +162 -1
  12. data/_data/feature/tr/compress-pdf.json +161 -1
  13. data/_data/home/en/en.json +6 -6
  14. data/_data/home/en/photoeffects.json +97 -1
  15. data/_data/home-1/en/en.json +308 -1
  16. data/_includes/appscms/footer/footer.html +1 -1
  17. data/_includes/appscms/head/bloghead.html +200 -0
  18. data/_includes/appscms/home/feature-boxes.html +1 -1
  19. data/_includes/appscms/navbars/navbar.html +1 -1
  20. data/_includes/appscms/navbars/toolbar.html +90 -39
  21. data/_includes/batch-conversion.html +137 -62
  22. data/_includes/dropdown/langdropdown.html +25 -15
  23. data/_includes/header/blogHeader.html +1 -1
  24. data/_includes/paginationBlogPage.html +62 -64
  25. data/_layouts/allAuthors.html +101 -91
  26. data/_layouts/appscms-author.html +409 -0
  27. data/_layouts/appscms-authors.html +132 -0
  28. data/_layouts/appscms-blog.html +129 -27
  29. data/_layouts/appscms-home.html +15 -0
  30. data/_layouts/appscms-imagekit.html +1 -1
  31. data/_layouts/appscms-post.html +244 -0
  32. data/_layouts/batch.html +159 -108
  33. data/_layouts/blog.html +112 -76
  34. data/_layouts/calculator.html +85 -76
  35. data/_layouts/feature-1.html +3 -6
  36. data/_layouts/feature.html +2 -5
  37. data/_layouts/frame.html +2 -2
  38. data/_layouts/imagekit.html +4 -4
  39. data/assets/css/appscms-blog.css +500 -0
  40. data/assets/css/appscms-theme.css +30 -9
  41. data/assets/css/calculators.css +0 -1
  42. data/assets/js/appscms-search.js +10 -2
  43. data/assets/js/appscms-theme.js +28 -0
  44. metadata +7 -2
@@ -0,0 +1,500 @@
1
+ /**********************************************/
2
+ /***************BLOG-CSS-STYLING *************/
3
+
4
+ /********************************************/
5
+
6
+ html {
7
+ scroll-behavior: smooth;
8
+ font-size: 62.5%;
9
+ }
10
+ body {
11
+ font-family: "Open Sans", sans-serif !important;
12
+ }
13
+ a {
14
+ text-decoration: none !important;
15
+ }
16
+ img {
17
+ width: 100%;
18
+ }
19
+ /* logo styling */
20
+ .logo {
21
+ width: 50px;
22
+ border-radius: 50%;
23
+ }
24
+
25
+ header {
26
+ width: 100%;
27
+ position: relative;
28
+ }
29
+ .navbar {
30
+ width: 100%;
31
+ padding: 1.2rem 9% !important;
32
+ position: fixed;
33
+ top: 0;
34
+ left: 0;
35
+ z-index: 999;
36
+ border-bottom: 1px solid rgba(0, 0, 0, 0.1);
37
+ }
38
+ .navbar-nav {
39
+ align-items: center;
40
+ }
41
+ .navbar-brand {
42
+ font-size: 2.2rem;
43
+ color: var(--txtColor) !important;
44
+ font-weight: 900;
45
+ }
46
+ .navbar-brand-image {
47
+ width: 80%;
48
+ display: inline-block;
49
+ max-width: 40px;
50
+ }
51
+ .navbar-dark .navbar-toggler {
52
+ outline: none !important;
53
+ }
54
+ .navbar-nav .nav-item {
55
+ padding: 0 10px;
56
+ }
57
+ .navbar-nav .nav-link:hover {
58
+ color: var(--txtColor) !important;
59
+ transition: all 0.2s linear;
60
+ -webkit-transition: all 0.2s linear;
61
+ -moz-transition: all 0.2s linear;
62
+ }
63
+ .nav-link {
64
+ text-decoration: none !important;
65
+ font-size: 16px;
66
+ color: gray !important;
67
+ }
68
+ /* close */
69
+
70
+ /* blogs-card title, content styling */
71
+ .anchor_link {
72
+ text-decoration: none !important;
73
+ color: #343a40 !important;
74
+ }
75
+ .anchor_link:hover {
76
+ transition: all 0.5s linear;
77
+ color: #000 !important;
78
+ }
79
+ .anchor_link .card-title {
80
+ font-weight: 600;
81
+ font-size: 22px;
82
+ line-height: 1.3;
83
+ }
84
+ .text_size {
85
+ color: rgba(0, 0, 0, 0.44);
86
+ font-size: 15px;
87
+ line-height: 1.6;
88
+ font-weight: 400;
89
+ }
90
+ /* close */
91
+
92
+ /* Blog-card-footer styling */
93
+ .card-footer {
94
+ border: none;
95
+ }
96
+ .wrapfooter {
97
+ display: flex;
98
+ align-items: center;
99
+ margin-bottom: 15px;
100
+ }
101
+ .wrapfooter img {
102
+ width: 35px;
103
+ height: 35px;
104
+ border-radius: 50%;
105
+ }
106
+ .wrapfooter .author-meta {
107
+ flex: 1 1 auto;
108
+ padding: 0 15px;
109
+ }
110
+ .wrapfooter .author-meta a {
111
+ font-size: 15px;
112
+ color: #000;
113
+ text-transform: capitalize;
114
+ }
115
+ .wrapfooter .span.post-read-more {
116
+ align-items: center;
117
+ display: inline-block;
118
+ margin-top: 8px;
119
+ }
120
+ .post-date {
121
+ color: rgba(0, 0, 0, 0.44);
122
+ font-size: 13px;
123
+ }
124
+ /* close */
125
+
126
+ /* BLOG-Categories stlying */
127
+ .explore {
128
+ color: #fff;
129
+ margin-bottom: 100px;
130
+ margin-top: 60px;
131
+ width: 100%;
132
+ background: var(--primary-color);
133
+ height: 250px;
134
+ align-items: center;
135
+ display: flex;
136
+ justify-content: space-around;
137
+ }
138
+ .explore ul {
139
+ display: flex;
140
+ list-style: none;
141
+ flex-wrap: wrap;
142
+ }
143
+ .cat {
144
+ display: inline-block;
145
+ padding: 9px 16px;
146
+ text-decoration: none !important;
147
+ color: #000 !important;
148
+ font-weight: 600;
149
+ font-size: 12px;
150
+ background: #fff;
151
+ border-radius: 40px;
152
+ margin: 0 15px;
153
+ }
154
+ /* close */
155
+
156
+ /* BLOG-alertbar stlying */
157
+ .alertbar {
158
+ box-shadow: 0 -3px 10px 0 rgb(0 0 0 / 8%);
159
+ position: fixed;
160
+ bottom: 0;
161
+ left: 0;
162
+ background-color: #fff;
163
+ width: 100%;
164
+ padding: 14px 0;
165
+ z-index: 1;
166
+ }
167
+ .alertbar form {
168
+ display: inline-block;
169
+ }
170
+ .alertbar input[type="email"] {
171
+ font-size: 0.85rem;
172
+ padding: 3px 40px 3px 10px;
173
+ border-top-left-radius: 3px;
174
+ border-bottom-left-radius: 3px;
175
+ border: 1px solid #ddd;
176
+ border-right: 0;
177
+ margin-right: -10px;
178
+ height: 34px;
179
+ letter-spacing: 0.5px;
180
+ margin-left: 5px;
181
+ outline: 0;
182
+ }
183
+ .alertbar input[type="submit"] {
184
+ background-color: var(--primary-color);
185
+ border: 1px solid var(--primary-color);
186
+ color: #fff;
187
+ fill: #fff;
188
+ font-size: 12px;
189
+ border-radius: 0;
190
+ padding: 4px 10px;
191
+ border-top-right-radius: 3px;
192
+ border-bottom-right-radius: 3px;
193
+ font-weight: 600;
194
+ height: 34px;
195
+ letter-spacing: 0.5px;
196
+ cursor: pointer;
197
+ }
198
+ /* close */
199
+
200
+ /* Blog-Pages-Pagination stlying*/
201
+ .blog-pagination a,
202
+ .blog-pagination span {
203
+ padding: 7px 10px;
204
+ margin-left: -2px;
205
+ margin-right: -2px;
206
+ background-color: #ffffff;
207
+ display: inline-block;
208
+ text-decoration: none;
209
+ }
210
+
211
+ .blog-pagination a:hover {
212
+ background-color: #f1f1f1;
213
+ color: #333;
214
+ }
215
+
216
+ .blog-pagination {
217
+ text-align: center;
218
+ font-size: 14px;
219
+ }
220
+
221
+ /* BLOG-Categories-PAGes styling */
222
+ .section-title h2 {
223
+ border-bottom: 1px solid rgba(0, 0, 0, 0.125);
224
+ font-weight: 700;
225
+ font-size: 1.5rem;
226
+ margin-bottom: 27px;
227
+ }
228
+ .section-title span {
229
+ border-bottom: 1px solid rgba(0, 0, 0, 0.44);
230
+ display: inline-block;
231
+ padding-bottom: 20px;
232
+ margin-bottom: -1px;
233
+ }
234
+
235
+ /***************************************************************/
236
+ /********************** post-layouts-styling *******************/
237
+ /***************************************************************/
238
+
239
+ /* left-sidebar-social-styling */
240
+ .post-content {
241
+ font-size: 20px;
242
+ }
243
+
244
+ /*.socialIons {
245
+ position: sticky;
246
+ top: 100px;
247
+ }*/
248
+
249
+ .socialIons > .item-lists2 {
250
+ display: flex;
251
+ flex-direction: row;
252
+ width: 100%;
253
+ }
254
+ .socialIons > .item-lists2 > li:nth-child(1) {
255
+ margin: 0;
256
+ }
257
+
258
+ .socialIons > .item-lists2 > li {
259
+ list-style: none;
260
+ padding: 8px 0px;
261
+ margin: 0 auto;
262
+ }
263
+ .socialIons .item-lists2 li a {
264
+ color: rgba(95, 21, 21, 0.44);
265
+ fill: rgba(0, 0, 0, 0.44);
266
+ font-size: 15px;
267
+ cursor: pointer;
268
+ text-decoration: none !important;
269
+ }
270
+ .socialIons > .item-lists2 > li i {
271
+ font-size: 18px;
272
+ color: rgba(0, 0, 0, 0.44);
273
+ fill: rgba(0, 0, 0, 0.44);
274
+ }
275
+ .sep {
276
+ height: 1px;
277
+ width: 20px;
278
+ background: #999;
279
+ margin: 3px auto;
280
+ }
281
+ .comments-count {
282
+ margin: 18px 25px;
283
+ text-align: center;
284
+ }
285
+ .comment_count {
286
+ font-size: 12px;
287
+ color: rgba(95, 21, 21, 0.44) !important;
288
+ fill: rgba(0, 0, 0, 0.44);
289
+ text-decoration: none !important;
290
+ }
291
+ /* close */
292
+
293
+ /* right-sidebar-styling-starts */
294
+ /* author bio styling.. */
295
+ .author_image .author-thumb {
296
+ width: 80px;
297
+ height: 80px;
298
+ object-fit: cover;
299
+ }
300
+ .author-meta .postName {
301
+ font-size: 18px !important;
302
+ color: rgba(0, 0, 0, 0.8) !important;
303
+ text-decoration: none !important;
304
+ font-family: "Merriweather", serif;
305
+ }
306
+ .btn_follow {
307
+ margin-left: 5px;
308
+ margin-bottom: 10px;
309
+ border-color: #02b875;
310
+ color: #1c9963 !important;
311
+ padding: 3px 10px;
312
+ text-align: center;
313
+ border-radius: 999em;
314
+ font-size: 1.5rem;
315
+ display: inline-block;
316
+ border: 1px solid;
317
+ }
318
+ .author_bio {
319
+ color: rgba(0, 0, 0, 0.44);
320
+ font-size: 13px;
321
+ line-height: 20px;
322
+ }
323
+ /* close */
324
+
325
+ /* pagination-styling-postpages */
326
+ .pointerup i.fa {
327
+ color: #eaeaea;
328
+ }
329
+ .pointerup {
330
+ margin-bottom: -9px;
331
+ margin-left: 49%;
332
+ font-size: 30px;
333
+ }
334
+ .bottompagination span.navigation {
335
+ display: block;
336
+ font-size: 0.93rem;
337
+ padding: 15px 0 0 0;
338
+ text-align: center;
339
+ margin-bottom: 0rem;
340
+ color: #999;
341
+ border-top: 1px solid #ddd;
342
+ }
343
+ .pagination {
344
+ display: -ms-flexbox;
345
+ display: flex;
346
+ padding-left: 0;
347
+ list-style: none;
348
+ border-radius: 0.25rem;
349
+ display: block;
350
+ color: green;
351
+ font-size: 15px;
352
+ margin-bottom: 30px;
353
+ }
354
+ .pageUrl {
355
+ color: green;
356
+ font-size: 12px;
357
+ font-weight: 900;
358
+ text-decoration: none;
359
+ margin-right: 10px;
360
+ }
361
+ .pageUrl:hover {
362
+ text-decoration: none;
363
+ color: green;
364
+ }
365
+ .lunrsearchresult {
366
+ font-size: 15px;
367
+ }
368
+ .lunrsearchresult .title {
369
+ color: #d9230f;
370
+ }
371
+ .lunrsearchresult .url {
372
+ color: silver;
373
+ }
374
+ .lunrsearchresult a {
375
+ display: block;
376
+ color: #777;
377
+ }
378
+
379
+ .lunrsearchresult:hover,
380
+ .lunrsearchresult:focus {
381
+ text-decoration: none;
382
+ }
383
+
384
+ .lunrsearchresult:hover .title {
385
+ text-decoration: underline;
386
+ }
387
+
388
+ .close {
389
+ float: right;
390
+ font-size: 2rem;
391
+ font-weight: 700;
392
+ line-height: 1;
393
+ color: #000;
394
+ text-shadow: 0 1px 0 #fff;
395
+ opacity: 0.5;
396
+ border: none;
397
+ background: transparent;
398
+ }
399
+ .close:focus {
400
+ outline: none !important;
401
+ }
402
+
403
+ /* recent post heading stlye */
404
+ .recent_post_heading {
405
+ width: 100%;
406
+ font-size: 46px;
407
+ text-align: left;
408
+ font-weight: 800;
409
+ font-stretch: normal;
410
+ font-style: normal;
411
+ line-height: 1.24;
412
+ letter-spacing: normal;
413
+ color: rgb(17, 48, 78);
414
+ margin-bottom: 45px;
415
+ padding-top: 75px;
416
+ display: inline-block;
417
+ }
418
+
419
+ @media (max-width: 768px) {
420
+ .bd-search {
421
+ padding: 10px 25px;
422
+ }
423
+ .socialIons > .item-lists2 {
424
+ justify-content: center;
425
+ }
426
+ .socialIons > .item-lists2 {
427
+ flex-direction: row;
428
+ align-items: center;
429
+ }
430
+ .socialIons > .item-lists2 > li {
431
+ padding-right: 30px;
432
+ margin: 0;
433
+ }
434
+ }
435
+
436
+ @media (max-width: 768px) {
437
+ .navbar-nav {
438
+ align-items: unset;
439
+ }
440
+ .nav-item {
441
+ padding: 0 !important;
442
+ }
443
+
444
+ .sep {
445
+ margin: 0;
446
+ }
447
+ .author-meta {
448
+ padding-left: 15px;
449
+ }
450
+ .comments-count {
451
+ margin: 18px 0;
452
+ text-align: left;
453
+ }
454
+
455
+ .navbar {
456
+ padding-left: 7% !important;
457
+ padding-right: 7% !important;
458
+ }
459
+ .title,
460
+ .description {
461
+ width: 100% !important;
462
+ text-align: center;
463
+ }
464
+ .angle-arrow {
465
+ position: fixed;
466
+ bottom: 4px;
467
+ right: 32px;
468
+ top: auto;
469
+ z-index: 999;
470
+ }
471
+ .alertbar form {
472
+ display: block;
473
+ margin-top: 10px;
474
+ }
475
+ .small_description {
476
+ font-size: 25px;
477
+ }
478
+ }
479
+
480
+ .appscms-sidebar-right,
481
+ .appscms-sidebar-left {
482
+ min-width: 200px;
483
+ max-width: fit-content;
484
+ height: 100px;
485
+ min-height: 300px;
486
+ max-height: fit-content;
487
+ top: 150px;
488
+ position: fixed;
489
+ }
490
+ .appscms-sidebar-left {
491
+ left: 0;
492
+ }
493
+ .appscms-sidebar-right {
494
+ right: 0;
495
+ }
496
+ .wrapfooter {
497
+ display: flex;
498
+ margin-top: 0px;
499
+ margin-bottom: -0px;
500
+ }
@@ -194,6 +194,10 @@ body {
194
194
  }
195
195
 
196
196
  @media (max-width: 768px) {
197
+ .close-nav-ham {
198
+ display: flex !important;
199
+ justify-content: end;
200
+ }
197
201
  .hamburger {
198
202
  display: block;
199
203
  cursor: pointer;
@@ -223,7 +227,6 @@ body {
223
227
  flex-direction: column;
224
228
  gap: 0px;
225
229
  overflow-y: scroll;
226
- margin-top: 3rem;
227
230
  }
228
231
  .appscms-toolbar .appscms-toolbar-list .appscms-toolbar-list-item {
229
232
  align-items: flex-start;
@@ -484,14 +487,17 @@ body {
484
487
  .appscms-blog-cards {
485
488
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.06);
486
489
  margin-bottom: 20px;
487
- border-radius: 10px;
490
+ border-radius: 10px !important;
488
491
  /* max-width: 340px; */
489
492
  /* min-width: 300px; */
490
493
  }
494
+ .card-footer {
495
+ border-radius: 10px !important;
496
+ }
491
497
 
492
498
  .appscms-blog-cards img {
493
499
  border-radius: 10px 10px 0px 0px;
494
- height: 180px;
500
+ height: auto;
495
501
  }
496
502
  .card-body {
497
503
  display: flex;
@@ -600,12 +606,18 @@ body {
600
606
  font-size: 15px;
601
607
  margin-bottom: 0;
602
608
  }
609
+ .language-drop-down-item a:hover {
610
+ background: var(--secondary-color-3);
611
+ border-radius: 3px;
612
+ }
603
613
  .language-drop-down-item a {
614
+ text-decoration: none;
604
615
  display: flex;
605
616
  width: 100%;
606
617
  align-items: center;
607
618
  padding: 9px 9px;
608
619
  color: #1e1e1e;
620
+ font-size: 13px;
609
621
  border-bottom: 1px solid rgb(224, 224, 224);
610
622
  }
611
623
 
@@ -741,6 +753,7 @@ body {
741
753
  #appscms-tools-section-row {
742
754
  gap: 15px;
743
755
  justify-content: center;
756
+ margin-top: 35px;
744
757
  }
745
758
  .appscms-tool .tool-top .tool-img img {
746
759
  border-radius: 0;
@@ -1086,12 +1099,6 @@ body {
1086
1099
  .share-modal-social a i {
1087
1100
  font-size: 30px;
1088
1101
  }
1089
-
1090
- .authors-list {
1091
- border-top: 1px solid rgb(224, 224, 224);
1092
- margin-top: 100px;
1093
- padding: 100px;
1094
- }
1095
1102
  .authors-list a {
1096
1103
  color: var(--dark-gray);
1097
1104
  }
@@ -1234,3 +1241,17 @@ body {
1234
1241
  transform: scale(1.1);
1235
1242
  box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.12);
1236
1243
  }
1244
+ .no-result-found-msg {
1245
+ font-size: 20px;
1246
+ color: var(--black-light);
1247
+ text-align: center;
1248
+ width: 100%;
1249
+ font-weight: 500;
1250
+ }
1251
+ .close-nav-ham {
1252
+ display: none;
1253
+ }
1254
+ .active-lang {
1255
+ background: #f4f5ff;
1256
+ border-radius: 3px;
1257
+ }
@@ -1,5 +1,4 @@
1
1
  .calculator-workspace {
2
- width: 400px;
3
2
  background: #f6f6f6d2;
4
3
  position: relative;
5
4
  z-index: 1;
@@ -70,7 +70,8 @@ const featureList= document.querySelector('#appscms-tools-section-row')
70
70
  const renderFeatures=(query)=> {
71
71
  featureList.innerHTML = "";
72
72
  const filteredFeatures = features.filter(feature => feature.name.toLowerCase().includes(query.toLowerCase()));
73
- filteredFeatures.forEach(item => {
73
+ if (filteredFeatures.length>0) {
74
+ filteredFeatures.forEach(item => {
74
75
  const listItem = document.createElement("div");
75
76
  const classNames = "col-xl-4 col-lg-6 col-md-6 appscms-tool-container";
76
77
  let classList = classNames.split(" ");
@@ -80,7 +81,7 @@ const renderFeatures=(query)=> {
80
81
  listItem.innerHTML = `
81
82
  <a href="${item.url}">
82
83
  <div class="appscms-tool">
83
- <div class="tool-top" style="background-color: ${item.color};">
84
+ <div class="tool-top" style="background: ${item.color};">
84
85
  <div class="tool-img">
85
86
  <img crossorigin="anonymous" src="${item.icon}" alt="img" />
86
87
  </div>
@@ -92,6 +93,13 @@ const renderFeatures=(query)=> {
92
93
  `;
93
94
  featureList.appendChild(listItem);
94
95
  });
96
+ } else {
97
+ let msg=document.createElement('div')
98
+ msg.classList.add('no-result-found-msg')
99
+ msg.innerHTML="No search results found!"
100
+ featureList.appendChild(msg)
101
+ }
102
+
95
103
  }
96
104
  const searchInput= document.querySelector('#search-features')
97
105
  searchInput.addEventListener("input", function () {
@@ -20,10 +20,38 @@ if ("{{ site.safeui }}"==="true") {
20
20
  });
21
21
  }
22
22
  const hamburger = document.querySelector("#hamburger");
23
+ const closeNavHam = document.querySelector("#close-nav-ham");
23
24
  const appscmsToolbar = document.querySelector(".appscms-toolbar");
24
25
  const appscmsToolbarListItems = document.querySelectorAll(
25
26
  ".appscms-toolbar-list-item-span"
26
27
  );
28
+ closeNavHam.addEventListener("click", () => {
29
+ if (hamburger.dataset.open === "1") {
30
+ hamburger.dataset.open = "0";
31
+ appscmsToolbar.style.right = "-272px";
32
+ appscmsToolbar.style.display = "none";
33
+ hamburger.innerHTML = ` <svg
34
+ style="font-size:25px"
35
+ stroke="currentColor"
36
+ fill="currentColor"
37
+ stroke-width="0"
38
+ viewBox="0 0 512 512"
39
+ aria-hidden="true"
40
+ focusable="false"
41
+ height="50px"
42
+ width="1em"
43
+ xmlns="http://www.w3.org/2000/svg"
44
+ >
45
+ <path
46
+ fill="none"
47
+ stroke-linecap="round"
48
+ stroke-miterlimit="10"
49
+ stroke-width="48"
50
+ d="M88 152h336M88 256h336M88 360h336"
51
+ ></path>
52
+ </svg>`;
53
+ }
54
+ })
27
55
  hamburger.addEventListener("click", () => {
28
56
  if (hamburger.dataset.open === "1") {
29
57
  hamburger.dataset.open = "0";
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: appscms-tools-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.9.5
4
+ version: 3.9.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-09-30 00:00:00.000000000 Z
11
+ date: 2023-10-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -123,6 +123,7 @@ files:
123
123
  - _includes/appscms/footer/footer.html
124
124
  - _includes/appscms/footer/products.html
125
125
  - _includes/appscms/footer/static-footer.html
126
+ - _includes/appscms/head/bloghead.html
126
127
  - _includes/appscms/head/head.html
127
128
  - _includes/appscms/headings/headings.html
128
129
  - _includes/appscms/home/feature-boxes.html
@@ -183,6 +184,8 @@ files:
183
184
  - _layouts/allAuthors.html
184
185
  - _layouts/appscms-about.html
185
186
  - _layouts/appscms-audio.html
187
+ - _layouts/appscms-author.html
188
+ - _layouts/appscms-authors.html
186
189
  - _layouts/appscms-blog.html
187
190
  - _layouts/appscms-calculator.html
188
191
  - _layouts/appscms-contact.html
@@ -193,6 +196,7 @@ files:
193
196
  - _layouts/appscms-help.html
194
197
  - _layouts/appscms-home.html
195
198
  - _layouts/appscms-imagekit.html
199
+ - _layouts/appscms-post.html
196
200
  - _layouts/appscms-privacy-policy.html
197
201
  - _layouts/appscms-terms-and-conditions.html
198
202
  - _layouts/appscms-video.html
@@ -232,6 +236,7 @@ files:
232
236
  - assets/cloud.svg
233
237
  - assets/cross.svg
234
238
  - assets/css/adblocker.css
239
+ - assets/css/appscms-blog.css
235
240
  - assets/css/appscms-calculator.css
236
241
  - assets/css/appscms-feature.css
237
242
  - assets/css/appscms-home.css