appscms-tools-theme 0.2.4 → 0.2.9

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 81730d5d8a7a18de9e093bf79568dd57e2f686142c0074f92a5b3187b958fd62
4
- data.tar.gz: d25063c6694b45088de660455ff6669875910265b0188e12504da077565f4996
3
+ metadata.gz: dec667cfc79a1c04a75e8f62fd5493ea1080e1693914508d4b0ae9500da4ad19
4
+ data.tar.gz: 3844f22c47f761468f9c3e829a5644b5840dcfd2e6e02588f018c1e501645f4e
5
5
  SHA512:
6
- metadata.gz: ea6c5d4bb20426701cb490385bf403d0f656820d079fb4b55b4bdd2be64b792c6be20bb9cbb5f51f31120e5f11a1175ebdc90bbbfaba6c9e2b355c78e11a0466
7
- data.tar.gz: f89e3a6ee3a2050d51bfe18dd832370b8f2f18306d1bd68a8f63ba49d256e09a0305179c81ae0ef53d27cb85d59d9ad7b46ec3ea5e46179875e73a63517ba5f8
6
+ metadata.gz: 55e8b87e137ac194e9095c1cb117f13b179d2ec9ab5ccdead5a2901a8d8cff5c3a655584f868ad42e234325f8a32e534eb3b3634454ea667b44ae6ad0f800d0f
7
+ data.tar.gz: a2cc72bc6fc09c836a226abc610996418be49d23cdf4d91ecf5769f8543eb3bd2807cdc0f306c29f00f71dd31a215d1bf080e8b106d237b6a9532da8ac520f73
data/_data/nav.json CHANGED
@@ -1,5 +1,10 @@
1
1
  {
2
- "navbar-brand-text": "Wordfinder",
3
- "navbar-brand-logo": "https://sta1.pdfdoctor.com/1/2962/logo.png.png",
4
- "item": "Blog"
2
+ "navbar-brand-text": "",
3
+ "navbar-brand-logo": "/assets/images/logo.png",
4
+ "nav-item": "Blog",
5
+ "nav-item2": "",
6
+ "nav-item3": "",
7
+ "nav-item4": "",
8
+ "nav-item5": "",
9
+ "nav-item6": ""
5
10
  }
@@ -29,6 +29,5 @@
29
29
 
30
30
  <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.0/css/all.min.css" />
31
31
  <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css">
32
-
33
- <link rel="stylesheet" href="{{ '/assets/css/blog.css' | relative_url }}">
32
+ <link rel="stylesheet" href="{{'/assets/css/blog.css' | relative_url }}">
34
33
  </head>
@@ -0,0 +1,11 @@
1
+ <div id="disqus_thread"></div>
2
+ <script>
3
+ (function () { // DON'T EDIT BELOW THIS LINE
4
+ var d = document, s = d.createElement('script');
5
+ s.src = 'https://wordswithletter.disqus.com/embed.js';
6
+ s.setAttribute('data-timestamp', +new Date());
7
+ (d.head || d.body).appendChild(s);
8
+ })();
9
+ </script>
10
+ <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by
11
+ Disqus.</a></noscript>
@@ -2,9 +2,19 @@
2
2
  <header id="header">
3
3
  <!-- navigation startss -->
4
4
  <nav class="navbar navbar-expand-lg navbar-dark bg-light">
5
- <a class="navbar-brand" href="/" title="{{site.data.nav.navbar-brand-text}}">
6
- {{site.data.nav.navbar-brand-text}}
5
+ {%- assign navbar = site.data.nav -%}
6
+ {% if navbar.navbar-brand-text != "" %}
7
+ <a class="navbar-brand" href="/" title="{{navbar.navbar-brand-text}}">{{navbar.navbar-brand-text}}</a>
8
+
9
+ {% else %}
10
+ <a href="/">
11
+ <img src="{{navbar.navbar-brand-logo}}" alt="{{navbar.navbar-brand-logo}}" class="navbar-brand-image">
12
+
7
13
  </a>
14
+ {% endif %}
15
+
16
+
17
+
8
18
 
9
19
  <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarSupportedContent">
10
20
  <i class="fas fa-bars fa-2x" style="color:#000"></i>
@@ -13,7 +23,7 @@
13
23
  <div class="collapse navbar-collapse" id="navbarSupportedContent">
