best-blogging-theme 0.1.5 → 0.1.6

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: a4114b17f0cb38f194bc4b3e40e0feaf15b0ee8cae43c4409e7915ad8134a67c
4
- data.tar.gz: 3c6a91f6158a4e5eef4f84b9e7c9f1aec84330a31917e3b614074a7b0665a9b5
3
+ metadata.gz: 4badeeca72ec178747a6f7413e9a95513a8d82ed6a14cbefe03be1643f5a6fb7
4
+ data.tar.gz: 559d643a50402cfc6bdca731993b888cee68f38cb1c7b5da5749d771052f26e2
5
5
  SHA512:
6
- metadata.gz: 44b74a4788f0a09d96299764010c9b6d5068199fccdad1b222124bb5188010ea9282ad7d17e0194bf77420deef3228e609eadbced5ae80b39056737db4e82538
7
- data.tar.gz: 277fb578fe23c284270ae2725b4ddc49f16449c8d2905f6c716bd1de8b2ea8a63babf6b2d5bf020a679d9d0b5ec6cf80c028f3578358aa96f42ca52f095eb135
6
+ metadata.gz: 168ecd45d3e4b1cf8368715da04971195b63900e874ca3edfe036ff99ec7f0e3d720e16647416d1a2a51f49ed262ac3f12e44d919864273232457f6dbe8ad25e
7
+ data.tar.gz: d46fa12b507437352bb58049fe199e7047be735e07bda671aed159a0bf21f0a0b49b46e694b4383aefe033e0c8fb3cde9f1694ec47fb55d763e504efb7ca1aea
@@ -1,4 +1,5 @@
1
1
  {
2
+ "color": "deepskyblue",
2
3
  "footerMenu": {
3
4
  "dropdown": [{
4
5
  "categoryName":"Cricket Posts",
@@ -1,4 +1,5 @@
1
1
  {%- assign footerData = site.data.blog.footer.footerMenu.dropdown -%}
2
+ {%- assign footerData2 = site.data.blog.footer -%}
2
3
  <div class="container-fluid">
3
4
  <div class="main_row row py-5 px-5 mx-0">
4
5
  <div class="col-md-10 mx-auto">
@@ -20,7 +21,8 @@
20
21
  <input type="text" placeholder="Enter Your Email" class="input__design">
21
22
  </div>
22
23
  <a href="#">
23
- <button class="my_btn mt-3" value="Enter Your Email">Submit</button>
24
+ <button class="my_btn mt-3" value="Enter Your Email"
25
+ style="background-color:{{footerData2.color}}">Submit</button>
24
26
  </a>
25
27
  </div>
26
28
  <div class="col-12 mt-2">
@@ -28,7 +30,7 @@
28
30
  <div class="icons d-flex align-items-center justify-content-center">
29
31
  {%- for item in site.data.blog.footer.socialIcon -%}
30
32
  <a target="{{item.target}}" href="{{item.href}}">
31
- <i class="{{item.i}} s_link"></i>
33
+ <i class="{{item.i}} s_link" style="color:{{footerData2.color}}"></i>
32
34
  </a>
33
35
  {%- endfor -%}
34
36
  </div>
@@ -37,7 +39,7 @@
37
39
  </div>
38
40
  </div>
39
41
  </div>
40
- <div class="row m-0 py-3" style="background-color: #00ab6b;">
42
+ <div class="row m-0 py-3" style="background-color: {{footerData2.color}};">
41
43
  <div class="col-12">
42
44
  <div class="d-flex justify-content-between px-md-5 px-0 footer__flexbox">
43
45
  <p class="m-0 text-white">{{site.copyright_text}}</p>
@@ -1,7 +1,7 @@
1
1
  <div class="col-lg-3 col-md-6 mb-4 card-group">
2
2
  <div class="card h-100" style="border-radius:16px" id="{{post.categories}}">
3
3
  <a href="{{ post.url }}">
4
- <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px; height: 170px;"
4
+ <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px;"
5
5
  alt="not found">
6
6
  </a>
7
7
  <div class="card-body">
@@ -1,4 +1,5 @@
1
- <div class="explore">
1
+ {%- assign footerData2 = site.data.blog.footer -%}
2
+ <div class="explore" style="background: {{footerData2.color}}">
2
3
  <h2 class="animate__animated animate__bounce animate__infinite">Explore</h2>
3
4
  <span class="d-none d-md-inline animate__animated animate__backInDown animate__infinite"
4
5
  style="font-size: 25px;">&#x2193;</span>
data/_layouts/blog.html CHANGED
@@ -29,7 +29,7 @@
29
29
  <div class="col-lg-3 col-md-6 mb-4 card-group">
30
30
  <div class="card h-100" style="border-radius:16px" id="{{post.categories}}">
31
31
  <a href="{{ post.url }}">
32
- <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px; height: 170px;"
32
+ <img src="{{ post.image }}" class="card-img-top p-3" style="border-radius: 25px;"
33
33
  alt="not found">
34
34
  </a>
35
35
  <div class="card-body">
data/readme.md CHANGED
@@ -309,6 +309,13 @@ after that you can see that comment system added to your website.
309
309
 
310
310
 
311
311
 
312
+ ## Theme Demo
313
+ ## https://thefrondend.com/
314
+
315
+ ## https://ultimateshyari.netlify.app/
316
+
317
+
318
+
312
319
 
313
320
 
314
321
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: best-blogging-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - manpreet-choudhary
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-03-21 00:00:00.000000000 Z
11
+ date: 2021-03-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll