best-blogging-theme 0.1.5 → 0.1.6
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_data/blog/footer.json +1 -0
- data/_includes/footer/index.html +5 -3
- data/_includes/postbox.html +1 -1
- data/_includes/section/count.html +2 -1
- data/_layouts/blog.html +1 -1
- data/readme.md +7 -0
- 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: 4badeeca72ec178747a6f7413e9a95513a8d82ed6a14cbefe03be1643f5a6fb7
|
4
|
+
data.tar.gz: 559d643a50402cfc6bdca731993b888cee68f38cb1c7b5da5749d771052f26e2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 168ecd45d3e4b1cf8368715da04971195b63900e874ca3edfe036ff99ec7f0e3d720e16647416d1a2a51f49ed262ac3f12e44d919864273232457f6dbe8ad25e
|
7
|
+
data.tar.gz: d46fa12b507437352bb58049fe199e7047be735e07bda671aed159a0bf21f0a0b49b46e694b4383aefe033e0c8fb3cde9f1694ec47fb55d763e504efb7ca1aea
|
data/_data/blog/footer.json
CHANGED
data/_includes/footer/index.html
CHANGED
@@ -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"
|
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:
|
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>
|
data/_includes/postbox.html
CHANGED
@@ -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;
|
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
|
-
|
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;">↓</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;
|
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
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.
|
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-
|
11
|
+
date: 2021-03-27 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|