14
24
  <ul class="navbar-nav ml-auto">
15
25
  <li class="nav-item">
16
- <a class="nav-link" href="/blog">{{site.data.nav.item}}</a>
26
+ <a class="nav-link" href="/blog">{{site.data.nav.nav-item}}</a>
17
27
  </li>
18
28
  </ul>
19
29
  </div>
@@ -0,0 +1,4 @@
1
+ <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
2
+ <script src="https://code.jquery.com/jquery-3.5.1.slim.min.js"></script>
3
+ <script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.min.js"></script>
4
+ <script id="dsq-count-scr" src="//wordswithletter.disqus.com/count.js" async></script>
@@ -0,0 +1,69 @@
1
+ <form class="sc-1oqtgb8-1 fqHzAf">
2
+ <label class="sc-1oqtgb8-2 fqPWeo">
3
+ <div class="sc-1rkezdt-4 cwMDkh">
4
+ <div class="sc-1rkezdt-5 cwUZOq">
5
+ <div class="sc-2xfn8l-0 bxyVaO sc-6w1ep9-0 iTXuYA">
6
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 60">
7
+ <path
8
+ d="M56.9358018,0.887952143 L87.1245072,1.94216497 L95.1229308,10.5194242 L93.649924,52.7008195 C93.6036653,54.0254955 92.5349073,55.07339 91.2286594,55.11247 L91.0641982,55.1120479 L68.9993032,54.34053 L69,58 C69,59.1045695 68.1045695,60 67,60 L31,60 C29.8954305,60 29,59.1045695 29,58 L28.9993032,54.26853 L4.93575717,55.1094924 C3.61108122,55.1557511 2.49118654,54.162694 2.36108243,52.862354 L2.35003136,52.6982641 L0.67485552,4.72750438 C0.628596816,3.40282843 1.62165394,2.28293375 2.92199388,2.15282964 L3.08608385,2.14177857 L33.2747893,1.08756574 L40.5172077,7.8412302 L40.3683032,7.99952995 L54.1853032,7.99952995 L54.350076,3.29918047 C54.3963347,1.97450452 55.4650927,0.926610013 56.7713406,0.887529955 L56.9358018,0.887952143 Z M59.9993032,8.99952995 L31,9 C30.4871642,9 30.0644928,9.38604019 30.0067277,9.88337887 L30,10 L29.9993032,38.99953 L50,39 C50.5522847,39 51,39.4477153 51,40 L51,51 C51,51.5522847 50.5522847,52 50,52 L29.9993032,51.99953 L30,58 C30,58.5128358 30.3860402,58.9355072 30.8833789,58.9932723 L31,59 L67,59 C67.5128358,59 67.9355072,58.6139598 67.9932723,58.1166211 L68,58 L67.9993032,16.99953 L60,17 L59.9993032,8.99952995 Z M56.9009023,1.88734297 C56.1216811,1.86013197 55.4605576,2.43229572 55.3613708,3.1899476 L55.3494668,3.33407997 L55.1863032,7.99952995 L61,8 L69,16 L68.9991926,25.6289267 C70.5660308,24.8310303 72.3185302,24.4353033 74.1222153,24.4982894 C79.9176726,24.7006712 84.4517561,29.5628805 84.2493743,35.3583378 C84.0469925,41.1537951 79.1847832,45.6878786 73.3893259,45.4854968 C71.8381588,45.4313288 70.3473363,45.0415105 68.9989737,44.3553556 L68.9993032,53.34053 L91.0990977,54.112657 C91.8783189,54.139868 92.5394424,53.5677043 92.6386292,52.8100524 L92.6505332,52.66592 L94.0793032,11.69053 L86.5859814,11.4291499 L85.5865905,11.3942504 L85.8833032,2.89752995 L56.9009023,1.88734297 Z M32.1023032,2.12752995 L3.12098334,3.1411694 C2.34176219,3.1683804 1.72216126,3.78526803 1.67606716,4.54799323 L1.67424635,4.69260488 L3.34942219,52.6633646 C3.37663319,53.4425857 3.99352083,54.0621867 4.75624602,54.1082808 L4.90085767,54.1101016 L28.9993032,53.26853 L28.9993032,51.99953 L28,52 C27.4477153,52 27,51.5522847 27,51 L26.9993032,44.83453 L19.5950841,45.0933432 L19.595119,45.0943425 L18.5957281,45.129242 L18.5956932,45.1282427 L13.5987391,45.3027401 L13.598774,45.3037395 L12.5993832,45.338639 L11.8664937,24.3514317 L28.9993032,23.75253 L29,10 C29,8.8954305 29.8954305,8 31,8 L32.3073032,7.99952995 L32.1023032,2.12752995 Z M59,50 L59,51 L53,51 L53,50 L59,50 Z M32.3146067,42 L30,42 L30,49 L31.3033708,49 L31.3033708,46.4311927 L32.3595506,46.4311927 C33.9438202,46.4311927 35.1573034,45.7140673 35.1573034,44.1620795 C35.1573034,42.5351682 33.9438202,42 32.3146067,42 Z M38.505618,42 L36.5393258,42 L36.5393258,49 L38.5730337,49 C40.752809,49 42.0786517,47.7905199 42.0786517,45.4678899 C42.0786517,43.1559633 40.752809,42 38.505618,42 Z M48,42 L43.5617978,42 L43.5617978,49 L44.8651685,49 L44.8651685,46.0779817 L47.5393258,46.0779817 L47.5393258,45.029052 L44.8651685,45.029052 L44.8651685,43.0489297 L48,43.0489297 L48,42 Z M38.4157303,43.0061162 C39.8988764,43.0061162 40.741573,43.7553517 40.741573,45.4678899 C40.741573,47.1222018 39.9649438,47.9281908 38.5906208,47.990023 L38.4157303,47.9938838 L37.8426966,47.9938838 L37.8426966,43.0061162 L38.4157303,43.0061162 Z M59,45 L59,46 L53,46 L53,45 L59,45 Z M32.2134831,42.9954128 C33.3033708,42.9954128 33.8764045,43.2844037 33.8764045,44.1620795 C33.8764045,44.9679799 33.4086155,45.3851518 32.4449351,45.4314423 L32.258427,45.4357798 L31.3033708,45.4357798 L31.3033708,42.9954128 L32.2134831,42.9954128 Z M69.0265641,26.7510919 L68.9993032,26.76653 L68.9996167,43.2178828 C70.3344397,43.991422 71.8438183,44.4309169 73.4242254,44.4861059 C78.3287144,44.6573745 82.4944919,41.0794986 83.1625055,36.3253363 L73.720804,35.9951266 L74.0873158,25.4976802 L74.0873158,25.4976802 C72.2889112,25.4348785 70.5488066,25.8752929 69.0265641,26.7510919 Z M18.4212307,40.1322879 L13.4242765,40.3067854 L13.5638396,44.3033493 L18.5607937,44.1288518 L18.4212307,40.1322879 Z M27.0141292,39.8315388 L19.4206215,40.0973884 L19.5601846,44.0939523 L26.9993032,43.83453 L27,40 C27,39.9425877 27.0048382,39.8863055 27.0141292,39.8315388 Z M59,40 L59,41 L53,41 L53,40 L59,40 Z M18.2467332,35.1353338 L13.249779,35.3098313 L13.389377,39.3073946 L18.3863312,39.1328971 L18.2467332,35.1353338 Z M28.9993032,34.75853 L19.246124,35.1004343 L19.385722,39.0979976 L28.9993032,38.76153 L28.9993032,34.75853 Z M59,35 L59,36 L39,36 L39,35 L59,35 Z M18.0722357,30.1383796 L13.0752816,30.3128771 L13.2148795,34.3104404 L18.2118337,34.1359429 L18.0722357,30.1383796 Z M28.9993032,29.75553 L19.0716265,30.1034801 L19.2112245,34.1010435 L28.9993032,33.75853 L28.9993032,29.75553 Z M59,30 L59,31 L39,31 L39,30 L59,30 Z M17.8977382,25.1414255 L12.9007841,25.315923 L13.0403821,29.3134863 L18.0373362,29.1389888 L17.8977382,25.1414255 Z M28.9993032,24.75353 L18.897129,25.106526 L19.036727,29.1040893 L28.9993032,28.75553 L28.9993032,24.75353 Z M60.9993032,9.41452995 L60.9993032,15.99953 L67.5843032,15.99953 L60.9993032,9.41452995 Z M86.8743032,3.14052995 L86.6203032,10.42953 L93.9093032,10.68353 L86.8743032,3.14052995 Z M33.1093032,2.29952995 L33.3083032,7.99952995 L39.2203032,7.99952995 L33.1093032,2.29952995 Z">
9
+ </path>
10
+ </svg>
11
+ </div>
12
+ </div>
13
+ <div style="display:none" id="__cond-922052">
14
+ <div class="sc-1rkezdt-10 bbKduS">
15
+ <div class="sc-1rkezdt-12 bcaWDk">
16
+ <button class="sc-1mvwhop-0 bXaSgw" type="button">
17
+ <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
18
+ <svg xmlns="http://www.w3.org/2000/svg"
19
+ viewBox="0 0 24 24">
20
+ <path
21
+ d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
22
+ </path>
23
+ </svg>
24
+ </div><span class="sc-1rkezdt-7 cxlSWI">Choose
25
+ Files</span>
26
+ <div
27
+ class="sc-2xfn8l-0 bxyVaO l0r692-0 sc-1rkezdt-9 cxCMfa">
28
+ <svg viewBox="0 0 16 16"
29
+ xmlns="http://www.w3.org/2000/svg"
30
+ fill="currentColor">
31
+ <path d="M3 6H13L8 11L3 6Z"></path>
32
+ </svg>
33
+ </div>
34
+ </button>
35
+ </div>
36
+ </div>
37
+ </div>
38
+ <div style="display:flex" id="__cond-922053">
39
+ <div class="l3tlg0-6 dKjQAB">
40
+ <button type="button" class="l3tlg0-0 hrcxSS">
41
+ <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
42
+ <svg xmlns="http://www.w3.org/2000/svg"
43
+ viewBox="0 0 24 24">
44
+ <path
45
+ d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
46
+ </path>
47
+ </svg>
48
+ </div><span class="sc-1rkezdt-7 cxlSWI">Choose Files</span>
49
+ </button>
50
+ <div class="l3tlg0-7 fhjLHS"></div>
51
+ <button type="button" title="Expand menu"
52
+ class="l3tlg0-2 enfNez">
53
+ <div class="sc-1gyxcpm-0 csDfHB"
54
+ style="width:16px;height:16px">
55
+ <svg viewBox="0 0 16 16"
56
+ xmlns="http://www.w3.org/2000/svg"
57
+ fill="currentColor">
58
+ <path
59
+ d="M13.3333 4L14.6666 5.33333L7.99992 12L1.33325 5.33333L2.66659 4L7.99992 9.5L13.3333 4Z">
60
+ </path>
61
+ </svg>
62
+ </div>
63
+ </button>
64
+ </div>
65
+ </div>
66
+ <div class="sc-1rkezdt-6 cxdwsz">or drop files here</div>
67
+ </div>
68
+ </label>
69
+ </form>
data/_layouts/blog.html CHANGED
@@ -3,13 +3,13 @@
3
3
  {% include custom-head.html %}
4
4
 
5
5
  <body>
6
- {%- include header.html -%}
6
+ {%- include header/blogHeader.html -%}
7
7
 
8
8
  <section class="section_post">
9
9
  <div class="container">
10
10
  <div class="row justify-content-center section-title-wrap">
11
11
  <div class="col-lg-12">
12
- <h1 style="font-weight: 900;" class="display-4 m-0">{{ site.data.blog.h1 }}</h1>
12
+ <h1 style="font-weight: 900;" class="display-4 m-0 small_description">{{ site.data.blog.h1 }}</h1>
13
13
  <p class="lead mb-5 mt-1" style="font-size: 18px;">
14
14
  {{ site.data.blog.description }}
15
15
  </p>
@@ -68,7 +68,8 @@
68
68
  {% include section/count.html %}
69
69
  </section>
70
70
  {%- include section/alertbar.html -%}
71
- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
71
+
72
+ {% include script.html %}
72
73
  </body>
73
74
 
74
75
  </html>
@@ -58,76 +58,8 @@
58
58
  <div class="sc-1rkezdt-1 buUasx">
59
59
  <div class="sc-1rkezdt-2 cwvKbP"></div>
60
60
  <div class="sc-1rkezdt-3 hzsTQm">
61
- <form class="sc-1oqtgb8-1 fqHzAf">
62
- <label class="sc-1oqtgb8-2 fqPWeo">
63
61
  <!-- <input type="file" id="__picker-input" multiple="" accept="application/pdf,.pdf,application/vnd.openxmlformats-officedocument.wordprocessingml.document,.docx,application/msword,.doc,application/vnd.openxmlformats-officedocument.presentationml.presentation,.pptx,application/vnd.ms-powerpoint,.ppt,application/vnd.openxmlformats-officedocument.spreadsheetml.sheet,.xlsx,application/vnd.ms-excel,.xls,image/bmp,.bmp,image/jpeg,.jpg,.jpeg,image/png,.png,image/tiff,.tif,.tiff" class="sc-1oqtgb8-0 fqzcVW"> -->
