word-games-theme 0.2.4 → 0.2.8

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 19a61e76dc3621b2486d512b0075fe0f1aabc5f8550e5006a04e322a47d9bae4
4
- data.tar.gz: c234f3575abdf3054b7f9dcf95709a5898e0820869e6bacd7970d62ef3717d3a
3
+ metadata.gz: 52d3a5c8cd2c5b9554726cc04baa128186283a2afcfd51213fe554d05439d6fb
4
+ data.tar.gz: 83f1e6565f67c9fd55e3e1d833a23c2659ba2bf2f20b9e2324c12fafdd12fdc1
5
5
  SHA512:
6
- metadata.gz: 30801363c39cd01c0fd46a4aca758398511cd0e0e00241a6bc06df1f92c9a8fc172edcb4e61a7ae5d1908d96658a87a5f51dd6f01861bce177eca42332290c94
7
- data.tar.gz: 9d480029c8b4838f8c8224de72c425016812f3d78e094c826c1141851ab47f01017d2a6eb53e8602c51bd2dccda2a68e7c265229a4bd786b1ad11b373fa5f2b1
6
+ metadata.gz: 98e4f1f384c473c76459dc6ab9996db2465cfe9d4e743c3afd92fbd8129f30f539efe3771773d3676a105dbc0b66957146eea562d24c8610e645354a832b4664
7
+ data.tar.gz: 78ff33e49b0e856f75c3821aeacff05f8aa3e70ec9e5930919075d230f2a96139ebe96346b6a2118fbd86b2fea28dfcf10f59c6a75f1ee3e211a809b5b3ef708
@@ -0,0 +1,44 @@
1
+ {
2
+ "URLS": [
3
+ {
4
+ "name": "Anagram word finder",
5
+ "url": "/anagram-word-finder"
6
+ },
7
+ {
8
+ "name": "Jumble word finder",
9
+ "url": "/jumble-word-finder"
10
+ },
11
+ {
12
+ "name": "Lexical word finder",
13
+ "url": "/lexical-word-finder"
14
+ },
15
+ {
16
+ "name": "Scrabble word finder cheat",
17
+ "url": "/scrabble-word-finder-cheat"
18
+ },
19
+ {
20
+ "name": "Words with friends word",
21
+ "url": "/words-with-friends-word-finder"
22
+ },
23
+ {
24
+ "name": "Thirteen letter word finder",
25
+ "url": "/thirteen-letter-word-finder"
26
+ },
27
+ {
28
+ "name": "Twelve letter word finder",
29
+ "url": "/twelve-letter-word-finder"
30
+ },
31
+ {
32
+ "name": "Ten letter word finder",
33
+ "url": "/ten-letter-word-finder"
34
+ },
35
+ {
36
+ "name": "Nine letter word finder",
37
+ "url": "/nine-letter-word-finder"
38
+ },
39
+ {
40
+ "name": "Eight letter word finder",
41
+ "url": "/eight-letter-word-finder"
42
+ }
43
+ ]
44
+ }
data/_layouts/post.html CHANGED
@@ -1,6 +1,34 @@
1
1
  <html>
2
2
 
3
3
  {% include custom-head.html %}
4
+
5
+
6
+ <style>
7
+ p {
8
+ margin-bottom: 3rem;
9
+ }
10
+
11
+ .mainThings {
12
+ padding-left: 40px;
13
+ position: sticky;
14
+ top: 80px;
15
+ }
16
+
17
+ .theseFeatures .featureLink:hover {
18
+ text-decoration: underline !important;
19
+ }
20
+
21
+ @media (max-width:768px) {
22
+ .theseFeatures {
23
+ text-align: center !important;
24
+ padding-left: 0;
25
+ position: static;
26
+ top: auto;
27
+ }
28
+
29
+ }
30
+ </style>
31
+
4
32
  <body>
5
33
  {%- include header/blogHeader.html -%}
6
34
  <section class="section_post">
@@ -11,31 +39,6 @@
11
39
  </div>
12
40
  </div>
13
41
  <div class="row mt-5">