64
- <div class="sc-1rkezdt-4 cwMDkh">
65
- <div class="sc-1rkezdt-5 cwUZOq">
66
- <div class="sc-2xfn8l-0 bxyVaO sc-6w1ep9-0 iTXuYA">
67
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 96 60">
68
- <path
69
- d="M56.9358018,0.887952143 L87.1245072,1.94216497 L95.1229308,10.5194242 L93.649924,52.7008195 C93.6036653,54.0254955 92.5349073,55.07339 91.2286594,55.11247 L91.0641982,55.1120479 L68.9993032,54.34053 L69,58 C69,59.1045695 68.1045695,60 67,60 L31,60 C29.8954305,60 29,59.1045695 29,58 L28.9993032,54.26853 L4.93575717,55.1094924 C3.61108122,55.1557511 2.49118654,54.162694 2.36108243,52.862354 L2.35003136,52.6982641 L0.67485552,4.72750438 C0.628596816,3.40282843 1.62165394,2.28293375 2.92199388,2.15282964 L3.08608385,2.14177857 L33.2747893,1.08756574 L40.5172077,7.8412302 L40.3683032,7.99952995 L54.1853032,7.99952995 L54.350076,3.29918047 C54.3963347,1.97450452 55.4650927,0.926610013 56.7713406,0.887529955 L56.9358018,0.887952143 Z M59.9993032,8.99952995 L31,9 C30.4871642,9 30.0644928,9.38604019 30.0067277,9.88337887 L30,10 L29.9993032,38.99953 L50,39 C50.5522847,39 51,39.4477153 51,40 L51,51 C51,51.5522847 50.5522847,52 50,52 L29.9993032,51.99953 L30,58 C30,58.5128358 30.3860402,58.9355072 30.8833789,58.9932723 L31,59 L67,59 C67.5128358,59 67.9355072,58.6139598 67.9932723,58.1166211 L68,58 L67.9993032,16.99953 L60,17 L59.9993032,8.99952995 Z M56.9009023,1.88734297 C56.1216811,1.86013197 55.4605576,2.43229572 55.3613708,3.1899476 L55.3494668,3.33407997 L55.1863032,7.99952995 L61,8 L69,16 L68.9991926,25.6289267 C70.5660308,24.8310303 72.3185302,24.4353033 74.1222153,24.4982894 C79.9176726,24.7006712 84.4517561,29.5628805 84.2493743,35.3583378 C84.0469925,41.1537951 79.1847832,45.6878786 73.3893259,45.4854968 C71.8381588,45.4313288 70.3473363,45.0415105 68.9989737,44.3553556 L68.9993032,53.34053 L91.0990977,54.112657 C91.8783189,54.139868 92.5394424,53.5677043 92.6386292,52.8100524 L92.6505332,52.66592 L94.0793032,11.69053 L86.5859814,11.4291499 L85.5865905,11.3942504 L85.8833032,2.89752995 L56.9009023,1.88734297 Z M32.1023032,2.12752995 L3.12098334,3.1411694 C2.34176219,3.1683804 1.72216126,3.78526803 1.67606716,4.54799323 L1.67424635,4.69260488 L3.34942219,52.6633646 C3.37663319,53.4425857 3.99352083,54.0621867 4.75624602,54.1082808 L4.90085767,54.1101016 L28.9993032,53.26853 L28.9993032,51.99953 L28,52 C27.4477153,52 27,51.5522847 27,51 L26.9993032,44.83453 L19.5950841,45.0933432 L19.595119,45.0943425 L18.5957281,45.129242 L18.5956932,45.1282427 L13.5987391,45.3027401 L13.598774,45.3037395 L12.5993832,45.338639 L11.8664937,24.3514317 L28.9993032,23.75253 L29,10 C29,8.8954305 29.8954305,8 31,8 L32.3073032,7.99952995 L32.1023032,2.12752995 Z M59,50 L59,51 L53,51 L53,50 L59,50 Z M32.3146067,42 L30,42 L30,49 L31.3033708,49 L31.3033708,46.4311927 L32.3595506,46.4311927 C33.9438202,46.4311927 35.1573034,45.7140673 35.1573034,44.1620795 C35.1573034,42.5351682 33.9438202,42 32.3146067,42 Z M38.505618,42 L36.5393258,42 L36.5393258,49 L38.5730337,49 C40.752809,49 42.0786517,47.7905199 42.0786517,45.4678899 C42.0786517,43.1559633 40.752809,42 38.505618,42 Z M48,42 L43.5617978,42 L43.5617978,49 L44.8651685,49 L44.8651685,46.0779817 L47.5393258,46.0779817 L47.5393258,45.029052 L44.8651685,45.029052 L44.8651685,43.0489297 L48,43.0489297 L48,42 Z M38.4157303,43.0061162 C39.8988764,43.0061162 40.741573,43.7553517 40.741573,45.4678899 C40.741573,47.1222018 39.9649438,47.9281908 38.5906208,47.990023 L38.4157303,47.9938838 L37.8426966,47.9938838 L37.8426966,43.0061162 L38.4157303,43.0061162 Z M59,45 L59,46 L53,46 L53,45 L59,45 Z M32.2134831,42.9954128 C33.3033708,42.9954128 33.8764045,43.2844037 33.8764045,44.1620795 C33.8764045,44.9679799 33.4086155,45.3851518 32.4449351,45.4314423 L32.258427,45.4357798 L31.3033708,45.4357798 L31.3033708,42.9954128 L32.2134831,42.9954128 Z M69.0265641,26.7510919 L68.9993032,26.76653 L68.9996167,43.2178828 C70.3344397,43.991422 71.8438183,44.4309169 73.4242254,44.4861059 C78.3287144,44.6573745 82.4944919,41.0794986 83.1625055,36.3253363 L73.720804,35.9951266 L74.0873158,25.4976802 L74.0873158,25.4976802 C72.2889112,25.4348785 70.5488066,25.8752929 69.0265641,26.7510919 Z M18.4212307,40.1322879 L13.4242765,40.3067854 L13.5638396,44.3033493 L18.5607937,44.1288518 L18.4212307,40.1322879 Z M27.0141292,39.8315388 L19.4206215,40.0973884 L19.5601846,44.0939523 L26.9993032,43.83453 L27,40 C27,39.9425877 27.0048382,39.8863055 27.0141292,39.8315388 Z M59,40 L59,41 L53,41 L53,40 L59,40 Z M18.2467332,35.1353338 L13.249779,35.3098313 L13.389377,39.3073946 L18.3863312,39.1328971 L18.2467332,35.1353338 Z M28.9993032,34.75853 L19.246124,35.1004343 L19.385722,39.0979976 L28.9993032,38.76153 L28.9993032,34.75853 Z M59,35 L59,36 L39,36 L39,35 L59,35 Z M18.0722357,30.1383796 L13.0752816,30.3128771 L13.2148795,34.3104404 L18.2118337,34.1359429 L18.0722357,30.1383796 Z M28.9993032,29.75553 L19.0716265,30.1034801 L19.2112245,34.1010435 L28.9993032,33.75853 L28.9993032,29.75553 Z M59,30 L59,31 L39,31 L39,30 L59,30 Z M17.8977382,25.1414255 L12.9007841,25.315923 L13.0403821,29.3134863 L18.0373362,29.1389888 L17.8977382,25.1414255 Z M28.9993032,24.75353 L18.897129,25.106526 L19.036727,29.1040893 L28.9993032,28.75553 L28.9993032,24.75353 Z M60.9993032,9.41452995 L60.9993032,15.99953 L67.5843032,15.99953 L60.9993032,9.41452995 Z M86.8743032,3.14052995 L86.6203032,10.42953 L93.9093032,10.68353 L86.8743032,3.14052995 Z M33.1093032,2.29952995 L33.3083032,7.99952995 L39.2203032,7.99952995 L33.1093032,2.29952995 Z">
70
- </path>
71
- </svg>
72
- </div>
73
- </div>
74
- <div style="display:none" id="__cond-922052">
75
- <div class="sc-1rkezdt-10 bbKduS">
76
- <div class="sc-1rkezdt-12 bcaWDk">
77
- <button class="sc-1mvwhop-0 bXaSgw" type="button">
78
- <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
79
- <svg xmlns="http://www.w3.org/2000/svg"
80
- viewBox="0 0 24 24">
81
- <path
82
- d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
83
- </path>
84
- </svg>
85
- </div><span class="sc-1rkezdt-7 cxlSWI">Choose
86
- Files</span>
87
- <div
88
- class="sc-2xfn8l-0 bxyVaO l0r692-0 sc-1rkezdt-9 cxCMfa">
89
- <svg viewBox="0 0 16 16"
90
- xmlns="http://www.w3.org/2000/svg"
91
- fill="currentColor">
92
- <path d="M3 6H13L8 11L3 6Z"></path>
93
- </svg>
94
- </div>
95
- </button>
96
- </div>
97
- </div>
98
- </div>
99
- <div style="display:flex" id="__cond-922053">
100
- <div class="l3tlg0-6 dKjQAB">
101
- <button type="button" class="l3tlg0-0 hrcxSS">
102
- <div class="sc-2xfn8l-0 bxyVaO sc-2wite4-0 SBukn">
103
- <svg xmlns="http://www.w3.org/2000/svg"
104
- viewBox="0 0 24 24">
105
- <path
106
- d="M13 12v-2h1v2h2v1h-2v2h-1v-2h-2v-1h2zm5 8H6V4H5v17h13v-1zm1 0v2H4V3h2V1h10l5 5v14h-2zM7 2v17h13V6l-4-4H7zm9 0l4 4h-4V2z">
107
- </path>
108
- </svg>
109
- </div><span class="sc-1rkezdt-7 cxlSWI">Choose Files</span>
110
- </button>
111
- <div class="l3tlg0-7 fhjLHS"></div>
112
- <button type="button" title="Expand menu"
113
- class="l3tlg0-2 enfNez">
114
- <div class="sc-1gyxcpm-0 csDfHB"
115
- style="width:16px;height:16px">
116
- <svg viewBox="0 0 16 16"
117
- xmlns="http://www.w3.org/2000/svg"
118
- fill="currentColor">
119
- <path
120
- d="M13.3333 4L14.6666 5.33333L7.99992 12L1.33325 5.33333L2.66659 4L7.99992 9.5L13.3333 4Z">
121
- </path>
122
- </svg>
123
- </div>
124
- </button>
125
- </div>
126
- </div>
127
- <div class="sc-1rkezdt-6 cxdwsz">or drop files here</div>
128
- </div>
129
- </label>
130
- </form>
62
+ {{content}}
131
63
  </div>
132
64
  </div>
133
65
  </div>
@@ -175,7 +107,7 @@
175
107
  <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/support.svg"
176
108
  alt="All platforms supported">
177
109
  <div class="sc-7ukfwr-2 kmCmBc">All platforms supported</div>
178
- <div class="sc-7ukfwr-3 kmKJfl">pdf.com is browser-based and works for all platforms. It doesnt
110
+ <div class="sc-7ukfwr-3 kmKJfl">pdf.com is browser-based and works for all platforms. It doesn't
179
111
  matter if you use Mac, Windows or Linux.</div>
180
112
  </div>
181
113
  <div class="sc-7ukfwr-0 kmltsK"><img class="sc-7ukfwr-1 kmtPWT" src="/assets/protect.svg"
@@ -237,7 +169,7 @@
237
169
  <div style="display: block;">
238
170
  <p class="kmKJfl-p" itemprop="text">Both JBVD and JD are excellent Java decompilers. Even though
239
171
  they both have quite similar features; JD is available for Windows, Mac and Linux too
240
- whereas JBVD is strictly for windows. So, as per your needs you should choose whats best
172
+ whereas JBVD is strictly for windows. So, as per your needs you should choose what's best
241
173
  for you.</p>
242
174
  </div>
243
175
  </li>
@@ -320,9 +252,9 @@
320
252
  </h3>