14
- <div class="col-md-2">
15
- <div class="socialIons">
16
- <ul class="list-unstyled item-lists2">
17
- <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
18
- {% capture title %}{{ page.title }}{% endcapture %}
19
- {% assign url = page.url | relative_url | prepend: site.url %}
20
- {% for share in site.data.blog.share.platforms %}
21
- {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
22
- <li> <a href=" {{ link }}" data-toggle="tooltip"
23
- onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
24
- data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
25
- <i class="fa-fw {{ share.icon }}"></i>
26
- </a>
27
- </li>
28
- {% endfor %}
29
- </span>
30
- </ul>
31
- <div class="sep"></div>
32
- <div class="comments-count">
33
- <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
34
- </div>
35
- </ul>
36
- </div>
37
- </div>
38
-
39
42
  <div class="col-md-8">
40
43
  {%- include authors/authors.html -%}
41
44
  {%- include postauthorbio.html -%}
@@ -45,20 +48,78 @@
45
48
  <div class="post-content">
46
49
  {{ content }}
47
50
  </div>
48
-
51
+
49
52
  {%- include paginationPostPage.html -%}
53
+ </div>
54
+ <div class="col-md-4">
55
+ <div class="mainThings">
56
+ <div class="socialIons">
57
+ <ul class="list-unstyled item-lists2">
58
+ <li><a style="pointer-events: none;">{{ site.data.blog.share.label }}</a></li>
59
+ {% capture title %}{{ page.title }}{% endcapture %}
60
+ {% assign url = page.url | relative_url | prepend: site.url %}
61
+ {% for share in site.data.blog.share.platforms %}
62
+ {% assign link = share.link | replace: 'TITLE', title | replace: 'URL', url %}
63
+ <li> <a href=" {{ link }}" data-toggle="tooltip"
64
+ onclick="window.open(this.href, 'pop-up', 'left=20,top=20,width=500,height=500,toolbar=1,resizable=0'); return false;"
65
+ data-placement="top" title="{{ share.type }}" aria-label="{{ share.type }}">
66
+ <img src="{{ share.icon }}" class="mb-0 py-1" style="width: 18px"></img>
67
+ </a>
68
+ </li>
69
+ {% endfor %}
70
+ </span>
71
+ </ul>
72
+ <!-- <div class="sep"></div> -->
73
+ <div class="comments-count">
74
+ <a href="{{ content.absolute_url }}#disqus_thread" class="comment_count"></a>
75
+ </div>
76
+ </ul>
77
+ </div>
78
+
79
+ <div class="theseFeatures">
80
+ {%- if page.URLS -%}
81
+ <h3 class="font-weight-bolder">Checkout out these features</h3>
82
+ <br>
83
+ {%- for item in page.URLS -%}
84
+ <p class="mb-3"> <a class="featureLink" style="font-size: 13px"
85
+ href="{{item.url}}">{{item.name}}</a></p>
86
+ {%- endfor -%}
87
+ {% else %}
88
+ <h3 class="font-weight-bolder">Checkout out these features</h3>
89
+ <br>
90
+ {%- for item in site.pages limit: 10 -%}
91
+ {%- if item.tool != "wordfinders" and item.tool != 'wordswithletter' and item.tool != '
92
+ word-scramble-help' and item.tool != 'wordfinders' and item.tool != "wordscramblers" and
93
+ item.tool
94
+ != 'wordunscramblerss' -%}
95
+
96
+ <p class="mb-3"> <a class="featureLink" style="font-size: 13px"
97
+ href="/{{item.permalink }}">{{item.permalink
98
+ |
99
+ capitalize |
100
+ replace: '-', ' '
101
+ }}</a></p>
102
+ {%- endif -%}
103
+ {%- endfor -%}
104
+ {%- endif -%}
105
+
106
+ </div>
107
+ </div>
108
+ </div>
109
+ <div class="col-md-12">
50
110
  {%- if page.categories or page.tags-%}
51
111
  {%- include section/related_categories_post.html -%}
52
112
  {%- else -%}
53
113
  {%- include section/recent_posts.html -%}
54
114
  {% endif %}
55
- <div class="commentsection">
115
+ <div class="commentsection my-5">
56
116
  {%- if site.disqus.shortname -%}
57
117
  {%- include disqus_comments.html -%}
58
118
  {%- endif -%}
59
119
  </div>
60
120
  </div>
61
121
  </div>
122
+ </div>
62
123
  </section>
63
124
  {%- include section/count.html -%}
64
125
  {%- include section/alertbar.html -%}
@@ -66,4 +127,4 @@
66
127
  <script src="{{ '/assets/js/TopScroll.js' | relative_url }}"></script>
67
128
  </body>
68
129
 
69
- </html>
130
+ </html>
data/assets/css/blog.css CHANGED
@@ -252,15 +252,14 @@ header {
252
252
  font-size: 20px;
253
253
  }
254
254
 
255
- .socialIons {
256
- position: sticky;
257
- top: 100px;
258
- }
259
255
  .socialIons > .item-lists2 {
260
256
  display: flex;
261
- flex-direction: column;
257
+ /* flex-direction: column; */
262
258
  width: 100%;
263
259
  }
260
+ .socialIons > .item-lists2 > li:nth-child(1) {
261
+ margin: 0;
262
+ }
264
263
  .socialIons > .item-lists2 > li {
265
264
  list-style: none;
266
265
  padding: 8px 0px;
@@ -408,6 +407,20 @@ header {
408
407
  }
409
408
 
410
409
  /* recent post heading stlye */
410
+ .related_post_heading {
411
+ width: 100%;
412
+ font-size: 35px;
413
+ /* text-align: center; */
414
+ font-weight: 800;
415
+ font-stretch: normal;
416
+ font-style: normal;
417
+ line-height: 1.24;
418
+ letter-spacing: normal;
419
+ color: #11304e;
420
+ margin-bottom: 15px;
421
+ padding-top: 75px;
422
+ display: inline-block;
423
+ }
411
424
  .recent_post_heading {
412
425
  width: 100%;
413
426
  font-size: 46px;
@@ -427,6 +440,9 @@ header {
427
440
  .bd-search {
428
441
  padding: 10px 25px;
429
442
  }
443
+ .socialIons > .item-lists2 {
444
+ justify-content: center;
445
+ }
430
446
  }
431
447
 
432
448
  @media (max-width: 768px) {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: word-games-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.4
4
+ version: 0.2.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-appscms
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-05 00:00:00.000000000 Z
11
+ date: 2021-07-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -64,6 +64,7 @@ files:
64
64
  - _data/blog/alertbar.yml
65
65
  - _data/blog/blog.yml
66
66
  - _data/blog/nav.json
67
+ - _data/blog/popularUrls.json
67
68
  - _data/blog/share.yml
68
69
  - _data/footer/en/data.json
69
70
  - _data/footer/hi/data.json