321
253
  <div style="display: block;">
322
254
  <p class="kmKJfl-p" itemprop="text">JD-Core is a library that reconstructs Java source code from
323
- one or more “.class files. JD-Core may be used to recover lost source code and explore the
255
+ one or more ".class" files. JD-Core may be used to recover lost source code and explore the
324
256
  source of Java runtime libraries. New features of Java 5, such as annotations, generics or
325
- type enum”, are supported. JD-GUI and JD-Eclipse include JD-Core library.</p>
257
+ type "enum", are supported. JD-GUI and JD-Eclipse include JD-Core library.</p>
326
258
  </div>
327
259
  </li>
328
260
  <hr>
data/_layouts/post.html CHANGED
@@ -3,7 +3,7 @@
3
3
  {% include custom-head.html %}
4
4
 
5
5
  <body>
6
- {%- include header.html -%}
6
+ {%- include header/blogHeader.html -%}
7
7
 
8
8
  <section class="section_post">
9
9
  <div class="container">
@@ -49,13 +49,15 @@
49
49
  {{ content }}
50
50
  </div>
51
51
  {%- include paginationPostPage.html -%}
52
+ <div class="commentsection">
53
+ {%- include disqus_comments.html -%}
54
+ </div>
52
55
  </div>
53
56
  </div>
54
57
  </section>
55
58
  {%- include section/count.html -%}
56
59
  {%- include section/alertbar.html -%}
60
+ {% include script.html %}
57
61
  </body>
58
62
 
59
- <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
60
-
61
63
  </html>
data/assets/css/blog.css CHANGED
@@ -32,7 +32,7 @@ header {
32
32
  }
33
33
  .navbar {
34
34
  width: 100%;
35
- padding: 1.2rem 10rem !important;
35
+ padding: 1.2rem 9% !important;
36
36
  position: fixed;
37
37
  top: 0;
38
38
  left: 0;
@@ -43,6 +43,11 @@ header {
43
43
  color: var(--txtColor) !important;
44
44
  font-weight: 900;
45
45
  }
46
+ .navbar-brand-image {
47
+ width: 80%;
48
+ display: inline-block;
49
+ max-width: 30px;
50
+ }
46
51
  .navbar-dark .navbar-toggler {
47
52
  outline: none !important;
48
53
  }
@@ -60,6 +65,7 @@ header {
60
65
  font-size: 16px;
61
66
  color: gray !important;
62
67
  }
68
+ /* close */
63
69
 
64
70
  /* blogs-card title, content styling */
65
71
  .anchor_link {
@@ -381,7 +387,8 @@ header {
381
387
  }
382
388
 
383
389
  .navbar {
384
- padding: 1.2rem 15px !important;
390
+ padding-left: 7% !important;
391
+ padding-right: 7% !important;
385
392
  }
386
393
  .title,
387
394
  .description {
@@ -399,4 +406,7 @@ header {
399
406
  display: block;
400
407
  margin-top: 10px;
401
408
  }
409
+ .small_description {
410
+ font-size: 25px;
411
+ }
402
412
  }
Binary file
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: 0.2.4
4
+ version: 0.2.9
5
5
  platform: ruby
6
6
  authors:
7
7
  - vivek-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-02-03 00:00:00.000000000 Z
11
+ date: 2021-02-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -77,15 +77,18 @@ files:
77
77
  - _data/share.yml
78
78
  - _includes/author_bio.html
79
79
  - _includes/custom-head.html
80
+ - _includes/disqus_comments.html
80
81
  - _includes/footer/index.html
81
82
  - _includes/head/index.html
82
- - _includes/header.html
83
+ - _includes/header/blogHeader.html
83
84
  - _includes/header/index.html
84
85
  - _includes/paginationBlogPage.html
85
86
  - _includes/paginationPostPage.html
86
87
  - _includes/postbox.html
88
+ - _includes/script.html
87
89
  - _includes/section/alertbar.html
88
90
  - _includes/section/count.html
91
+ - _includes/uploader/index.html
89
92
  - _layouts/aboutUs.html
90
93
  - _layouts/blog.html
91
94
  - _layouts/categories.html
@@ -104,6 +107,7 @@ files:
104
107
  - assets/easy.svg
105
108
  - assets/guaranty.svg
106
109
  - assets/images/avatar.png
110
+ - assets/images/logo.png
107
111
  - assets/js/TopScroll.js
108
112
  - assets/pdf.svg
109
113
  - assets/protect.svg